You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed a critical bug where the mid-band signal was always silent.
- Added 'Envelope Smoothness' slider for direct control over the modulation's character.
- Replaced the high-band clipper with a smoother soft-clip distortion.
- Added input clamping for improved stability at high gain.
- Lowered the default 'Input Drive' for a better experience.
* Special thanks to ashcat_lt for the feedback!
about: Multiband JSFX distortion for REAPER – splits audio into low/mid/high, adds unique dirt per band, then a feedback “breather” that bends with your playing.
6
+
changelog:
7
+
- Fixed a critical bug where the mid-band signal was always silent.
8
+
- Added 'Envelope Smoothness' slider for direct control over the modulation's character.
9
+
- Replaced the high-band clipper with a smoother soft-clip distortion.
10
+
- Added input clamping for improved stability at high gain.
11
+
- Lowered the default 'Input Drive' for a better experience.
12
+
* Special thanks to ashcat_lt for the feedback!
6
13
7
14
// MegaGrit – 3-Band + Feedback Distortion
8
15
// License: MIT – do whatever you want, credit optional.
@@ -12,43 +19,47 @@ about: Multiband JSFX distortion for REAPER – splits audio into low/mid/high,
0 commit comments