# Genuary2026_OneLine

# ***MonostichingChoreo***

For the 20th Prompt of Genuary2026: One Line, ***“MonostichingChoreo”*** is Coded in **Locomotion & Strudel** as **MonoStiches(**`One Line Poems)`**.** One Line for Audio & One Line for Visual.

## Poem

```javascript
One Line
Paths moving in new stride
In time
Patterning in its Prime
```

## Video

%[https://youtu.be/1t_bp42B1-Y] 

## Code

### Locomotion

```haskell
b n = dancer{sx = n/14,animation = [n+2,1,n+3,1],z = sin(n)*3,y = sin(n)/ 4*n + range n -2/n, x = sin(n)/4*n - range n -2/n, rx = n*3 + range 75 -155 (osc 0.15),ry = n*5 + range 75 -155 (osc 0.15)}; for[1..42] b;
```

### Strudel

```javascript
sound("cb*3 hh*2 rim cp/3 hh*3 bd [- sn:2 tb:3 hh*2]*3 rim cb*2").room("<0 .2 .4 .6 .8 .6 .4 .2 .1>").phaser("<4 3 2 1 2 3 4>").gain(perlin.range(.1, .9))
```
