Hello hello everyone!
Pretty new to sonic pi only discovered it last week or 2 thereabouts.
So I’m a Dj and also a software developer.
I’ve got a question to ask, is it possible to have an already produced or existing song(regular songs we listen to) run in the sonic pi program. As I see that it’s mostly for making melodies…
If you are talking about is it possible to play wav or mp3 files on Sonic Pi, ofcourse it is. You can play and manipulate your local files. It support WAV, AIFF or FLAC file on your computer, only it doesnt support MP3 files.
You can do that with this code:
# Raspberry Pi, Mac, Linux
sample "/Users/sam/Desktop/my-sound.wav"
# Windows
sample "C:/Users/sam/Desktop/my-sound.wav"
You should take a look Sonic Pi Tutorial. There is lot more information about what can you do with samples.
Im also DJ-Producer and trying to become a Software Tester some day For example, most of time I code, first I make my samples on Ableton Live and than call it and manipulate it on Sonic Pi.