1
1
mirror of https://github.com/wader/fq.git synced 2024-12-02 04:05:35 +03:00
fq/format/midi/TODO.md

48 lines
862 B
Markdown
Raw Normal View History

2024-08-11 06:32:44 +03:00
# TODO
- [x] update forked master branch
2024-08-18 05:44:42 +03:00
- (?) add to probe group
2024-08-22 05:07:39 +03:00
- [ ] discard unknown chunks
2024-08-22 05:07:39 +03:00
- [ ] assert available bytes
- [x] example queries
- [x] fix gaps
- [x] tick field
- [x] tests
2024-08-11 06:32:44 +03:00
- meta events
- [x] sequence number
- [x] text
- [x] copyright
2024-08-12 08:22:20 +03:00
- [x] track name
- [x] instrument name
- [x] lyric
- [x] marker
- [x] cue point
- [x] program name
- [x] device name
- [x] MIDI channel prefix
- [x] MIDI port
- [x] end of track
2024-08-12 08:22:20 +03:00
- [x] tempo
- [x] SMPTE offset
- [x] key signature
2024-08-15 06:14:23 +03:00
- [x] time signature
- [x] sequencer specific event
2024-08-11 06:32:44 +03:00
- midi events
2024-08-15 06:20:00 +03:00
- [x] note off
- [x] note on
- [x] polyphonic pressure
- [x] controller
- [x] program change
- [x] channel pressure
- [x] pitch bend
2024-08-11 06:32:44 +03:00
- sysex events
2024-08-18 01:44:31 +03:00
- [x] message
- [x] continuation
- [x] escape
2024-08-11 06:32:44 +03:00