Skip to content

Instantly share code, notes, and snippets.

View beryann's full-sized avatar

Beryann Parker beryann

View GitHub Profile
@beryann
beryann / Gracieuse mélodie.rb
Created April 23, 2024 19:45
Gracieuse mélodie - Graceful melody (Sonic Pi)
live_loop :kick do
sample :bd_haus
sleep 1
end
puts scale(:c4,:major)
play chord_degree(:i, :c4, :major, 4)
progression = (ring, :i, :vi, :ii, :v)
@beryann
beryann / Aléatoire#1.rb
Last active April 24, 2024 09:50
Aléatoire#1
Aléatoire #1 début
with_fx :level, amp: 0.4 do
use_random_source :white
live_loop :source do