sonic-pi icon indicating copy to clipboard operation
sonic-pi copied to clipboard

Code. Music. Live.

Results 234 sonic-pi issues
Sort by recently updated
recently updated
newest added

In HOW-TO-CONTRIBUTE.md you say > It's not possible to build Sonic Pi for iOS, since Apple does not allow integrating a programming language into iOS apps. however on checking apple's...

Feature Request

Hi insiders Hello Sam Aaron I am trying to install Sonic Pi on 25 brandnew Mac mini (2018) for a school. Unfortunately, it cannot be booted. I see the issue...

To reproduce: `%w{these words are invisible in light mode}` I'm just capturing this here for now

bug
GUI
style

After installing i2s DAC support on Raspbian Buster Sonic Pi 3.1.0 will not start. I've installed DAC with `curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash` which adds `dtoverlay=hifiberry-dac dtoverlay=i2s-mmap` and comments out...

As the subject says, to downsize the editor text in 3.2.0-dev I need to use additional Shift which actually is _ and size up is broken in the opposite way,...

I have observed strange behaviour when applying FX to the `:tech_saws` synth. See the below example: ```ruby live_loop :test do #with_fx :reverb, room: 1 do with_fx :rlpf, cutoff: 60, mix:...

bug
synthdefs
audio

My recent work with the sonic-pi-cli has thrown up again the need for an easy way to reset all ! functions like set_sched-ahead_time! and set_volume! to their default values. If...

Feature Request
language

I used Sonic Pi with latest OS on the Raspberry Pi yesterday and none of the headphones worked. Usually in the past there is a way of choosing headphones but...

I'm using the `sonic-pi-tool` cli tool and it is using the `app/server/ruby/bin/sonic-pi-server.rb` script to start the server, which is requiring `rugged.rb`, which is requiring ```ruby ruby_api = RbConfig::CONFIG['ruby_version'] require_relative "../../../rb-native/#{ruby_api}/rugged"...

We're interested in adding some code so as to allow easy use of sensor data in Sonic Pi. We'd first want to integrate our PiShield (see https://infusionsystems.com/pishield), which uses the...