UI : Added keyboard commands for navigating modules, submodules and controlling focus
Use arrow keys to change the currently selected module
Use CTRL and arrow keys to change the currently selected submodule
Use page up/down keys to change the current parameter page
Use Ctrl+Shift+K to switch focus from the UI window to the window focused before
Use the Reaper Action "Toggle controller view" to open or change focus to the UI window
Use Esc key or Ctrl+Q to close the UI
Automatically moves keyboard focus back to UI window when switching to an FX via the FX View using keyboard commands
Navigation: Improve page button behavior by moving the entire view instead of a single element
Navigation: Parameter names and parameter values now utilize the full character length limits of the Electra One
Navigation: Improved opening and focusing floating FX windows via FX View
Navigation: FX View can continue to show all available plugins on a track of the last focused FX even if its window has been closed
Detect adding, moving or removing FX in Reaper and create, reuse or remove corresponding data in memory like dynamic maps or view restore data
Improved several performance aspects of the value to string system (memory management, string deduplication, reuse of math parser instance, minimize query of parameter values via Reaper API)
Added saving and restoring on Reaper exit and startup for FX View, Quantization and UI opened states
Maps:
Allow multiple value expressions per parameter and use math expressions to evaluate at runtime which one to use
Add Audio Damage Quanta 2 map
Reason: Add maps for PH-90, Europa, Grain, BV512 and The Echo
Reason: Add conditional value to string expressions for devices CF-101 (Rate parameter), Thor (LFO1/2 Rate parameter, various Env parameters) and The Echo (Time and Offset parameters)
Wrong submodule shown as selected when paging through parameters results in a parameter view starting with only hidden parameters for the current submodule
Overlapping groups when paging through parameters results in a parameter view starting with only hidden parameters for the current submodule
Paging through parameters sometimes fails to scroll the submodule view
Fixed a crash when operating on dynamic plugins in matching mode ParameterNames while processing an unknown module with a parameter name matching a known module (v0.9.0 regression)
Fixed lockup when operating on dynamic plugins in matching mode ParameterNames while processing a known module after an unknown module (v0.9.0 regression)
ValueExpressions: Added a workaround for plugins (e.g., VCV Rack or Reason Rack) that only report normalized values (0.0 to 1.0) to the host. This allows defining mathematical expressions that calculate meaningful values for the E1 display.
Before:
After:
DynamicMaps: Added background scanning for parameters when modules are added or removed.
DynamicMaps: Improved the ParameterNames matching mode by detecting split module groups in parameters.
Navigation: Navigation state (selected module, submodule, and parameter view) is now remembered and restored during runtime for each plugin instance. This feature is limited to runtime only due to API constraints.
SteppedParameters: Fixed a bug that caused stepped parameters reported via the REAPER API to be overwritten by default range values in the plugin map.