sonic-pi
sonic-pi copied to clipboard
Code. Music. Live.
- Sonic Pi 3.1.0 - OS Windows 7 I'm using a RockSmith real tone cable to connect my midi synth to my computer and using Sonic Pi to send midi...
After playing around with some audio software in combination, I figured out that it would be really great, if SonicPi could use jack midi, because sometimes there are conflicts between...
The built-in documentation for the Vowel FX reads, "Human singing voice sounds are easily achieved with a source of a saw wave with a little vibrato." I have not been...
This is simply to aim to help remove clutter and make changes from upstream sources clearer. :) This seems to build without errors on my Debian machine, but this probably...
Moved to main from #2007
I'm currently trying to package sonic-pi for Arch Linux' [community] repository. However, this proves extremely painful, because of * conflicting installation information and about a dozen different "package scripts" for...
Hello, While trying to record midi note_on/off event I see that some time (when pressing simultaneous notes) I loose some one (or more) of them while the note_on event is...
This is something I've been playing around with in CommonMusic and I think it would be a great addition to Sonic Pi: the ability to easily perform a Markov analysis...
Hi! There have been a handful of times in which I desired a ring chain that inverts the ring over a specified pitch axis. This would mainly work for rings...
Same as `with_fx`, I thought I was able to do this, ``` live_loop :foo do with_synth :dsaw, detune: [0.1, 0.4].choose do |s| play :e1, release: 8, cutoff: rrand(70, 130) sleep...