forked from rkh/atom-sonic
-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
SunderB edited this page Dec 27, 2022
·
3 revisions
Make sure the syntax language is set to 'Sonic Pi', not 'Ruby'. You can find the syntax language to the right hand side of the bottom bar.
You may need to add the following line to the top of your code to enable external synths:
__thread_locals.set(:sonic_pi_mod_sound_use_external_synths, true)
See sonic-pi-net/sonic-pi#3103 for more info.