Skip to content

Commit 5a26a9d

Browse files
committed
Server - add additional scsynth plugins dir for extra ugens (to help manage things going forwards)
1 parent e3745db commit 5a26a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/scsynthexternal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def boot_server_osx
364364

365365
local_scsynth_opts = {
366366
"-i" => num_inputs,
367-
"-U" => "#{native_path}/supercollider/plugins/"
367+
"-U" => "#{native_path}/supercollider/plugins/;#{native_path}/supercollider/extra-plugins"
368368
}
369369

370370
scsynth_opts = @default_scsynth_opts.merge(local_scsynth_opts).merge(@user_scsynth_opts).to_a.flatten

0 commit comments

Comments
 (0)