Multiple Panel Dragging
-
@ustk you beauty!
-
Damn you guys are good.
-
@ustk Is the automation (pluginParameter) can be applied to this panel in DAW?
When I enable this, I can't apply automation in Reaper.
-
@JulesV apply it to the knobs instead
-
@ustk hmmm... when applying this in my project I don't think the panel value is being created as an object.... What else can I try?
-
@DanH Create a preset, and make sure the Panel’s value is object in this initial preset.
If not, you can edit the preset with a text editor, it should contain left & right values in json format
-
@orange thanks! working.... So I was hoping for backwards compatibility with my existing presets (all 1250 of them!).... In @ustk 's snippet it works fine without needing a preset. Why should my project be different? Actually, perhaps I don't even need it to be 'save in preset'... Will see how that goes!
-
Yes the snippet works (maybe holds the Panel value in the memory) but when it is applied to other project it doesn't work even with this:
// make panel's value an object if (typeof(Panel1.getValue()) != "object") Panel1.setValue({left: 0.2, right: 0.8});
I'm not sure why it happens.
-
-
@ustk Thanks, I'll continue with Save in Preset disabled for now as it's working in the context of my project :)
Cheers for your help!