# MinaCoding2024_XHeader

# WavyHeader

For the 26th day of **MinaCoding2024: "X Header"** , ***WavyHeaders*** is coded in **Hydra** to represent a header that is overwhelmed with the flow of information gathered in social media. WIth ***SonicPi*** sounds in the background

## Poem

```javascript
What do you put on top
When the flow of information
Decides to be non-stop
With various path for numerous decisions
```

## Video

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

## Hydra Code

```javascript
shape(4,[0.25,0.5,0.75].smooth(),[0.25,0.5,0.25,0.75,0.25].
smooth()).modulateRotate(shape(4,[0.25,0.5,0.75,1,0.5,0.3,0.1].
smooth(),[0.25,0.5,0.25,0.75,0.25].smooth()).
colorama(()=> (time % 30 + 2)/32),[0.3,0.5,1,2].smooth()).
modulateScale(shape(4,[0.25,0.5,0.75].smooth(),[0.25,0.5,0.25,0.75,0.25].
smooth()).colorama(()=> (time % 20 + 12)/12),[0.1,0.2,0.3,0.4].smooth()).
colorama(()=> (time % 10 + 2)/12).diff(shape(4,[0.25,0.5,0.75].smooth()).
colorama(()=> (time % 20 + 12)/12),[0.1,0.2,0.3,0.4].smooth()).
colorama(()=> (time % 10 + 2)/12).out()

speed = 0.116
```
