create_project
Initialize a new LMMS music project with specified tempo, time signature, master volume, and pitch settings. Provides an empty project structure ready for adding tracks and notes.
Instructions
Create a new empty LMMS project.
Args: bpm: Tempo in beats per minute (10-999) time_sig_numerator: Time signature numerator (e.g. 4 for 4/4) time_sig_denominator: Time signature denominator (e.g. 4 for 4/4) master_volume: Master volume (0-200, 100=normal) master_pitch: Master pitch offset in semitones (-12 to +12)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | No | ||
| master_pitch | No | ||
| master_volume | No | ||
| time_sig_numerator | No | ||
| time_sig_denominator | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |