Feat: introduce follow up actions
This commit is contained in:
@@ -27,9 +27,18 @@ Each pattern is an independent sequence of steps with its own properties:
|
||||
| Speed | Playback rate (`1/8x` to `8x`) | `1x` |
|
||||
| Quantization | When the pattern launches | `Bar` |
|
||||
| Sync Mode | Reset or Phase-Lock on re-trigger | `Reset` |
|
||||
| Follow Up | What happens when the pattern finishes an iteration | `Loop` |
|
||||
|
||||
Press `e` in the patterns view to edit these settings.
|
||||
|
||||
### Follow Up
|
||||
|
||||
The follow-up action determines what happens when a pattern reaches the end of its steps:
|
||||
|
||||
- **Loop** — the pattern repeats indefinitely. This is the default behavior.
|
||||
- **Stop** — the pattern plays once and stops.
|
||||
- **Chain** — the pattern plays once, then starts another pattern. Use `Left`/`Right` to set the target bank and pattern in the edit view.
|
||||
|
||||
## Patterns View
|
||||
|
||||
Access the patterns view with `F2` (or `Ctrl+Up` from the sequencer). The view shows all banks and patterns in a grid. Indicators show pattern state:
|
||||
|
||||
Reference in New Issue
Block a user