Posted: 28 Mar 2011, 21:06
Hi Everyone,
first off I am new to Usine and am really psyched and still overwhelmed by all it's possibilities.
I am planning to use Usine for Live Guitar effects. What I would like to do is instead of using an expression pedal create a patch to simulate pedal movement as in the following example:
My MIDI controller sends CC trigger commmand, Whammy normal position (0 - button released) and whammy +2 octaves (127 - button pressed). using a trigger button the whammy would jump immediately between this two values... but I'd like to gradually change between these values during a determined time (eg 120ms).
Meaning I press the button and in 120ms the value grows from 0 to 127... when I release it, it goes down back to 0 in the same time passing all steps in between.
I have been playing with two attemps...
1.) Midi Line/Step CC.pat
No way to trigger it from outside and always loops.
2.) Step Midi (sequenced)
This seems more promissing but starts to become complex. I'd use 2 Step Midi modules each for the up and down movement of the pedal with the MEP_convertMsg script to convert the Note to CC messages the first being triggered when pressing the button and triggering the 2nd upon release.
My question is... is there any simpler way (maybe a module I overlooked) or is the Step Midi the right choice?
Thank you
first off I am new to Usine and am really psyched and still overwhelmed by all it's possibilities.
I am planning to use Usine for Live Guitar effects. What I would like to do is instead of using an expression pedal create a patch to simulate pedal movement as in the following example:
My MIDI controller sends CC trigger commmand, Whammy normal position (0 - button released) and whammy +2 octaves (127 - button pressed). using a trigger button the whammy would jump immediately between this two values... but I'd like to gradually change between these values during a determined time (eg 120ms).
Meaning I press the button and in 120ms the value grows from 0 to 127... when I release it, it goes down back to 0 in the same time passing all steps in between.
I have been playing with two attemps...
1.) Midi Line/Step CC.pat
No way to trigger it from outside and always loops.
2.) Step Midi (sequenced)
This seems more promissing but starts to become complex. I'd use 2 Step Midi modules each for the up and down movement of the pedal with the MEP_convertMsg script to convert the Note to CC messages the first being triggered when pressing the button and triggering the 2nd upon release.
My question is... is there any simpler way (maybe a module I overlooked) or is the Step Midi the right choice?
Thank you


