1
1
mirror of https://github.com/wader/fq.git synced 2024-11-26 10:33:53 +03:00
fq/format/midi
2024-08-23 16:56:11 -07:00
..
testdata midi: added example queries to the test data 2024-08-23 15:54:52 -07:00
.gitignore midi: added 'data' field to EndOfTrack event 2024-08-18 11:39:29 -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: added event type to events to simplify query by event 2024-08-22 19:54:04 -07:00
midi.go midi: decorated 'delta' field with running tick 2024-08-21 19:59:34 -07:00
midi.md midi: decoded remaining text metaevents 2024-08-15 19:47:47 -07:00
midievents.go midi: added event type to events to simplify query by event 2024-08-22 19:54:04 -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: added event type to events to simplify query by event 2024-08-22 19:54:04 -07:00
TODO.md midi: added tests for format 0, format 1 and format 2 MIDI files 2024-08-23 16:56:11 -07:00