2021-05-29

Retro post about formants

Made a retro post about formants here.

Random divider module

TModRndDivider.jpg

The module divides the incoming signal rate by a random amount.

[Read more…]

2021-05-27

Changed the leaky gate sequencer a bit and fixed a bug on it

TModLeakyGateSeq.jpg

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.

Also see : https://electro-music.com/forum/topic-72820.html

2021-05-17

Invisible wires …

It is possible now to have invisible wires.

[Read more…]

2021-05-16

Bug in the LeakyGateSeq module

TModLeakyGateSeq.jpg

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

TModArbitrary.jpg

Some notes about using arbitrary numbers in a patch, and a new module for arbitrary numbers.

[Read more…]

2021-05-15

A new wave folder module

TModWaveFolder.jpg

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.

[Read more…]

2021-05-14

Added ‘changed’ output on Quanizer module

TModQuantizer.jpg
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

TModSpectrum.jpg
Made a spectrum analyzer module. It is FFT based and it uses 8192 points with a Blackman Nuttal window applied over it.

[Read more…]

2021-05-05

Bug in variations

Variations were not applied on patch read, fixed that.

[Read more…]

A little help for the randomizer

Made a helper dialog for setting allowance of randomization on modules.

[Read more…]

2021-05-03

Two new Equalizer modules

TModEqualizer.jpg

This is why I needed filter plots, two new equalizer modules. One mono and the other stereo, but otherwise equal.

[Read more…]

dB output for Value module

TModValue.jpg
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

TModMoogFilter.jpg
I’ve added some selectable filter models to the MoogFilter module.

[Read more…]