Skip to content

Instantly share code, notes, and snippets.

# Title: ?
# Artist: ?
# Date: ?
# License: ?
# Sonic Pi v?
# Settings
use_bpm 100
bar_length = 4
use_random_seed 0
# Can't Sleep DnB Jam By Binarysweets (Oct 2020)
# Sonic Pi v 3.2.2
use_random_seed 0
set :bpm, 180
use_bpm get :bpm
set :scl, scale(:bb0, :diatonic, num_octaves: 3)
live_loop :metro do
sleep 1
end
# Title: Balancing Act (Binarysweets Remix)
# Artist: Incentive
# Date: July 2021
# License: cc-by
# Sonic Pi v3.2.2 (Win 10)
# https://binarysweets.bandcamp.com/
# Settings
use_bpm 84
bar_length = 4
# Sonic Pi v3.2.2 (Win 10)
# Settings
use_bpm 87
bar_length = 4
use_random_seed 1950
root = "~Samples/"
sample_folder = root + "Vox/"
drums_folder = root + "Drums/"
# Title: Cave Diving (Binarysweets Remix)
# Artist: SR388
# Date: October 2020
# License: cc-by
# Sonic Pi v3.2.2 (Win10)
# https://binarysweets.bandcamp.com/album/3r
# Settings
use_bpm 106
bar_length = 4