1
1
mirror of https://github.com/wader/fq.git synced 2024-11-26 10:33:53 +03:00
fq/format/midi
2024-08-21 19:13:03 -07:00
..
testdata midi: mapped SysEx event types 2024-08-21 19:13:03 -07:00
.gitignore midi: added 'data' field to EndOfTrack event 2024-08-18 11:39:29 -07:00
context.go midi: moved MIDI running status and Casio flag to context struct 2024-08-17 18:23:47 -07:00
controllers.go midi: mapped note numbers to note names 2024-08-17 19:29:02 -07:00
keys.go midi: fixed key signature map 2024-08-18 11:24:55 -07:00
manufacturers.go midi: mapped manufacturer IDs to strings 2024-08-17 19:04:57 -07:00
metaevents.go midi: mapped SMPTE framerates 2024-08-21 19:07:39 -07:00
midi.go midi: decoded chunk tags as FieldUTF8 2024-08-17 19:44:42 -07:00
midi.md midi: decoded remaining text metaevents 2024-08-15 19:47:47 -07:00
midievents.go midi: mapped note numbers to note names 2024-08-17 19:29:02 -07:00
notes.go midi: mapped note numbers to note names 2024-08-17 19:29:02 -07:00
reference.txt midi: decoded remaining text metaevents 2024-08-15 19:47:47 -07:00
sysex.go midi: mapped SysEx event types 2024-08-21 19:13:03 -07:00
TODO.md midi: mapped SysEx event types 2024-08-21 19:13:03 -07:00