Re: multifunctional slider
Posted: Sat Nov 09, 2013 10:00 am
Hi NuBeat ...
I'm revisiting this Multi-slider as I'm now looking to implement.
With only a minor adjustments/mods that I needed to do [mostly with the button selector that was made by another esteemed programmer here] ... the whole piece was hinging on an important function.
This mult-slider is handling 2 different [CC] controllers. [and it does this very well]
My project has a feature that allows a family of tightly related patches to be inter-changed, while also retaining the User parameters that were set. Basically, after a pre-programmed 'delay' to allow for the patch change, I then re-send the user settings for the several settings. Works great, and allows A:B comparisons of the patches intact.
When I got to the multi-slider ... the 'active' mode was working as planned, but the 'in-active' settings were not going out .... hmmmm ... thought about a type of QUEUE or S&H ... etc ...
Throughout, I keep wondering why NuBeat had an ARRAY output included with the multi-slider ... and now I now why
With the slider set for 2 conditions ... each one is stored in this array. Nothing short of BRILLIANT
By using a 'SELECT' prim, I can access the 'other, in-active' value through a 'GETAT' prim being fed from this included ARRAY output.
I have just realized the option that has been provided, and am very hopeful that I can complete the chain of events to follow my in-place routine that will now pass BOTH values out MIDI.
This is a very useful module created ... especially when conserving on GUI size, or minimizing extra 'clutter' that only one or the other is really needed [but the User can make that decision]. And yes, the PreSet Manager is monitoring/recording everything.
Now to put it all together !

I'm revisiting this Multi-slider as I'm now looking to implement.
With only a minor adjustments/mods that I needed to do [mostly with the button selector that was made by another esteemed programmer here] ... the whole piece was hinging on an important function.
This mult-slider is handling 2 different [CC] controllers. [and it does this very well]
My project has a feature that allows a family of tightly related patches to be inter-changed, while also retaining the User parameters that were set. Basically, after a pre-programmed 'delay' to allow for the patch change, I then re-send the user settings for the several settings. Works great, and allows A:B comparisons of the patches intact.
When I got to the multi-slider ... the 'active' mode was working as planned, but the 'in-active' settings were not going out .... hmmmm ... thought about a type of QUEUE or S&H ... etc ...
Throughout, I keep wondering why NuBeat had an ARRAY output included with the multi-slider ... and now I now why
With the slider set for 2 conditions ... each one is stored in this array. Nothing short of BRILLIANT
By using a 'SELECT' prim, I can access the 'other, in-active' value through a 'GETAT' prim being fed from this included ARRAY output.
I have just realized the option that has been provided, and am very hopeful that I can complete the chain of events to follow my in-place routine that will now pass BOTH values out MIDI.
This is a very useful module created ... especially when conserving on GUI size, or minimizing extra 'clutter' that only one or the other is really needed [but the User can make that decision]. And yes, the PreSet Manager is monitoring/recording everything.
Now to put it all together !