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.