MinaCoding2025_Music
Coding To Audio
Updated
•1 min read
LayeringUponAudio
For MinaCoding2025 Prompt 9: Coding While Listening to Music, LayeringUponAudio is coded in Hydravideosynth while listening to audio.
Poem
Rhombus appear
Rhombus disappearing
Rhombus preparing
For how they will fare
For how they will show their flare
With the ounces of light that acts a glare
To shine upon those
That happen to have their eyes close
Images




Hydra Code
osc(5,-0.1,5)
.modulatePixelate(osc(5,3,1)).modulateScale(noise(0.5,1,3)).kaleid([5,4,3,5,3,5,7,5].smooth())
.scale(0.45,1,3).colorama([0.1,0.3,0.5,0.4,0.2,0.7].smooth()).out(o1)
src(o1).modulateScale(src(s0).modulateRotate(o1,100), -0.5)
.out(o0)
speed = 0.135




