Skip to content

Commit

Permalink
Update TidalVST.scd
Browse files Browse the repository at this point in the history
  • Loading branch information
thgrund committed Mar 10, 2022
1 parent d874796 commit a625ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TidalVST.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -143,4 +143,4 @@ var serverMessage = { |synth|

~instruments.at(\dexed).editor

Quarks
Quarks

0 comments on commit a625ad6

Please sign in to comment.