Sam Aaron
Sam Aaron
Yes, I've noted this too - will ensure this is fixed before the next beta release :-)
Hi there, it's very strange to hear that your'e hearing intermittent pops and clicks on both macOS and Windows with different sound cards. This is something we've not experienced or...
Hi @Catagen, this might shed some insight into the issues you're seeing: https://in-thread.sonic-pi.net/t/too-many-fx-notes-get-behind-crackling-sound-pc-grinds-to-a-halt/3068/2
Hi there, this looks like great work, but it's slightly beyond the scope of Sonic Pi's goals at this point. However, I would really like to be in a position...
Hi there, thanks for reporting this. Could you just try to see if the behaviour is similar for you on v4 of Sonic Pi? https://github.com/sonic-pi-net/sonic-pi/releases
Useful to know, thanks. I’m planning on fully rewriting the timestate system in Elixir so this will serve as an excellent test case.
The idea is that `get` and `set` use the virtual time to do lookup. All 4 calls to `set` are at the same virtual time, but also happen in different...
> I'm not sure if I'm understanding correctly, but I think you're implying that the expected output of this snippet would be "1", is that correct? No, my goal was...
Hi there, the easiest way to get data into Sonic Pi is to send OSC messages to port 4559. Most programming languages have an OSC library as it's a pretty...
Did you enable soft-real-time mode with `use_realtime`? Also, are you observing latency in the received OSC messages appearing in the cue log or the audio triggered? If it’s the latter,...