Sonic Pi – The Live Coding Music Synth for Everyone
1–10 of 65 posts
Re: Sonic Pi – The Live Coding Music Synth for Everyone
#2Re: Sonic Pi – The Live Coding Music Synth for Everyone
#3I recently was trying this again, also searching online for people using it, and I could only find club music made with it, which made me just give up on trying further. I wish there were some YouTube channel what made nice music with sonicpi or similar.
I think one reason why tools like this lead to creation of dance music is that the structures are readily created using them, and in addition they tend to make synth and sample sounds which are often heard in dance... It's pretty quick to code a 4 on the floor dance beat, but programming Gene Krupa will be much more challenging!
Re: Sonic Pi – The Live Coding Music Synth for Everyone
#4If anyone's got any suggestions, or can point to a python version of the same (I spent a fair bit of time working with FoxDot which does use python so it made more sense to me) it'd be appreciated - this is something I'd really like to get into, but have found the hurdles a bit too tall!
Re: Sonic Pi – The Live Coding Music Synth for Everyone
#5I recently was trying this again, also searching online for people using it, and I could only find club music made with it, which made me just give up on trying further. I wish there were some YouTube channel what made nice music with sonicpi or similar.
Can you give a better definition than nice music? I think one reason why tools like this lead to creation of dance music is that the structures are readily created using them, and in addition they tend to make synth and sample sounds which are often heard in dance... It's pretty quick to code a 4 on the floor dance beat, but programming Gene Krupa will be much more challenging!
And making traditional song wouldn't be as interesting demo for it I'd imagine
Re: Sonic Pi – The Live Coding Music Synth for Everyone
#6I've spent some time trying to work with Sonic Pi, but I've really struggled with the syntax, finding it difficult to work with. I'm fluent in Python but find the use of colons is the real sticking point. If anyone's got any suggestions, or can point to a python version of the same (I spent a fair bit of time working with FoxDot which does use python so it made more sense to me) it'd be appreciated - this is somethin…
The you'd probably have hated its predecessor which was all about the parentheses: https://overtone.github.io/
It's too bad that superficial stuff like which characters you need to type is holding you back. Getting used to Ruby when you're familiar with Python is no big deal. I would just stick with it
Re: Sonic Pi – The Live Coding Music Synth for Everyone
#7I recently was trying this again, also searching online for people using it, and I could only find club music made with it, which made me just give up on trying further. I wish there were some YouTube channel what made nice music with sonicpi or similar.
@rbnpi has also done some lovey work with classical music that’s worth checking out
Re: Sonic Pi – The Live Coding Music Synth for Everyone
#8Re: Sonic Pi – The Live Coding Music Synth for Everyone
#9Supercollider is another real time audio synthesis tool.
Re: Sonic Pi – The Live Coding Music Synth for Everyone
#10The big drawback for me so far has been sound design. Actually building your own synths can be difficult to even get the basics down, working with samples is predictably a bit of a pain (to the point where I intended to just use synths for everything, drums included), and it doesn't look like many of these tools provide an easy way to reuse synths you've made before in different files.
I know that a lot of the time you can plug these tools into a traditional DAW, which obviously fixes the sound design issue, but this is the kind of thing I'd only really want to use standalone. Maybe its just a part of the learning curve, and eventually sound design gets more intuative.