Releases: seathasky/Repeat-It
Release list
1.1.2
1.1.1
1.1.0
1.0.9
Fixed an issue where adding audio effects to tracks with VSTs could fail or place the effect at the very end of the device chain.
Start placement now tries the front of the chain first, then falls back to directly after the VST when Live does not allow inserting before it.
End placement continues to insert at the end of the chain.
Added skip group tracks.
1.0.8
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.