project_get_change_count
Determine if a REAPER project has been edited by comparing a monotonically increasing counter. Use this cheap check to avoid re-fetching full track and item data unnecessarily.
Instructions
Cheap check for whether the project has changed since you last looked.
Returns a monotonically increasing counter that bumps on any edit. Compare against a value you saved earlier to decide whether you need to re-fetch heavier data (track_get_all, item_get_all) instead of blindly re-querying every turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||