mirror of
https://github.com/wader/fq.git
synced 2024-12-01 19:12:34 +03:00
a7d0cde9f6
- delineated NoteOn and NoteOff events - simplified MIDI event decoding with function map - decoded MIDI event and channel as nibbles - reworked system exclusive event decoding - fixed peekEvent to correctly decode end of file events
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
$ fq -d midi 'grep_by(.event=="note_on") | [.time.tick, .note_on.note] | join(" ")' midi/test.mid
|
|
exitcode: 2
|
|
stderr:
|
|
error: midi/test.mid: no such file or directory
|