# Mathober2025_Monotonic

# **MonoStereoTonic**

For my 2nd sketch of Mathober2025 coded in #***LiveCodeLab,* MonoStereoTonic** takes the 12th prompt of **“Monotonic”** and uses it to code the music/audio heard. It uses a Monotonic relationship between the code and the sound as each line has a decrease in the amount of characters used in comparison to the previous line.

## Poetry

```ocaml
Even Though the sound is in stereo
The relationship of the lines go
From most to least
But doesnt mean
That this scene
Ends with an ease
```

## Audio

<iframe width="100%" height="300" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/soundcloud%253Atracks%253A2181109283&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>

[IllestPreacha](https://soundcloud.com/llestreacha) · [MonoSteroTonic](https://soundcloud.com/llestreacha/monosterotonic)

## Code

```javascript
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

```
