I tracked down old footage of my friends at a spot we used to frequent long ago. I wanted to evoke nostalgia and the disintegration of memory over time. Coming up with any visuals or sound at all was really difficult. There’s a pacifier wherever my imagination is supposed to be. I wish I had come up with some kind of climax and drop. I also wish I had been able to come up with a visual that syncs better with the arpeggios. I tried tweaking the numbers and couldn’t find the right rhythm to sync to. The entire thing is too chaotic and unbalanced to work as a composition. But at the end, I liked the silence paired with the normal videos, because it felt like reminiscence or reflection.

s0.initVideo("file:///Users/eloratrotter/Documents/Documents%20-%20Elora’s%20MacBook%20Pro/Code/liveCoding/media/fixed_video1.mp4")
src(s0).out(o0)

s0.initVideo("file:///Users/eloratrotter/Documents/Documents%20-%20Elora’s%20MacBook%20Pro/Code/liveCoding/media/fixed_Video.mp4")
src(s0).out(o0)

s0.initVideo("file:///Users/eloratrotter/Documents/Documents%20-%20Elora’s%20MacBook%20Pro/Code/liveCoding/media/fixed.mp4")
src(s0).out(o0)

s0.initVideo("file:///Users/eloratrotter/Documents/Documents%20-%20Elora’s%20MacBook%20Pro/Code/liveCoding/media/fixed_video2.mp4")
src(s0).out(o0)

src(s0).modulate(noise(.23, 0).pixelate(100, 100),)
.colorama(0.005).luma(0.20).diff(src(o0).scale(()=>cc[0])).out(o0)

hush()
setcps (85/60/4)

  d1 $ slow 2 $ n "~ e7 c8 ~ b7 ~ <g7,g8> ~"
    # s "supervibe"
    # lpf 300
    # sustain 2
    # room 0.7
    # delay 0.6 # delayt (1/4) # delayfb 0.5
    # gain 1.2

d2 $ stack [
  s "bd ~ bd ~",
  s "~ sn:2 ~ sn:2" # lpf 2000 # shape 0.1 # gain 0.8,
  s "hh*8" # gain "0.5 0.3 0.4 0.2" # pan rand # lpf 5000
] # room 0.4 # sz 0.6

d3 $ slow 4 $ n "a2 f3 c3 e3"
  # s "superpiano"
  # gain 0.9

d4 $ slow 4 $ n "a3'min9 f3'maj7 c3'maj7 e3'min7"
  # s "superpiano"
  # velocity 0.4
  # lpf 1500
  # room 0.9 # sz 0.8

d5 $ ccv "[0 127]*1" # ccn 0 # s "midi"

d6 $ jux (rev)
  $ struct "t*16"
  $ slow 4
  $ n (arp "<up down updown diverge>" "<a3'min9 f3'maj7 c3'maj7 e3'min7>")
  # s "supermandolin"
  # sustain 1.5
  # room 0.8 # sz 0.9
  # delay 0.75 # delayt (1/4) # delayfb 0.5
  # lpf (range 800 4000 $ slow 4 sine)
  # pan (slow 3 sine)
  # gain 0.8

d5 $ ccv "[0 127]*8" # ccn 0 # s "midi"

d6 $ jux (rev . (|- pan 0.2))
  $ struct "t(3,8) t*2"
  $ n (arp "up" "<a3'min9 f3'maj7 c3'maj7 e3'min7>")
  # s "supermandolin"
  # sustain 2
  # detune 0.005
  # lpf (range 400 3000 $ slow 8 saw)
  # room 0.9 # sz 0.9
  # gain 1

  d5 $ struct "t(3,8) t*2" $ ccv "127 0 50"
    # ccn 0 # s "midi"


hush