multifunctional slider

Post any examples or modules that you want to share here
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

multifunctional slider

Post by Nubeat7 »

slider to use for more then one value, just select the parameter you want to change, dont know if it work with automation...(didnt test it!)
Attachments
multifunctional_slider.fsm
(8.73 KiB) Downloaded 1591 times
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: multifunctional slider

Post by tester »

Thanks, looks interesting.

It appears, that maybe I will rework my older project some day, where I just use multiple gui system right now (it's easier to manage various cross operations). It should work with automation, because it has nodes for it. But you need to rewire it a little bit.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: multifunctional slider

Post by RJHollins »

Yes it does !

Had not considered the PreSet Manager involved like this :o
I've been using the 'prim' based sliders ... will look to see if I can integrate it into your circuit.
This could really open up some nice options in a GUI layout and function.

Thanks NuBeat !
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: multifunctional slider

Post by trogluddite »

Great stuff - working nicely so far. :D
I can see some great uses for this to make schematics smaller for "tabbed" kind of interfaces - e.g. synth with lots of oscillators or envelopes.
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: multifunctional slider

Post by RJHollins »

I just wired in one of my 'prim' sliders.

Basically added the BOOL [interact] tap out ... and for the return INPUT, a 'LAST SWITCH' was inserted. [basically].

Fed that the Wireless input feed ... seems to be working just fine !

Think this will definately be useful :D

Nice stuff NuBeat ! 8-)
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: multifunctional slider

Post by Nubeat7 »

thanks, i aslo tested the automation, and it works (just dont use textview without redraw limiter to see values changing on your plug - your host will die!) you get the parameters like this: presetname + selection nr

so it can be difficult to find the wanted parameter from the automation list but if you use it for "pitch osc 1-5" or other numbered stuff it is useable
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: multifunctional slider

Post by RJHollins »

Here is the combined 'multifunction slider' and the mod's push button [all by NuBeat] in an example MIDI test.

Only tested within FS ... working :D

thanks, i aslo tested the automation, and it works (just dont use textview without redraw limiter to see values changing on your plug - your host will die!) you get the parameters like this: presetname + selection nr

so it can be difficult to find the wanted parameter from the automation list but if you use it for "pitch osc 1-5" or other numbered stuff it is useable


Apologies as I'm not understanding the problem in host. What should be done ?

Here's my sample test
Dual control slider & button [NuBeat] -1.fsm
(25.35 KiB) Downloaded 1443 times
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: multifunctional slider

Post by Nubeat7 »

looks good, but you are doing double presets because there is already a preset module inside the slider which you dont need - when taking this unneeded presetmodul out - you need to read the values out of the presets array.. its a bit cleaner schematic like this
Attachments
Dual control slider %26 button %5BNuBeat%5D -1.fsm
(24.83 KiB) Downloaded 1480 times
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: multifunctional slider

Post by RJHollins »

So, instead of a PreSetManager ... I've become a 'PreSet MANIAC'. :|

:lol:

... This reminds me to always go back and read the text file that the PM saves ... combing through looking for things that should and shouldn't be there !

Thanks for spotting that !

This is a pretty nice module now. ;)

The test layout hints at what I need to do ... but it does seem to be responding to the Doctor's orders :D

**** EDIT ***

hmmm ... further testing ... something happened with the change, as we have lost the CNTRL-Left click to 'default' ... actually, I don't even see this available in fader properties anymore.

I need to look closer at this.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: multifunctional slider

Post by Nubeat7 »

oh accidently i deleted it.. its back now..
Attachments
Dual control slider %2526 button %255BNuBeat%255D -1 (1).fsm
(24.89 KiB) Downloaded 1494 times
Post Reply