mix_create_plan
Create a session-bound plan that groups FL Studio mixer, channel, pattern, playlist, plugin, and tempo operations for later batch execution, without altering project values.
Instructions
Store a session-bound closed-union plan; no project value changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| rationale | No | ||
| operations | Yes | ||
| session_fingerprint | No | Optional bridge/project-session fingerprint from a recent read. The write refuses after bridge reload or a reported project load. This is a concurrency guard, not authentication or a durable project identity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| source | Yes | ||
| status | No | draft | |
| plan_id | Yes | ||
| warnings | No | ||
| rationale | No | ||
| created_at | Yes | ||
| operations | Yes | ||
| schema_version | No | 1.0 | |
| session_fingerprint | Yes |