Last active
January 19, 2020 10:25
-
-
Save khoparzi/3f20574c8dd1f4d30350e9a10734782f to your computer and use it in GitHub Desktop.
Performance at Exploring The Edge, January 5th 2020 at the India International Centre
This file contains hidden or 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
d1 $ fastflip $ s "scw*16" | |
# lpf 2000 | |
# n (irand 100) # loop 7 | |
# posz (-2) # rotz ((sinf 0.2) * 20 - 10) # sep 0.3 # fs 0 | |
d2 | |
$ degradeBy 0.25 | |
$ footwork | |
$ s "dudak:2" # fs 2 | |
-- # rvb' 0.2 0.7 | |
d3 $ chancervb $ often (grimer1) $ s "jstrim" | |
d4 $ s "808:1*8" # g 1.5 # fs 12 | |
once $ | |
s "seventeen" # 2 | |
-- s "guru" # b 0 # 3 # hpf 400 | |
# speed 0.75 | |
-- # speed ("[0.7, 0.71, 0.712, 0.75]" + 0) | |
# orbit 10 # rvb' 0.4 0.2 # g 1.2 | |
d2 $ smb 0.3 (spread ($) [microd, dubd'' 0.5 1]) $ fa 2 $ footwork3 $ s "dudak:2 jstrim:2" | |
d10 $ s "seventeen" # b 0.7 # e 0.9 | |
# speed ("[0.7, 0.71, 0.712, 0.75]" + 0) | |
# hpf 1000 # 1 | |
d1 $ n "[0 0 0 ~] [~ ~ 6*<1 2> ~]" # s "gabba jstrim" # orbit 11 | |
# rvb' "0 1" 0.7 | |
# dele' "0 0.7" 3 (sawf sn * 0.6) | |
# lpf ((sinf 0.125) * 2000 + 100) | |
d4 $ silence | |
d1 | |
$ sl 1 $ striate' 8 hdsqv | |
$ n "0 1" # s "numbers" # posz 0 # pan sine | |
# speed ("[0.7, 0.71, 0.712, 0.75]" + 0) | |
# rvb' 0.53 0.96 | |
# posz (-2) # rotz ((sinf 0.2) * 20 - 10) # sep 0.3 | |
-- # fs 1 | |
-- # l 0.7 | |
d3 $ smb 0.4 (fastflip) $ s "[dudak:2(3,8)]" | |
d4 $ dancehall $ deepbass | |
---------------------------------------------------- | |
-- Hydra code for visuals | |
multiplier = 5 | |
voronoi(10, 0.01).kaleid(3 * multiplier) | |
.colorama(0.5, 0.25, 0.2)//.saturation(2) | |
.modulateScale(o0, 0.2) | |
.blend(osc(10, -0.1, 1).kaleid(10 * multiplier)) | |
// .blend(src(o0).diff(o0, 0.9), 0.2) | |
// .scale((()=>a.fft[3] * 0.2 + 2)) | |
.rotate((()=>Math.sin(time * 0.125) * 1.5)) | |
// .scale(()=>((Math.sin(time / 4) * 0.4 + 0.325) * (multiplier))) // Tunnel trip | |
// .scrollY(0, -0.01) // Paint bleed | |
// .scrollY(()=>(Math.sin(time) * 0.01 - 0.005)) // Wave motion | |
// .thresh(0.1) | |
.contrast(1.2).out(o0) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment