fl_get_project_summary
Retrieve a summary of the current FL Studio project, including metadata, counts, dirty state, version, and transport state. Use it to quickly assess project status before making changes.
Instructions
Read project metadata, counts, dirty state, version, and transport state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ppq | No | ||
| warnings | No | ||
| tempo_bpm | No | ||
| transport | Yes | ||
| connection | Yes | ||
| dirty_flag | No | ||
| dirty_state | No | unknown | |
| observed_at | Yes | ||
| channel_count | No | ||
| pattern_count | No | ||
| project_genre | No | ||
| project_title | No | ||
| project_author | No | ||
| schema_version | No | 1.0 | |
| mixer_track_count | No | ||
| undo_history_count | No | ||
| playlist_track_count | No | ||
| undo_history_position | No |