You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensures only the Sonic Pi plugin directory is loaded. This isolates Sonic Pi’s scsynth from any externally installed SuperCollider instance which may have incompatible plugins.
Fixes boot errors caused by attempting to load plugins from an incompatible SuperCollider version.
Copy file name to clipboardExpand all lines: app/server/sonicpi/lib/sonicpi/scsynthexternal.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -342,15 +342,15 @@ def boot_server_osx
342
342
raise"Unable to boot sound synthesis engine: the input and output rates of your audio card are not the same. Got in: #{audio_in_rate}, out: #{audio_out_rate}."
0 commit comments