You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2019. It is now read-only.
HI,
At first i would like to thanks you about your work on dssi-vst which works surprisingly well.
I'm trying to automate the launch of the IK Multimedia TRacKS 3 VST plugin with a particular preset (or "a particular configured state" in other words) in a deployment bash script.
Using dssi-vst and the command-line tool "jack-dssi-host" or "vsthost" i successfully run it but i can't figure how to make it loading a preset programmatically.
I've banged my head around and learned a lot about the DSSI API and it's integrated OSC server.
I tried to send some OSC "/configure", "/program" or "/command" using dssi_osc_send from the dssi-utils package without any success.
Also, about "/configure" requests I have no idea which key/value pairs are available if there are.
Can i do it this way ?
At the same time i tried "carla" with a simple project which includes this VST Plugin.
I discovered by inspecting the dot carxp project file a "chunk" xml tag with BASE64 encoded xml which seems to describe well the state of the plugin i would like it to be.
Is there a way to inject this "chunk" on the plugin by making an osc request ?
If not, is there any other way to do it programmatically ?