Hey guys.
So i am playing around with high speed EDM genres like Extratone in Sonic Pi.
I have found I can cap out around 8000 BPM before I crash Sonic Pi using a simple kick drum set to sleep for 1.
Does anyone here have experience with playing around with samples at a super high bpm? If so, do you have any tips and tricks for altering them and playing around with them? Any pointers or anecdotes are appreciated.
Thanks in advance for all your help!
I finally got a prototype working. I didnāt add anything to fill out the beat, so you donāt get the āWall of Soundā aesthetic you normally get from extratone, but the single distorted kick getās the job done.
1 Like
Final Result from my experiment.
Since it is embedded, here is a link to the repo, with the samples, and the code
bit.ly/2IMQX1i
1 Like
Is that sample of the cat from the Ghost Stories anime? Hilarious, probably the best parody ever made. The song turned out well.
I think if you use samples with an already fast bpm beat, or pitch up the samples you can achieve a similar sound at a lower bpm than 8000. For instance if you make the samples 4x faster I imagine youād be able to achieve this effect around 2000 bpm, however your pitch will go up and there will be too much high end. To get around this you could use an outside program to speed up the samples without altering the pitch. This can be done in most DAWs.
Also if you want this āWall of Soundā to feel like itās in flux and ever-changing I suggest you make one sample play every 1 sleeps. Then another sound play every 1.01 sleeps, another at every 1.04 sleeps and so onā¦ This way they will slowly offset from each other over time and eventually line back up.
Iād also suggest adding some randomization. It would be good if some of the samples did not play every cycle but instead had an 80% change of playing. Or you could even have the program decide between 2 samples and play one or the other this time around.
Yeah. It is the cat from Ghost Stories. haha. Iām going to make a speedcore/extratone EP using Sonic Pi that samples from that.
I was trying to avoid doing much editing in a daw, if I could help it. I know it would technically make it easier, but I want to do everything with code as much as I can. I saw an extratone video in a daw where basically thatās what they did. The max in a daw like FL Studio is 522, so they max out(4 per, i think. So max is around 2000 BPM) the number of beats you can put, export, then speed up that sample.
I originally had random bpm, but it sounded like shit, so i stopped. This is definitely a prototype, even though it is completed. I didnāt do much mixing to the sound or automation, but I can.
Thanks for the tips though! If you wanna try your hand at remixing, feel free to branch off from the repo!
Edit : I found out I didnāt save and upload my functions.rb file, so you donāt have any of the methods in the repo for the code to work. Iāll upload that when I get home.