setronic
Synthedit regular

Posts: 293
Posts: 293
|
Post by setronic on Mar 9, 2014 8:23:53 GMT 1
you know the exclusive button array method:
-row of switch objects, daisy-chained with boolsplitters/mousedown, to bool to list. only one can be active at any time: it 'latches' and turns any other off. switch image has 'stepped' response in its definition file. > i can make a momentary latching switch with a inc/dec(wrap), and the small button graphic('click' response), using a bools to list with a 'bool led' attached to the 'on' selection (off/on list). so i save this as my new 'momentary latching switch' prefab.
i now want an array of these, as with the switch daisychain method: 'exclusive', 'latching' operation. any one coming on must switch the others to their other state, eg: off/not on/
? is this exclusive nor? XNOR/XOR? don't know yet; having a go now; the trouble i have at the moment is that the selection takes place ok, but the button led does not stay latched.
more than just the led changing, it actually needs to switch the other lists 'off'.
|
|
setronic
Synthedit regular

Posts: 293
Posts: 293
|
Post by setronic on Mar 10, 2014 20:19:34 GMT 1
i sussed this out just after posting (that hiatus of creativity moment ) - it is very easy, and an old thing i always use: you just send out another bools to list from the GUIList pin going to the list, and use that to show the selection that is made by the momentary selector; the LED view 'latches. end of.
i would still like to know how to control it from the bool side though, just to know: i think it would need something other than bools to list; maybe a stepcount of 2 steps, like a SR flipflop, so it can reset easily (to off/0) with a any trigger. with inc/dec 'wrapping', it might just send the wrong ones high/wrong action.
|
|