project_create
Create a new editable DAW project with a specified name, tempo, meter, and length in ticks. Use it to initialize a blank session for building music tracks without automatic generation.
Instructions
Create an editable project. Timing uses integer ticks, 960 ticks per quarter note. No implicit music generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | No | ||
| name | Yes | ||
| meter | No | ||
| project_id | Yes | ||
| length_ticks | Yes | ||
| duration_frames | No | ||
| instrument_policy | No | plugin_first |