get_project_summary
Retrieve a full snapshot of the current REAPER project—tempo, tracks, FX, markers, and regions—so you can give informed mixing and production advice in one call.
Instructions
Get a comprehensive summary of the current REAPER project.
Returns everything needed to understand the project state and give useful mixing/production advice in a single call.
Returns: Object with: - project_name: Name of the project file - project_path: Full path to the project - tempo: Project tempo in BPM - time_signature: {numerator, denominator} - project_length: Length in seconds - track_count: Total number of tracks - tracks: List of track info objects, each containing: - index: Track index (0-based) - name: Track name - volume_db: Volume in decibels - pan: Pan position (-1 to 1) - mute: Boolean mute state - solo: Boolean solo state - fx_count: Number of FX plugins - fx_names: List of FX plugin names - master: Master track info {volume_db, fx_count, fx_names} - markers: List of {index, position, name} - regions: List of {index, start, end, name}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||