Skip to content

Commit

Permalink
give link to full list
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Jan 19, 2020
1 parent 40f35bc commit 616d833
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/musescore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ end
musescore_drumkey
A dictionary that given the drum instrument as a string it returns the
MIDI pitch that MuseScore uses.
MIDI pitch that MuseScore uses. See
https://musescore.org/sites/musescore.org/files/General%20MIDI%20Standard%20Percussion%20Set%20Key%20Map.pdf
for a more complete list.
Notice that to import a MIDI file into MuseScore and the drumset to be the selected
instrument, you should write the MIDI notes to channel `9`.
Expand Down

2 comments on commit 616d833

@Datseris
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/8155

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.2 -m "<description of version>" 616d8333d32539b8577aba411e1ae38603e6c538
git push origin v0.2.2

Please sign in to comment.