diff --git a/TidalVST.scd b/TidalVST.scd index 9ba01c0..73eec92 100644 --- a/TidalVST.scd +++ b/TidalVST.scd @@ -115,7 +115,7 @@ var triggerFunc = { |vstName| var serverMessage = { |synth| [\out, ~out, \sustain, ~sustain].asControlInput.flop.do { |each| ~dirt.server.sendMsg(\s_new, - \VST, + synth, -1, // no id 1, // add action: addToTail currentEnvironment.at(\synthGroup), // send to group @@ -143,4 +143,4 @@ var serverMessage = { |synth| ~instruments.at(\dexed).editor -Quarks \ No newline at end of file +Quarks