Sam Aaron
Sam Aaron
> Simply: there is no network access during the build phase, and Elixir require installing a ton of packages that way. Where and when does the build phase happen? Does...
Hi there, I'm unfortunately unable to reproduce your observed behaviour locally. Could you let me know which platform you're on? Also, could you try running the following code: ``` live_loop...
Excellent sleuthing - thanks so much. This is definitely enough to go on. Interestingly, I was able to reproduce this behaviour on my Windows VM, but on my Mac, all...
Hi, to create your own synths, you need to design them using the SuperCollider language then load them in using the `load_synthdefs` fn. Take a look at this excerpt from...
@merspieler you can sort of manipulate them live if you put `load_synth_defs` within your live loop: ``` live_loop :foo do load_synthdefs "/path/to/synths/folder" synth "your_super_synth" sleep 0.125 end ``` If you...
Hi there, thanks for this. Do you also have a file called tau.log in the log directory `~/.sonic-pi/log`?
Hey @rbnpi - is this behaviour similar in older versions of Sonic Pi or is it specific to the latest v4 BETA?
The issue here is that `run_file` is designed to run in complete isolation from the script that calls it. This also means that it runs in isolation from the lines...
Apologies, we don't manage the flatpak distribution. However, it looks like you don't seem to have `jackd` on your system which would be an issue if that's the case.
Just a note to say that this is still an issue in v4