kyma•tweaky . How . ChangeValuesOnKeyDown |
sampleAndHold:
that you can use to do this. If, for example, you had the following in a parameter field:
!Fader1
and you want to be able to change the value of !Fader1 while a key is down (without altering the sound), replace the expression in the parameter field with:
!KeyDown sampleAndHold: !Fader1
Now, the old value of !Fader1 will be used until a new key down occurs.
-- KurtHebel - 16 Oct 2003
WebForm | |
---|---|
Question: | How do I make a control change value at the next key down? |
Keywords: | sample and hold, key down, trigger, parameter fields |
----- Revision r1.1 - 16 Oct 2003 - 18:09 GMT - KurtHebel
|