From a625ad604ba79e7f790cb2d57a722da85c9c23f0 Mon Sep 17 00:00:00 2001 From: Thomas Grund <39590142+thgrund@users.noreply.github.com> Date: Thu, 10 Mar 2022 23:37:16 +0100 Subject: [PATCH] Update TidalVST.scd --- TidalVST.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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