diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-13 21:43:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-13 21:43:55 +0000 |
commit | 60fd12ade07ebabf6df52553e6ff6c74401cd418 (patch) | |
tree | a3018bf8a702885c4b5a1bf6db9fc06acfb60857 /audio/Makefile | |
parent | 9cf490f25e3e3b45bbbc0251f89aac97c517d5bb (diff) | |
download | ports-60fd12ade07ebabf6df52553e6ff6c74401cd418.tar.gz ports-60fd12ade07ebabf6df52553e6ff6c74401cd418.zip |
Dino is a pattern-based MIDI sequencer, which means that you write
small patterns of MIDI events that you can repeat and arrange to
create a whole song. Each track has its own patterns, so you can
for example play the same drum pattern over and over again while
you play different lead synth patterns and basslines.
WWW: http://dino.nongnu.org/
PR: ports/107877
Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Notes
Notes:
svn path=/head/; revision=182327
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 16765645df8d..13fcfdcf9294 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -100,6 +100,7 @@ SUBDIR += darkice SUBDIR += dekagen SUBDIR += denemo + SUBDIR += dino SUBDIR += discid SUBDIR += dream SUBDIR += drumpiler |