Skip to content

Commit 9bcf23e

Browse files
authored
add link to a list of all midi status bytes
1 parent ec410a5 commit 9bcf23e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/events.jl

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# 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
24
const MIDI_EVENTS_DEFS = Dict(
35
# MetaEvents
46
0x00 => (

0 commit comments

Comments
 (0)