Skip to content

Instantly share code, notes, and snippets.

@Freemoth
Freemoth / cloud_nigh.txt
Created January 13, 2017 02:51
Cloud Nigh
# cloud_nigh.txt ## May 7, 2016
# sonic(K) ## SP v. 2.7
use_bpm 10
live_loop :drops do
with_fx :ring_mod, freq: rrand(25, 32), mix: rrand(0.3, 0.5), \
amp: 0.5, mod_amp: 0.5 do
sample :ambi_piano, rate: rrand(1, 1.5), amp: rrand(0.5, 1), \
pan: [-0.5, 0.5, 0.1, -0.2].choose if one_in(3)
@Freemoth
Freemoth / silentScream.txt
Created January 13, 2017 02:55
Silent Scream
# Silent Scream, 24Sep2016, sonic(K)
use_debug false
use_bpm 77
with_sample_pack "D:/SonicPi/my-samples/" do
load_sample :toScreamVox2
end
noties = [43, 93, 64, 54, nil]