Page 2 of 6
Re: Pad selectors(or "radio" selectors)
Posted: Tue Nov 04, 2014 8:16 am
by Nubeat7
well, the preview in the properties is a great feature, i always forget about this..

Re: Pad selectors(or "radio" selectors)
Posted: Tue Nov 04, 2014 9:24 am
by djbrynte
great work!
Re: Pad selectors(or "radio" selectors)
Posted: Tue Nov 04, 2014 10:17 am
by billv
Note Small Bug :
(.to_f) needs to be removed twice in code..
output 'altVal', @altValue[@sel].to_f
the conversion to float in the alt_value output prevents string/int output ...
Re: Pad selectors(or "radio" selectors)
Posted: Tue Nov 04, 2014 1:36 pm
by Nubeat7
yes, thats a question of what you need as alternative outputs, i took .to_f because i thought that this would be a common use for it, but sure if you need string you don't need to add anything and you can get rid of the ".to_f" also if you need int but if you need floats you need to add ".to_f" maybe you could just comment it, so it just nneds to be uncommented when floats are needed...
it also depends if you are using the ruby value, then it will always be sent as string if you don't convert it, while if you use green outs, the outs would convert it, then you dont need to add anything..
alternative to make it userproof you could make a selector in the properties and output with cases...
Re: Pad selectors(or "radio" selectors)
Posted: Tue Nov 04, 2014 1:57 pm
by Nubeat7
just like this..
Re: Pad selectors(or "radio" selectors)
Posted: Tue Nov 04, 2014 9:41 pm
by billv
Nubeat7 wrote:make it userproof you could make a selector in the properties and output with cases
yeh,much more practical...Nice..

Re: Pad selectors(or "radio" selectors)
Posted: Fri Dec 05, 2014 11:22 am
by billv
taking nubeat7's mod a little further, and a bit closer to Trog's example that
inspired the initial idea, here's one with rows and columns..
Re: Pad selectors(or "radio" selectors)
Posted: Fri Dec 05, 2014 2:52 pm
by RJHollins
fantastic billv !

Re: Pad selectors(or "radio" selectors)
Posted: Sun Dec 07, 2014 1:29 pm
by billv
Thanks RJ.
I found also by changing the order of just two lines of code, instead of incrementing
on the Y axis, can do the X axis as well. The whole module just "flips" around...
So I re-uploaded it...you can set the new "Direction" parameter in properties.
Cleaned up the code a bit....
Re: Pad selectors(or "radio" selectors)
Posted: Wed Dec 10, 2014 12:26 pm
by Walter Sommerfeld
Hi billv,
awesome part this RowsandColums.fsm...!
Can u change it 4 me so i can (de-)select multiple pads while dragging ?
cheers,
Walter