diff options
author | Zbigniew Baniewski <Zbigniew.Baniewski@gmail.com> | 2013-06-30 13:54:34 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-06-30 13:54:34 -0500 |
commit | b3590b41f5d5cf92c6686e7be5755de3fdc639e6 (patch) | |
tree | e011b6dceb7a10ec57fedab30550040acbf49774 /multimedia/harmonySEQ/README | |
parent | d549cf473f466603eb32c2d6c7499a3fceb62040 (diff) | |
download | slackbuilds-b3590b41f5d5cf92c6686e7be5755de3fdc639e6.tar.gz |
multimedia/harmonySEQ: Added (a MIDI sequencer for Linux)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'multimedia/harmonySEQ/README')
-rw-r--r-- | multimedia/harmonySEQ/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/multimedia/harmonySEQ/README b/multimedia/harmonySEQ/README new file mode 100644 index 0000000000..f6ce3711c5 --- /dev/null +++ b/multimedia/harmonySEQ/README @@ -0,0 +1,21 @@ +harmonySEQ is a MIDI sequencer for Linux. Basically, it does what any +sequencer do - it playbacks a sequence of notes. However, it is slightly +different from most of the popular software sequencers. + +harmonySEQ allows you to create any number of so-called 'sequencers' (what +a unique name!). All sequencers keep repeating the melody that is bound to +them. You can set the tempo globally, that means that everytime each +sequencer repeats his sequence with the same tempo as the others do. This +keeps them synchronized! + +You can set each sequencer not only a sequence, but also the base chord, +from which notes are chosen when playing the sequence. This way all +sequencers can be easily tuned to each other, and the resulting sound will +consist only of notes that sound great together! + +There is one more feature that makes harmonySEQ unique - the Events&Actions +system. You can set how harmonySEQ should react on triggers like key press, +MIDI note on, etc. + +harmonySEQ also has so-called control sequencers, that output MIDI +controller events instead of notes. |