edit_create
Create a new empty song edit with configurable tempo, time signature, key, and length. Replaces the current in-memory edit without saving to disk.
Instructions
Create a new empty Edit (song). Sets tempo, time signature, and key. Replaces the in-memory Edit; does not write to disk until edit_save or flush.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Untitled | |
| tempo | No | ||
| key_mode | No | major | |
| key_root | No | 0=C, 1=C#, ... 11=B | |
| length_beats | No | ||
| time_sig_num | No | ||
| time_sig_denom | No |