diff options
author | Tim E. Real <terminator356@users.sourceforge.net> | 2013-09-01 21:18:19 -0400 |
---|---|---|
committer | Tim E. Real <terminator356@users.sourceforge.net> | 2013-09-01 21:18:19 -0400 |
commit | 9d08fbdd3ee0e41dd6d13206a31043b72684ada4 (patch) | |
tree | 1c277a8f2969d781018983b73670b848fedfd6b4 /muse2/ChangeLog | |
parent | 0fcaab02e0958d5d10957954f23caed7548e1568 (diff) |
Midi Input Transformator plugin mods/fixes:
Fixed bugs loading procVal2Op from song.
New! Added 'Program' event type + 'Toggle' processing Value#2 operation.
Diffstat (limited to 'muse2/ChangeLog')
-rw-r--r-- | muse2/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/muse2/ChangeLog b/muse2/ChangeLog index 37efb381..4eaf5f1c 100644 --- a/muse2/ChangeLog +++ b/muse2/ChangeLog @@ -1,3 +1,12 @@ +01.09.2013: + - Mods/fixes to Midi Input Transformator plugin: (Tim) + Fixed some bugs when reading procVal2Op from song. + 'Program' is now allowed 'Event type' selection. + 'Toggle' is a new Processing Value#2 Operation. It toggles between Value#1 and Value#2. + This means for example a standard midi foot controller (which only sends program changes) + can now be used to send TOGGLED midi CC values, say back to an effects unit + thus the foot controller becomes like regular 'chained' stomp boxes, operating + upon individual effects. 14.05.2013: - When midi in is enabled in drum editor the selected track is moved along with the triggered key (rj) |