REAPER v6.69+dev1111

v6.69+dev1111 - November 11 2022

* Includes feature branch: razor edits on master track envelopes
* Includes feature branch: selected media item appearance changes
* Includes feature branch: track grouping manager dialog
* Includes feature branch: CLAP plugin support
* Includes feature branch: track media/razor edit grouping
* Includes feature branch: improve experimental silent-track CPU reduction option to include FX tail length
* Includes feature branch: media item fixed lanes
* Includes feature branch: internal pin management overhaul for future extension
+ API: get_action_context() returns more inforamtion when called via KBD_OnMainActionEx
+ API: hooks get processed for actions that are executed via WM_COMMAND or KBD_OnMainActionEx
+ CLAP: support "cockos.reaper_extension", which returns a reaper_plugin_info_t structure (see reaper_plugin.h)
+ JSFX: get_slider/set_slider now no-op and return 0
+ JSFX: per-sample performance optimizations
+ JSFX: reduce excess calls to @slider when automating parameters
+ JSFX: remove restriction of parameter name lengths
+ JSFX: support up to 256 sliders
+ ReaScript: add additional type information to get_action_context
+ Render: avoid creating paths for rendered files when dry-run rendering [t=272323]
# API: tweak/document return values for SetTrackUI*
# Fixed lanes: recalculate lanes when moving items up/down via action [p=2610888]
# Video: improve clear cache/re-render frames action leaving stale frames rendered during call