Skip to main content

Changelog

v0.9.3 (2024-12-05)

  • Fixed a crash when paging through parameters results in a parameter view starting with only hidden parameters for the current submodule

Known Issues:

  • 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

v0.9.2 (2024-11-26)

  • 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)

v0.9.1 (2024-11-24)

  • Fixed crash when trying to save navigation state of plugin without map
  • Fixed REAPER action states being ignored after reinitializing the control surface plugin

v0.9.0 (2024-10-28)

  • 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.
  • Maps:
    • Add Madrona Labs Sumu (Early Access 1.0.0b20) map
    • Reason: Add Malström, Channel effects, Audiomatic, MClass effects and RV-7 maps
    • Reason: Add value expressions to MClass effects, Channel effects, COMP-01, CF-101, D-11, DDL-1, ECF-42, PEQ-2 and UN-16
    • VCV: Add value expressions for all VCV and Unfiltered Audio modules

v0.8.0 (2024-09-22)

  • Initial release.