Skip to content

1.11

Compare
Choose a tag to compare
@tresf tresf released this 30 Oct 22:37
· 4 commits to main since this release

1.11 (2001/05/08)

  • Addition of newline character to end of allpass.h.

Previous versions:

1.10 (2001/02/17)

  • Small compile fixes to some modules. Apologies to David who sent me a patch ages ago for the analogue module.

1.09 (2000/11/04)

  • Addition of a port of Freeverb (version 3) and a collection of plugins by David Bartold (analogue, canyon_delay, organ, syndrum, vcf303).

1.08 (2000/09/30)

  • Fix to Ambisonic decode equations.

1.07 (2000/09/30)

  • Use constructor/destructor rather than _fini() and _init(). Use C++ for linkage.

1.06 (2000/09/24)

  • Introduction of Identity plugins.

1.05 (2000/05/18)

  • Bugfix: use explicit pointer type when deleting ImplementationDat in ~CMT_Descriptor.

1.04 (2000/05/18)

  • Bugfixes: Ambisonic encoder inputs, white noise amplitude/DC, Ambisonic rotation inplace support, sine oscillator frequency input inplace support.

1.03 (2000/05/14)

1.02 (2000/05/11)

  • Use _init() and _fini(). To handle memory management automatically.
  • Change from *_descriptor() approach simpler initialise_*() approach. Use _init() and _fini() to handle memory management. Supply CMT_Descriptor::~CMT_Descriptor().
  • Make comments compatible with Doxygen.
  • Addition of Ambisonic encoder, decoder, converter and rotation plugins.
  • Addition of Sine Waveshaper and Granular Scatter Processor plugin.

1.01 (2000/05/04)

  • Initial Release.