# NaPoWriMo+GenMo2026_MonoTonic

# **MonoCircleTonic**

For my 2nd sketch of **NaPoWriMo/NaPoGenMo 2026** coded in ***LiveCodeLab,* <s>MonoCircleTonic</s>** uses a Monotonic relationship between the code and the audiovisual 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.

## Poem

```python
As the Circle and its radii  Moves
It wiggles, it grooves
Leaving artifacts
To be found
intact
```

## Video

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

  

## **Code**

```javascript
//Visual
simpleGradient blanchedalmond,orange,skyblue
move sin(time),cos(time),sin(time)
scale (time%5)/8,cos(time%7)
animationStyle motionBlur
move 0.01,sin(time),0.51
9+time % 7 times with i
rotate i/17,wave(i)/10
ball wave(sin(time))

//Audio

play "pianoLHChord" + int(random 2) ,'x------x-----'
play 'alienBeep'  ,'--x- ---- --x- -x-----x'
play 'tranceKick'  ,'-x-x ---x x--x- --xx'
play "crash" + int(random 13) ,'x--x-x'
play "hoover" + int(random 12) ,'x-x'
play "beep" + int(random 14) ,'xx--'
play "glass"  ,'x-x---x- -xx-x'
bpm 66


```
