Skip to main content

Command Palette

Search for a command to run...

WCCC_Collage

A Months Worth of Collage

Updated
1 min read
WCCC_Collage

CodedNovCollages

For this week's Creative Code challenge by @sableRaph: “Collage”, CodedNovCollages coded in LiveCodingYoutube,HydraVideoSynth & SonicPi collages my November WCCC Submissions.

Poetry

Collages
A Glitchful array of Montages
Diffusion of Place
Intrusion of Space
Dilution of Shapes and Splits
As their interactions Knits
And Drapes

Video

Code

LiveCodingYoutube

x = ["ZuV1tgzGEM0","yWOgSr4Tkzw","2F6CkzYtlzo"]

create(3,4,x[0])
cue([0,3,5,7,9],x[1])
cue([1,10,11],x[2])

speed([1,4,7,10,11],0.5)
speed([2,8,9],-1.4)

play(all)

HydraVideoSynth

s0.initScreen()


src(s0).modulatePixelate(src(s0).scale(1.5)).modulate(src(s0).repeat(2,2)).out()

SonicPi

live_loop :dosage do
  use_bpm 20
  with_fx :wobble, mix: 0.25 , amp: 1 do
    sample [:ambi_drone,:ambi_glass_hum].choose,beat_stretch: 1, rate: [0.5,0.4,0.3,0.2,0.3,0.4].tick
    sleep [0.5,1,2].choose
  end
end

with_fx :ixi_techno, mix: 0.2 do
  live_loop :bell do
    use_bpm [120,80,220].choose
    sample [:perc_bell,:elec_bell].choose, rate: (rrand 0.125,1.5)
    sleep rrand(0.2,2)
  end
end

live_loop :synth do
  with_fx [:flanger,:ixi_techno].choose, mix: 0.34 do
    sync :bell
    use_synth [:chiplead,:chipbass,:piano].choose
    play [50,75,100].choose , release: 0.1, sustain: dice(2), cutoff: rrand(60, 120) if spread(7,8).tick
    sleep [0.125,0.5,1,2].choose
  end
end

WCCChallenge

Part 19 of 50

Submissions to the WCCChallenge

Up next

WCCC_Split

Divisions of all Kind