Open e36910 opened 2 years ago
Hola, no entiendo bien tu pregunta, si necesitas enviar mensajes cc en lugar de notas, con valor de 127, usa esto
Ccbutton works for one push vel 127, next push 0 vel.
Parece que quieres solo enviar el cc y 127, para omitir el 0 que es como el apagado por asi decirlo, debes crear tu propia clase, el ejemplo custom midi output te servira, debes borrar la parte en la que se verifica el estado rising del boton
Yes. How to write code for setup max vel 127?
First define a custom CC sender:
Just leave the sendOff()
function empty.
Then create a MIDI button with it:
I need working with abelton track. It understand only 1 CC command only 127 velocity. Thank you!