Mathober2023_Hypotraceable

Mathober2023_Hypotraceable

Glitching a Tracing

ThomassenGlitch34

For the 28th Prompt Of Mathober: Hypotraceable. ThomassenGlitch34 takes the Minimal Hypotraceable Graph "Thomassen Graph 34" and glitches my drawing of it through Hydra, SonicPi and Other Software.

Poem

Looping Time
Time skipping
As it rewinds
As the traceability moves forwards
As the lines
Move to make the graph  complete
For it repeats
Even when incomplete
For this is how it wakes and sleeps
And reawakes for the graph to re-begin

Video

Code

Hydra

s0.initScreen()

src(s0).pixelate([50000,5000,500,50,5],[1,10,100,1000,10000])
.scrollX([0.5,-0.5,0.5,-0.3]).scrollY([0.1,-0.2,-0.3,0.2,0.1]).out()

speed = 3

SonicPi


live_loop :xo do
  play_pattern chord(:Bs3, :sus4),sustain: dice(4)
  play scale(:Bs3, :egyptian).choose
  sleep [0.125,0.25,0.5,1].choose
end

live_loop :xo2 do
  play_pattern scale(:Bs3,:aeolian,num_octaves: 3), 0.100, release: dice(4)
  sleep 0.125
end