Iâve added another module to dev:
SLEW - a polyphonic slew limiter and slope detector for both CV and audio processing.

Here are the dev8 binaries for users with a free GitHub account.
I would love some feedback on this new module. Are there any additions or changes you would like to see?
No documentation yet, but it is mostly self explanatory if you know what a slew limiter does.
There are a few unusual capabilities:
- The FAST mode is very fast, suitable for shaping audio signals
- Oversampling is available to mitigate aliasing
- I am not aware of another module with this feature
- Attenuverted CV is always added to knob values
- Unattenuated +1V Rise/Fall CV doubles the time, and -1V halves the time
- The V/Oct input scales the Fall and Rise times in an inverse manner
- +1 volt halves the time, and -1 volt doubles the time
- I am not aware of another module with this feature
- All of the above make it work well as a dynamic wave shaper, even for audio signals
- Gate outputs show when the slewed output is rising (Rise), falling (Fall), or steady (Flat)
- The Befaco Slew has the rising and falling gates, but not the steady gate
- Note these gates can get noisy when working with audio input and fast slew rates, especially when oversampling is applied
The Rise/Fall times represent time to rise or fall 10 Volts. The times are precise for linear shapes, and only an approximation for curve shapes (~9 Volts instead of 10)
The Rise/Fall knobs are scaled as follows:
Normal (slow) mode
- Min = 7.8125 msec
- Noon (default) = 250 msec
- Max = 8000 msec
If you patch the V/Oct signal for a typical LFO where 0V = 2 Hz into the Slew V/Oct, and Fall and Rise times are at noon, then a square wave will always be converted into a triangle wave. If using 100% linear shapes, then the amplitude will be 100%. If using 100% curved shapes the amplitude will be 90% +
Fast mode
- Min = 0.060223 msec
- Noon (default) = 1.9111 msec
- Max = 61.155 msec
If you patch the V/Oct signal for a typical VCO where 0V = 261.63 Hz (C4) into the Slew V/Oct, and Fall and Rise times are at noon, then a square wave will always be converted into a triangle wave. If using 100% linear shapes, then the amplitude will be 100%. If using 100% curved shapes the amplitude will be 90% +
So when used as a wave shaper, you can tune the Rise/Fall times and CV attenuation for a given frequency, and as long as the V/Oct input is patched properly, the wave shaping will scale properly as the frequency changes.
@StochasticTelegraph - Your Basically module was a great help in prototyping this Slew module. Normally I like to use docB FormulaOne, but it did not have enough inputs/outputs to meet my needs. Basically worked great!