diff options
author | trasz <trasz@FreeBSD.org> | 2008-05-16 23:36:12 +0800 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2008-05-16 23:36:12 +0800 |
commit | 7b169cfd1fc8cec2f722bfc1d5f5313d6dd34609 (patch) | |
tree | 097c4314afd6f327b0fd3c8fe810888788e4c974 /audio/jack-smf-utils/pkg-descr | |
parent | 0cf2a8dccbfb0f2d607a4d0cdb77ac091c96a388 (diff) | |
download | freebsd-ports-gnome-7b169cfd1fc8cec2f722bfc1d5f5313d6dd34609.tar.gz freebsd-ports-gnome-7b169cfd1fc8cec2f722bfc1d5f5313d6dd34609.tar.zst freebsd-ports-gnome-7b169cfd1fc8cec2f722bfc1d5f5313d6dd34609.zip |
Jack-smf-utils is a set of two utilities - jack-smf-player and
jack-smf-recorder - whose purpose is to play and record MIDI streams
from/to Standard MIDI Files (i.e. the files with .mid extension)
using JACK MIDI. There is also smfsh, "SMF shell" that is kind of
interactive, command line SMF files manipulation tool which started
its life as a debugging aid. And finally libsmf, C library for
loading, writing and manipulating the contents of SMF files.
WWW: http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/
Diffstat (limited to 'audio/jack-smf-utils/pkg-descr')
-rw-r--r-- | audio/jack-smf-utils/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/audio/jack-smf-utils/pkg-descr b/audio/jack-smf-utils/pkg-descr new file mode 100644 index 000000000000..82f90aaa156b --- /dev/null +++ b/audio/jack-smf-utils/pkg-descr @@ -0,0 +1,9 @@ +Jack-smf-utils is a set of two utilities - jack-smf-player and +jack-smf-recorder - whose purpose is to play and record MIDI streams +from/to Standard MIDI Files (i.e. the files with .mid extension) +using JACK MIDI. There is also smfsh, "SMF shell" that is kind of +interactive, command line SMF files manipulation tool which started +its life as a debugging aid. And finally libsmf, C library for +loading, writing and manipulating the contents of SMF files. + +WWW: http://pin.if.uz.zgora.pl/~trasz/jack-smf-utils/ |