Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Lauching programmatically a VST plugin with a preset #7

@TiBeN

Description

@TiBeN

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 ?

Thank's you in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions