filmov
tv
Jam #5 - Ambient Industrial - Dual looping delay
Показать описание
This is a patch that I performed last week for a short 10 minute presentation at NYC Resistor. Some things have shifted around, but I tried to preserve things as best as I could.
Patch Details:
Chords coming from plaits with some modulation on timbre and morph. BIA playing a slow heartbeat-like euclidean pattern. Some scratchy sounds from the erica synths Pico Drum2, and some distant vocal sounds coming from the Instruo TSL with a little wave folding.
Not really a lot going on other than some of the sounds being routed through the Pico DSP for reverb and plaits going through the 4ms Dual Looping delay for some movement. DLD being modulated on delay time and toggling Hold.
Hydra code here:
shape(3, .4)
.rotate(1, -.04)
.color(1, 0, 0)
.repeat(5, 5)
.modulatePixelate(osc(30, 0, 1)
.rotate(1, .007)
.pixelate(60, 50))
.layer(noise(30, .1)
.color(0, 1, 0)
.pixelate([70,45].fast(.1).smooth(), [50,25].fast(.1).smooth())
.scrollY(1,-.03)
.luma([.4,.25].offset(.5).smooth()))
.kaleid(6)//.pixelate(200,150)
.out()
Patch Details:
Chords coming from plaits with some modulation on timbre and morph. BIA playing a slow heartbeat-like euclidean pattern. Some scratchy sounds from the erica synths Pico Drum2, and some distant vocal sounds coming from the Instruo TSL with a little wave folding.
Not really a lot going on other than some of the sounds being routed through the Pico DSP for reverb and plaits going through the 4ms Dual Looping delay for some movement. DLD being modulated on delay time and toggling Hold.
Hydra code here:
shape(3, .4)
.rotate(1, -.04)
.color(1, 0, 0)
.repeat(5, 5)
.modulatePixelate(osc(30, 0, 1)
.rotate(1, .007)
.pixelate(60, 50))
.layer(noise(30, .1)
.color(0, 1, 0)
.pixelate([70,45].fast(.1).smooth(), [50,25].fast(.1).smooth())
.scrollY(1,-.03)
.luma([.4,.25].offset(.5).smooth()))
.kaleid(6)//.pixelate(200,150)
.out()