Merge branch 'main' into daslyfe/gainmod

This commit is contained in:
daslyfe
2025-07-19 04:06:31 +02:00
6 changed files with 43 additions and 3 deletions
@@ -176,3 +176,16 @@ $ chord <Dm9!3 Db7> # voicing
/>
The `$` sign is an alias for `,` so it will create a stack behind the scenes.
## variables
using the `def` keyword, you can define variables:
<MiniRepl
client:idle
mondo
tune={`
$ def melody [0 1 2 3]
$ n melody # scale C:minor
`}
/>