A barebone fork of GrooveScribe for embedding drum sheet notation in Notion.
GrooveScribe is a visual tool for musicians to annotate their drum grooves and fills.
-
Go to the converter tool.
-
Transcribe your drum groove or fill at https://sonph.github.io/GrooveScribe or https://montulli.github.io/GrooveScribe.
-
Copy the GrooveScribe URL.
-
Back at the converter tool, paste the copied URL into the input box. Click convert and copy this converted link.
-
In Notion, insert an embed block with
/embed
then paste the link.
Clicking on the embedded notation will take you to the original GrooveScribe page where you can edit and play it.
What does the "show tempo" box on the converter page do?
Check the "show tempo" box if you want to show the tempo and time signature with the embedded notation.This is useful if you collect different grooves and fills at different tempos and time signatures.
Don't check it if the grooves and fills belong in the same song that plays at a consistent tempo.
-
Make
GrooveEmbed.html
->render.html
. -
Remove all included javascript and assets related to MIDI, sounds, sharing, etc. You can still click on the notation to be linked to the full GrooveScribe page where you can edit the notation and hear it.
-
An utility to convert a
https://www.mikeslessons.com/groove
link to an embeddable link: https://sonpham.me/notion-drum-sheet. -
Add a HTML query string to display tempo and time signature with the notation. To use this, add
&EmbedTempoTimeSig=true
to the end of the URL.
- Start a Python server:
python3 -m http.server
- In a browser, open http://localhost:8000/