View SR388-Cave_Diving_Binarysweets_Remix.rb
# 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 |
View Sonic_Pi_Structured_Track_Template.rb
# Title: ? | |
# Artist: ? | |
# Date: ? | |
# License: ? | |
# Sonic Pi v? | |
# Settings | |
use_bpm 100 | |
bar_length = 4 | |
use_random_seed 0 |
View Cant_Sleep_Sonic_Pi_DnB_Jam.rb
# 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 |