REAPER v6.42+dev1211

v6.42+dev1211 - December 11 2021

* Includes feature branch: Windows/Linux OpenGL video display output
* Includes feature branch: optimized/parallelized peak building
* Includes feature branch: media explorer toolbar
* Includes feature branch: media item fixed lanes
* Includes feature branch: JSFX internals overhaul/cleanup/modernization
* Includes feature branch: r8brain free samplerate conversion mode
* Includes feature branch: Windows very long pathname support
* Includes feature branch: media explorer crossfades
* Includes feature branch: recording files wildcard support
* Includes feature branch: video render/convert normalization
* Includes feature branch: media item notes improvements
* Includes feature branch: .caf media format support
* Includes feature branch: ASWG metadata support
+ Batch converter: when adding new metadata while preserving existing metadata, only override fields that are specifically provided by the user
+ JSFX/ReaScript: add an optional line width (thickness) parameter to gfx_line()
+ JSFX: add options:gfx_idle to allow @gfx section to run when UI is closed (detectable via gfx_ext_flags having 2 set)
+ JSFX: show code sections in right-click menu
+ JSFX: show context information about built-in variables in IDE
+ Video: add input_match() and input_matchi() helpers for video processors
# Batch converter: respect checkbox to add new metadata
# JSFX: remove gfx_is_idle and use gfx_ext_flags&2 instead
# Media item lanes: fix some behaviors when moving media items or razor edits from fixed-lane to non-fixed-lane track [p=2505223]