save_project_as
Save a REAPER project to a new absolute .rpp path or export named tracks as a media-free .RTrackTemplate; existing files are refused.
Instructions
Save to a NEW absolute .rpp path, or export explicitly named tracks as a media-free .RTrackTemplate. Existing files are refused. Requires project save gate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| track | No | Exact track name (case-insensitive). | |
| dry_run | No | Preview: return what would run without changing the project. | |
| fx_guid | No | ||
| fx_index | No | ||
| fx_scope | No | ||
| template | No | ||
| track_guids | No | ||
| track_contains | No | Case-insensitive substring; errors if it matches more than one track. | |
| fx_name_contains | No | ||
| target_track_guid | No | Stable REAPER track GUID; preferred when available. | |
| use_selected_track | No | Target the currently selected track instead of naming one. |