View incentive-balancing_act_binarysweets_remix.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
View n1.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/" |
View SR388-Cave_Diving_Binarysweets_Remix.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |