project_set_notes_info
Set project title and author in Reaper's Notes tab to keep metadata accurate. Empty fields preserve current values, so provide at least one non-empty field.
Instructions
Set the Title and Author fields of the Project Settings -> Notes tab.
Non-empty fields are written; empty strings are ignored and leave any existing value untouched. At least one field must be non-empty.
Args: title: Project title (stored via the PROJECT_TITLE descriptor). author: Project author (stored via PROJECT_AUTHOR; this is the same value GetSetProjectAuthor() reads and writes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| author | No |