This commit is contained in:
2026-03-05 22:14:28 +01:00
parent 77364dddae
commit 04b68850d0
25 changed files with 374 additions and 8447 deletions

View File

@@ -32,12 +32,13 @@ To create mirrors: copy a step with `Ctrl+C`, then paste with `Ctrl+B` instead o
- `Ctrl+D` — Duplicate selection
- `Ctrl+H` — Harden mirrors (convert to independent copies)
## Prelude
## Preludes
The prelude is a Forth script that runs before every step, useful for defining shared variables and setup code.
Each bank has its own prelude a Forth script for definitions and setup that travels with the bank when shared. There is also a project-wide prelude for global configuration.
- `p` — Open the prelude editor
- `d`Evaluate the prelude
- `p` — Open current bank's prelude editor
- `P`Open project prelude editor
- `d` — Evaluate all preludes (project + all banks)
## Pattern Controls