Pad selectors(or "radio" selectors)

Post any examples or modules that you want to share here
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Pad selectors(or "radio" selectors)

Post by billv »

Yeh..cant seem to load a saved index..
On a backburner for now...all good..
User avatar
Walter Sommerfeld
Posts: 250
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany
Contact:

Re: Pad selectors(or "radio" selectors)

Post by Walter Sommerfeld »

Here's one way....
EG: say you have a grid 4x4
You could split the rand array into 4 arrays containing the grid index numbers
[0,1,2,3],{4,5,6,7],[8,9,10,11],[12,13,14,15]
Get a rand number from each array, stick it another array and send it..

Way 2 easy 4 me ;-)

I can't repeat the last bug...please bash this version around your room so we find some more..

looks like a stable one 4 me :D

I don't need a preset so i deleted all redundant external modules and i'm happy with this ruby project 4 now!!! :o

Keep on doing!
Walter
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Pad selectors(or "radio" selectors)

Post by billv »

Walter Sommerfeld wrote:looks like a stable one

great walter..thanks for all your help/ideas and troubleshooting it...(tulamide +kortezz too)

Defiantly on the list somewhere of things to do,
The same grid restructured as a MEGA radio selector.....
tulamide
Posts: 2714
Joined: Sat Jun 21, 2014 2:48 pm
Location: Germany

Re: Pad selectors(or "radio" selectors)

Post by tulamide »

Hey billv,

try this module. It was working for me, but afterwards I made a few changes to make it easier for you to integrate it to your project. I hope I haven't introduced any new errors. Also, with the preset manager it seems, that on the very first time, the string isn't sent when loading a program, don't know why. After that initial fail it works, though. Maybe I haven't fully understood the preset manager^^
Attachments
bitmask3.fsm
(1.26 KiB) Downloaded 1155 times
"There lies the dog buried" (German saying translated literally)
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Pad selectors(or "radio" selectors)

Post by billv »

Thanks tulamide. ..will check it out when I get home.
Doing some more mods for Walter's project ATM...
Will get into it when time allows.
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Pad selectors(or "radio" selectors)

Post by billv »

Grid Selector has been Updated.
Just some minor stuff..
1. Draw code optimized.( I was drawing the grid index at 3 different loops..now is 1 loop..bit faster..)
2. I've added an extra bitmap input. It's drawn underneath the b/g .
See it via setting b/g to brush or hatch, and drop the Transparency to 0
Use it when you prefer to have just 1 bitmap across the whole module b/g....
Tweak the Transparency and you can blend the b/g bitmap into the brush or hatch for variations..
3. the inside of module was arranged so that it makes more sense....
Grid_BV_RowsandColums_v7.fsm
(1.12 MiB) Downloaded 1137 times
User avatar
Walter Sommerfeld
Posts: 250
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany
Contact:

Re: Pad selectors(or "radio" selectors)

Post by Walter Sommerfeld »

Hi bill,

I've added an extra bitmap input. It's drawn underneath the b/g .

Just tested it - works fine here... thanks 4 completing my wish list ;)

Happy New Year!
Walter
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Pad selectors(or "radio" selectors)

Post by billv »

billv wrote:Defiantly on the list somewhere of things to do,
The same grid restructured as a MEGA radio selector.....


I managed to get this idea to work.
MEGA RADIO SELECTOR
It turned out just like the GRID module, with just some extra stuff.
All the stuff is in properties....and you can change most of it "on the fly",
except for the following;...

WHAT YOU MUST KNOW BEFORE USING THIS MODULE...
There are two knobs/controls in properties called "Radio Selectors" and "Values Each Selector".
The preset uses the grid values created by these two knobs.
Change these knobs and your presets will no longer apply.
Ok..so there "fixed" ATM...set them to what you want,
then leave them there if you start creating presets.

This is a module I've always wanted :D , hopefully others may find it usefull as well..
MegaRadio Selector_BV_v2.fsm
(954.57 KiB) Downloaded 1211 times
Last edited by billv on Wed Dec 31, 2014 4:56 am, edited 1 time in total.
User avatar
Walter Sommerfeld
Posts: 250
Joined: Wed Jul 14, 2010 6:00 pm
Location: HH - Made in Germany
Contact:

Re: Pad selectors(or "radio" selectors)

Post by Walter Sommerfeld »

It's really MEGA...
Touch screen ready (Draw a curve)

Awesome again bill!

Keep on doing!
billv
Posts: 1165
Joined: Tue Aug 31, 2010 3:34 pm
Location: Australia
Contact:

Re: Pad selectors(or "radio" selectors)

Post by billv »

Megaradio Selector updated to v2. See a few posts up..
Found nasty bug in s+hold circuit ..removed it..
Post Reply