Skip to main content

Changelog

v0.10.0 (2025-03-22)

Features And Improvements

  • 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)
    • Sumu: Update map to v1.0 (new parameters on UI)

Fixes

  • Fixed unnecessary MIDI message flooding when parameter value text exceeded E1's character length limit
  • Fixed crash when focusing an FX after an unsuccessful init
  • Fixed fail during init if a previous control surface plugin failed during init
  • Fixed crash when closing Reaper with the action view opened showing KnobConnector's action states
  • Fixed UI not showing the char %
  • Fixed button navigation not properly switching back from NoSubmoduleView to normal view
  • Fixed group slot dimension not updating when parameters positioned at the end would change to hidden
  • Fixed FX View not updating when FX order changed
  • Workaround plugins writing parameter values beyond E1's character limit which caused a stack overflow

Breaking Changes

  • Changed map data format to allow multiple value to string expressions with conditional activation for single parameter

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.