mirror of
https://github.com/wader/fq.git
synced 2024-11-26 10:33:53 +03:00
Moved to doc.go into midi.go (cf. https://github.com/transcriptaze/fq-midi/issues/2)
This commit is contained in:
parent
a43d43c7f8
commit
a5f3dad800
@ -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
|
|
@ -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
|
package midi
|
||||||
|
|
||||||
// https://www.midi.org/specifications/item/the-midi-1-0-specification
|
// https://www.midi.org/specifications/item/the-midi-1-0-specification
|
||||||
|
Loading…
Reference in New Issue
Block a user