# NaPoWriMo+GenMo2026_Monotonic3

# **MonoPixelTone**

For my 29th sketch of **NaPoWriMo 2026 / NaPoGenMo 2026** coded in ***HydraVideoSynth,* MonoPixelTone**  uses a Monotonic relationship between the code and the audiovisual as each line in both stanzas has a decrease in the amount of characters used in comparison to the previous line. Then Remixed to tell a story.

## Poem

```kotlin
As it Continues to Pixelate & get some upgrades,
Use the pixelation to rejuvenate & resonate
As the screen proceeds to emulate
```

## Video

%[https://youtu.be/3cwufLxThDA] 

  

## HydraVideoSynth Code

```javascript
osc(1,2,1).kaleid([2,3,4,3,2].smooth()).luma(0.12).colorama([0.1,0.2,0.5,0.7].fast(0.006)).pixelate(5,5).
diff(voronoi(0.25,1,4).pixelate(50,50).repeat(()=> time % 6 + 1,3)).
blend(noise().pixelate(75,75)).out()
speed = 0.25
```
