# NaPoWriMo+GenMo2025_EchoedWords

# EchoedWords

For the 3rd entry of Poems for **NaPoWriMo/ NaPoGenMo 2025**, the **Hydra** code with aid from **OBS** visualizes and distorts the poem to represent a distorted echo of the words. The additional sounds were coded in **SonicPi.**

## Poem

```ocaml
The Words Start to Echo
With their pace
Own space
Own room to roam
To speak
To elevate
To teach
```

## Video

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

## Hydra Code

```javascript
s1.initScreen()

src(s1).scale(1.6).invert().colorama(()=> (time % 20 / 20 + 0.1)).
luma([0.5,0.3,0.1,0.74,0.34].smooth()).modulateScrollY(src(s1).scrollX([0.25,0.75],[0.15,-0.15].smooth()).
scrollX([0.15,0.15],[0.05,-0.05].smooth())).out()


speed = 0.087
```
