# NaPoWriMo+GenMo2026_Time2

# PosesInTime

For the 27th Poem of **NaPoWriMo/NaPoGenMo 2026**, *“PosesInTime”* is Coded in ***LiveCodingYoutube & Locomotion,*** exploring the concept of Pacing & TIming.

## Poem

```javascript
What is Time?
What is Pace?
How do we Track it in our Mind?
How does it Related to this current Phase
Do we base it on Sunset and Sunrise?
Does it depend on the Space, on the Place?
Or a Rhythm that is divine?
```

## Video

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

## Code

### LiveCodingYoutube

```javascript
create(2,3,'S6NmoBTXSh0')
play(all)
speed([0,5],-0.5)
speed([2,3],2)
speed([1,4],4)
```

### Locomotion

```javascript
y n = dancer { url= "orDroid", size = 0.7425, animation = [n,1,n*2],rx = n / range - 360 360 (osc 0.13) ,x= sin(n/2) + range -4 4 (osc 0.13), y = sin(n/2) + range -2 2 (osc 0.013), dur = 4}; for [1..25] y;
```
