Skip to content

1.0.8

Choose a tag to compare

@seathasky seathasky released this 23 Jun 13:33
· 10 commits to main since this release

Added configurable device support for Utility, EQ Eight, Saturator, Reverb, and Delay.

Added the new Configure popup flow so supported effects can expose a small set of useful parameters before adding them to tracks.

Added Utility bulk controls for Gain, Width, Mono, Phase Invert Left, and Phase Invert Right.

Added EQ Eight bulk cut controls with preset values and custom input support.

Added Saturator bulk controls for Drive and Soft Clip.

Added Delay bulk controls for left/right timing and linked timing presets.

Added visual cues in the common effects list so configurable devices are marked with a cog icon.

Refactored the UI into smaller popup and shell files so the interface stays easier to maintain as more config panels get added.

Refactored device configuration into separate backend modules per effect, which makes future device support much easier to add.

Bug fixes:

Fixed the Delay left/right timing mismatch when adding the device after changing its config.

Fixed the configurable-device tooltip so it appears in the normal top-right tooltip area instead of inside the button.

Fixed the selected device row resizing issue when removing items.

Cleaned up a bit of stale delay config code from earlier edits.