We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec410a5 commit 9bcf23eCopy full SHA for 9bcf23e
src/events.jl
@@ -1,4 +1,6 @@
1
# Create a map from typebyte to the type definitions (not the actual types)
2
+# Notice that the keys of the dictionary are MIDI status bytes
3
+# https://www.recordingblogs.com/wiki/status-byte-of-a-midi-message
4
const MIDI_EVENTS_DEFS = Dict(
5
# MetaEvents
6
0x00 => (
0 commit comments