Skip to main content

Command Palette

Search for a command to run...

CodeJourney_MonkeyDay

Remixing a Monkey Based Sketch

Updated
1 min read
CodeJourney_MonkeyDay

SimianChoirAgain

For Monkey Day 2025: The Simians located on the Planet Zenthian have at times been recorded singing in a choir. First recorded in 2023 and Coded with SonicPi, the 2025 edition revisits the choir with added effects from HydraVideoSynth & LiveCodingYoutube.

Original: https://blog.illestpreacha.com/sciartseptember2023simian

Poem

They Howl in Unison
They grunt in Union
The dissection of the intersection
Isn’t needed for this reflection
Or any introspection
As the Simian Choir
Aims to Pitch Higher

Video

Audio (Original Version)

Code

HydraVideoSynth

s0.initScreen()

src(s0).scale(1.05).repeat(2,2).
blend(src(s0).scale(1.11).pixelate(500,500)).
blend(src(s0).scale(1.15).luma(0.15)). 
out()

LiveCodingYoutube

x = "unYL0LliXko"

create(2,2,x)
speed(0,1.5)
speed(1,-1)

CodeJourney

Part 3 of 5

Coded Explorations and the outputs derived from them

Up next

CodeJourney_InverseCode

Inversing Code