Page 1 of 1

Group buttons Only allow one active at a time

Posted: 29 Jan 2014 20:04
by protrax
Is there a way to take a group of basic buttons that each send a different midi note signal out and only allow one to be selected at a time.

For example: If you have a group of 3 buttons:

Button 1
Button 2
Button 3

Let's say Button 1is currently selected (hilighted). I want to be able to press Button 2 and have Button 1 then become deselected (unhilighted). Any help is really appreciated. I';ve been scratching my head on this.

Re: Group buttons Only allow one active at a time

Posted: 30 Jan 2014 05:29
by Macciza
Try Switches and set it to Radio mode in Properties . . .
Cheers

Re: Group buttons Only allow one active at a time

Posted: 02 Feb 2014 19:04
by oldgearguy
I did it using buttons because I wanted the custom images. It was not straightforward since in my case I also always needed one button highlighted. If you're curious, pull down my TX-802 code from the projects area and look at the LFO_PEG/LFO section. Specifically the pickMe() rooutine combined with the various variables in that section plus the call to pickMe() by the waveform buttons.