1
1
mirror of https://github.com/wader/fq.git synced 2024-11-22 15:45:45 +03:00
This commit is contained in:
twystd 2024-11-06 15:21:04 -08:00
parent a43d43c7f8
commit a5f3dad800
4 changed files with 27 additions and 28 deletions

View File

@ -1,13 +0,0 @@
/*
Package midi implements an fq plugin to decode [standard MIDI files].
The MIDI decoder is a member of the 'probe' group and fq should automatically invoke the
decoder when opening a MIDI file. The decoder can be explicitly specified with the '-d midi'
command line option.
The decoder currently only supports MIDI 1.0 files and does only basic validation on the
MIDI file structure.
[standard MIDI files]: https://midi.org/standard-midi-files.
*/
package midi

View File

@ -1,3 +1,15 @@
/*
Package midi implements an fq plugin to decode [standard MIDI files].
The MIDI decoder is a member of the 'probe' group and fq should automatically invoke the
decoder when opening a MIDI file. The decoder can be explicitly specified with the '-d midi'
command line option.
The decoder currently only supports MIDI 1.0 files and does only basic validation on the
MIDI file structure.
[standard MIDI files]: https://midi.org/standard-midi-files.
*/
package midi
// https://www.midi.org/specifications/item/the-midi-1-0-specification