piano_roll_read_patterns_autolocate
Read notes across multiple patterns using FL's auto-located piano-roll channel, then leave the UI on the specified pattern so the LLM can plan edits without extra navigation.
Instructions
Read notes across patterns using FL's auto-located piano-roll channel.
This avoids explicit channel retargeting/openEventEditor. It changes only the selected pattern, triggers ComposeWithLLM, and records the selected channel FL reports after each pattern switch.
After the sweep, if navigate_after_pattern is provided, FL is left on that pattern (and optionally channel) so the UI is already showing the edit target while the LLM plans its changes. Use this whenever you know ahead of time which pattern will be edited first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| restore_start | No | ||
| patterns_to_read | No | ||
| navigate_after_channel | No | ||
| navigate_after_pattern | No |