Wip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user