Can you script what parameters get saved in a preset?
-
Can you do that :)
-
@lalalandsynth Yes,
component.set("saveInPreset", bool);
-
@d-healey Sweet , then I might have a ghetto fix for the delay time issue, testing.
-
@d-healey btw, how do you find a function like that , did not find anything in the api ?
-
-
This seems to ...almost. resolve my issue with the lfo and delay times .
Testing a bit more
-
@d-healey Can you somehow trigger a knob value without moving it ?
I have almost solved this delay time issue but need to be able to trigger the parameter value without moving the knob .Something like an afterLoad (of preset ) and then a trigger ?
Probably not
-
.changed()
is used to trigger the callback of a control.