sonic-pi
sonic-pi copied to clipboard
Code. Music. Live.
Hi I was using [`osc.erl`](https://github.com/sonic-pi-net/sonic-pi/blob/main/app/server/erlang/sonic_pi_server/src/osc/osc.erl) file to send OSC via udp, trying to imitate `NetAddr("127.0.0.1",57110).sendMsg(\n_set, 1010,\freq, $[,200,400,$]);` native function that sets an array as an argument of a synth, but...
This is just #2360 rebased onto the ~~new main~~ dev branch. I've copied the description and my comments below. --- I was poking around the [Freesound API](https://freesound.org/docs/api/resources_apiv2.html#sound-instance), and realised it...
Hi! I'm packaging sonic-pi for Arch Linux. While building 3.1.0 has already been challenging (#1864, #1865, #1908), building 3.2.0 is currently completely impossible. The cmake setup forces me to build...
This uses Bundler to manage and bundle the ruby gems & extensions required by the server, allowing most gems to be de-vendored and making it easier to manage gem dependencies....
Hopefully this’ll help make errors easier to debug in startup issues like #2393 etc. - - - This is a copy of #2406 but updated to be applied to the...
I am using an external scsyndef file in a SP project and it works fine when run from a buffer. However when I save the buffer file and use run_file...
This adds an executable script similar to the existing i18n-tool.rb, but specifically for handling the reference documentation sections. (Synths, FX, Samples and Lang). This script uses ruby-gettext to ultimately either...
(Hopefully) allows the user to choose the installation directory instead of always installing in Program Files. Closes issue #2782 and discussion #2774 I'm not familiar with WIX or how it...
This works by using the left channel as the modulator and the right channel as the carrier. A parameter for adding white noise helps to improve intelligibility for spoken/sung texts....
Implements a new autotune, which is closer to the Antares original. It doesn't use FFTs - instead everything happens in the time domain. This version of the effect has options...