# NaPoWriMo+GenMo2026_MonoTonic2

# AprilGlides

For my 6th Poem of **NaPoWriMo/NaPoGenMo 2026** coded in ***HydraVideoSynth,* AprilGlides**  uses a Monotonic relationship between the code and the visual 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.

## Video

%[https://youtu.be/gb6J5da6V2U] 

  

## HydraVideoSynth Code

```javascript
osc(1,0,3).luma(0.54).modulateKaleid(voronoi(1,0.5,2).luma(0.85).pixelate(500,500).scale([2,1,0.5,0.25].smooth()),1.05).
modulatePixelate(noise([0.16,0.1,0.05].smooth(),[2,1,0],[9,2,1,3,5].smooth()).scale([0.75,0.5,0.25,1.25].smooth())).
modulateScale(noise(0.5,0.3,0.1).colorama(0.43).color([0.5,0.3,0.1].smooth())).
modulateRotate(voronoi(0.25,[0.3,0.1].fast(0.4),[0.1,0.3,0.5,0.75,1.25]),0.75).
scrollX([0.5,0.3,-0.1,-0.05].smooth()).scrollY([0.25,0.47].fast(0.04)).
out()
```
