Page 1 of 1

Posted: 01 Nov 2011, 21:14
by TFF
I've got a button in my patch's UI that I want to operate two ways.

1. If I click and hold the button, it will send it's ON value until I release the mouse. This can be done with the "mouse dwn" parameter.
2. I also want to be able to assign a MIDI or Key learn to the button, and have it respond as it does to the mouse, sending it's ON value until I release the button.

Is there anyway to do this with a single button object?

Best,
-Zach

Posted: 01 Nov 2011, 22:22
by nay-seven
not easy with a button, but you can use a workaround with a switch , used as a button
important: right click and choose remote mode absolute
this way you can use it with key and midi learn and with the mouse
Image

Posted: 02 Nov 2011, 06:53
by joffo78
Very clever nay !
I wonder if i could find myself this solution .