Skip to content

Troubleshooting

SunderB edited this page Dec 27, 2022 · 3 revisions

Common Issues

The autocomplete isn't working

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.

External synths aren't working

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.

Clone this wiki locally