We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3745db commit 5a26a9dCopy full SHA for 5a26a9d
app/server/ruby/lib/sonicpi/scsynthexternal.rb
@@ -364,7 +364,7 @@ def boot_server_osx
364
365
local_scsynth_opts = {
366
"-i" => num_inputs,
367
- "-U" => "#{native_path}/supercollider/plugins/"
+ "-U" => "#{native_path}/supercollider/plugins/;#{native_path}/supercollider/extra-plugins"
368
}
369
370
scsynth_opts = @default_scsynth_opts.merge(local_scsynth_opts).merge(@user_scsynth_opts).to_a.flatten
0 commit comments