Random divider module
The module divides the incoming signal rate by a random amount.
2021-05-27
Changed the leaky gate sequencer a bit and fixed a bug on it
Made some inputs on the LeakyGateSeq sequencer to be of the high-logic (switching at .5) type.
Also the Dir, Set and Res outputs were not working properly - fixed that.
2021-05-25
Is Wren 32 bit support still wanted?
Is there still a need I wonder to keep supporting a 32 bit Wren … it’s starting to get a bit of a nuisance to keep maintaining it.
2021-05-16
Bug in the LeakyGateSeq module
The LeakyGateSeq was addressing inputs where parameters were meant to be used, this would crash Wren. Fixed it.
About arbitrary numbers, and a new module for that
Some notes about using arbitrary numbers in a patch, and a new module for arbitrary numbers.
2021-05-15
A new wave folder module
Made a WaveFolder module. This module implements a Serge / Ken Stone / Buchla like wave folder using a chain of 4 Lockhart wave folders. The module is anti-aliased using a first order antiderivative method.
2021-05-14
Added ‘changed’ output on Quanizer module
Added a ‘changed’ output and an indicator for it to the Quantizer module.
2021-05-08
Made forms to stay on top better
Made the Randomizer and History forms to stay on top of the main window. And then made all sub screens to stay on top, as otherwise pop-unders instead of pop-ups will occur at times.
And also made all sub screens to close with the Esc key.
2021-05-07
A new Spectrum analyzer module
Made a spectrum analyzer module. It is FFT based and it uses 8192 points with a Blackman Nuttal window applied over it.
A little help for the randomizer
Made a helper dialog for setting allowance of randomization on modules.
2021-05-03
Two new Equalizer modules
This is why I needed filter plots, two new equalizer modules. One mono and the other stereo, but otherwise equal.
dB output for Value module
Added a dB output to the Value module, so dB plots can be made on the Scope module which in turn is handy for making rough filter plots.
2021-05-01
New modes for Moog filter
I’ve added some selectable filter models to the MoogFilter module.