http://liine.net/en/community/user-library/view/365/
Yo,
Using the most awesome template(link above) from Macciza,
How could one use scripts to morph from preset to preset. Mostly using example 2 of said template.
T
Morphing presets script, will it blend?
Re: Morphing presets script, will it blend?
here's a quicky.....it surely could be more elegant......
Presets are not even invloved in this process......select desired preset (or move multislider) - press pad at bottom of fader..... select another preset (or move again the multislider).....press pad at top of fader.....
Now move the fader....it morphs between the values stored in each pad.....
You could, I guess, script the pads into loading one of the presets with some procedure....I just made the easy part....storing the multlislider values and morphing between the two states stored....
Presets are not even invloved in this process......select desired preset (or move multislider) - press pad at bottom of fader..... select another preset (or move again the multislider).....press pad at top of fader.....
Now move the fader....it morphs between the values stored in each pad.....
You could, I guess, script the pads into loading one of the presets with some procedure....I just made the easy part....storing the multlislider values and morphing between the two states stored....
Re: Morphing presets script, will it blend?
K I liked the idea.....
Re positioned the morphing fader to bottom of the slider and added a "reset" button for it!
Re positioned the morphing fader to bottom of the slider and added a "reset" button for it!
- Attachments
-
- tutorial_storing-morpher2.jzml
- (18.67 KiB) Downloaded 87 times
Re: Morphing presets script, will it blend?
Totally amazing!
It would be wild if-
The reset button could reset individual
switches.
Mind blowing if more switches could be
set to morph, like the whole lot of 16
or any in between. Allowing for multiple predestined
settings(with faders x) and smooth morph
inbetween.
T
It would be wild if-
The reset button could reset individual
switches.
Mind blowing if more switches could be
set to morph, like the whole lot of 16
or any in between. Allowing for multiple predestined
settings(with faders x) and smooth morph
inbetween.
T
Re: Morphing presets script, will it blend?
it would be a heavy script, as it would require lots of onFrame scripts to facilitate the smooth fades.
you'd need two analogous, giant, vectors to store the current values as well as the desired values to be morphed to.
I think you could get away with one or two pages full of this before capping out lemurs FPS and template size restrictions
you'd need two analogous, giant, vectors to store the current values as well as the desired values to be morphed to.
I think you could get away with one or two pages full of this before capping out lemurs FPS and template size restrictions