T("MoogFF")
AR Moog VCF implementation, designed by Federico Fontana (from SuperCollider)
Installation
Download an extra object: MoogFF.js
Description
A digital implementation of the Moog VCF (filter). 1 2
Properties
freq
- the cutoff frequency.
gain
- the filter resonance gain, between zero and 4.
Methods
reset
- reset the state of the digital filters at the beginning of a computational block.
Note
- 1 - The design of this filter is described in the conference paper Fontana, F. (2007) Preserving the Digital Structure of the Moog VCF. In Proc. ICMC07, Copenhagen, 25-31 August 2007.
- 2 - Original Java code created by F. Fontana - August 2007 - federico.fontana@univr.it Ported to C++ for SuperCollider by Dan Stowell