-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
45 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,40 @@ | ||
# README # | ||
|
||
A stripped down fork of https://github.com/montulli/GrooveScribe to embed drum | ||
sheet notation in [Notion](https://www.notion.so/). | ||
A barebone fork of GrooveScribe for embedding drum sheet notation in | ||
[Notion](https://www.notion.so/). | ||
|
||
First, read | ||
[GrooveScribe README](https://github.com/montulli/GrooveScribe?tab=readme-ov-file#). | ||
GrooveScribe is a visual tool for musicians to annotate their drum grooves and | ||
fills. It is accessible at https://www.mikeslessons.com/gscribe or | ||
http://montulli.github.io/GrooveScribe/. | ||
|
||
Changes: | ||
The original GrooveScribe project source code is at | ||
https://github.com/montulli/GrooveScribe. | ||
|
||
#### How to use: | ||
|
||
1. Transcribe your drum groove or fill at one of the URLs listed above. | ||
|
||
2. Copy the link. | ||
|
||
3. Use the [converter](https://sonph.github.io/notion-drum-sheet/convert.html) | ||
to convert the URL to an embeddable link. | ||
|
||
4. Embed the link in Notion with `/embed` and pasting the link. | ||
|
||
#### Demo: | ||
|
||
![demo](./demo.gif) | ||
|
||
#### Changes: | ||
|
||
1. Make `GrooveEmbed.html` the default `index.html`. | ||
|
||
2. Remove included javascript 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 play it. | ||
|
||
3. 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. | ||
|
||
4. An utility to convert a `https://www.mikeslessons.com/groove` link to an | ||
3. An utility to convert a `https://www.mikeslessons.com/groove` link to an | ||
embeddable link: https://sonph.github.io/notion-drum-sheet/convert.html | ||
|
||
4. 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters