Skip to content

Instantly share code, notes, and snippets.

@jf-parent
Created April 16, 2018 05:37
Show Gist options
  • Save jf-parent/c8ea7e54e30593af01512f4e21b54670 to your computer and use it in GitHub Desktop.
Save jf-parent/c8ea7e54e30593af01512f4e21b54670 to your computer and use it in GitHub Desktop.
Boudoir // Chuchotement Pantophobique
b1 >> glass([0], dur=16).after(16, 'stop')
def play1():
p1 >> bass([0,[0,1,2]], dur=8, oct=5, lpf=600, room=1, mix=1).after(320, 'stop')
Clock.future(0, play1)
def play2():
p2 >> soft([0], formant=linvar([0,1], 8), sus=2, vib=linvar([0,2], 4), oct=var([3,4,5], 4)).every(16, 'stutter').after(290, 'stop')
Clock.future(30, play2)
def play3():
p3 >> sawbass(P[0,2,4,[5,6,7]], dur=[1,[1,2],2,[2,4]], oct=[4,5,6,6], vib=[0,0,0,[0,1]], formant=var([0,1], 8)).after(48, 'stop')
Clock.future(60, play3)
Clock.future(120, play3)
Clock.future(240, play3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment