diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 07:08:35 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-18 07:08:35 +0000 |
commit | 54a9a26b81fc161e760887deb630bc1325212a34 (patch) | |
tree | 3aa58ed1d355b9f2ad3fa7a41f564dacbc555cf6 /audio/abcmidi/pkg-descr | |
parent | 4a411a291736334350c0049d17079b0cca828fce (diff) |
Notes
Diffstat (limited to 'audio/abcmidi/pkg-descr')
-rw-r--r-- | audio/abcmidi/pkg-descr | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/abcmidi/pkg-descr b/audio/abcmidi/pkg-descr new file mode 100644 index 000000000000..b96d89bcf5b7 --- /dev/null +++ b/audio/abcmidi/pkg-descr @@ -0,0 +1,22 @@ +abcMIDI is James Allwright's collection of abc <-> MIDI +conversion utilities, plus YAPS to convert abc files to +PostScript for printing music scores. + +midi2abc - program to convert MIDI format files to abc notation. +abc2midi - converts abc file to MIDI file(s). +abc2abc - a simple abc checker/re-formatter/transposer. +mftext - gives a verbose description of what is in a MIDI file. +yaps - an abc to PostScript converter. + +Also includes: +abcguide.txt - how to write abc files for these programs +demo.abc - a collection of sample abc tunes +Check ${PREFIX}/share/doc/abcmidi/ for these and other docs. + +The abc format is plain text, but you might optionally install +a MIDI player (timidity) and a PostScript viewer (gv with ghostscript). + +WWW: http://abc.sourceforge.net/abcMIDI/ + +- Sue Blake +sue@freebsd.org |