Page 1 of 2

multifunctional slider

Posted: Mon Nov 04, 2013 12:47 pm
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!)

Re: multifunctional slider

Posted: Mon Nov 04, 2013 1:27 pm
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.

Re: multifunctional slider

Posted: Mon Nov 04, 2013 7:53 pm
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 !

Re: multifunctional slider

Posted: Mon Nov 04, 2013 8:06 pm
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.

Re: multifunctional slider

Posted: Mon Nov 04, 2013 8:15 pm
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-)

Re: multifunctional slider

Posted: Tue Nov 05, 2013 1:20 pm
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

Re: multifunctional slider

Posted: Tue Nov 05, 2013 8:12 pm
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 1444 times

Re: multifunctional slider

Posted: Tue Nov 05, 2013 8:58 pm
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

Re: multifunctional slider

Posted: Tue Nov 05, 2013 9:12 pm
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.

Re: multifunctional slider

Posted: Wed Nov 06, 2013 7:58 pm
by Nubeat7
oh accidently i deleted it.. its back now..