How to Generate Animation (blink led feedback) ?
Hello
There is a timer that can call callback functions in the scripts ?
There is a command creating a reaction when selected clip is playing ?
Thanks
Hellem Answered question
With some midi controllers you can active blinking by sends a specific MIDI velocity to the input.
The HumaniZer Posted new comment
I’m not sure what you mean, pretty much every midi controller has more than one input.
My interface responds as follows:
When at input a NOTE ON with a velocity of 127 is detected the LED of the corresponding midi note is lit
When input a NOTE OFF with a velocity of 0 and detect the corresponding LED is off
ok it’s easier to create an animation for a particular note velocity
Sign up
User registration is currently not allowed.
What if my controller doesn’t have just one input
midi note XX on Velocity 127 = led on
midi note XX off Velocity 0 = led off