Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance when creating Reaper automation points
See: https://www.reaper.fm/sdk/reascript/reascripthelp.html#InsertEnvelopePoint InsertEnvelopePoint()'s sort control flag works opposite to the way you'd expect. Flipping this code around prevents Reaper from re-sorting the automation curve for each point added, which significantly reduces execution time.
- Loading branch information