AudioModules is a framework used to implement Audio processing blocks in an OOP fashion.
The current version implements:
- the basic type for an AudioModule (with tempo and sample rate handling)
- the basic type for a Look-Up Table
- an interface for making list of AudioModule descendants
- the run-time master for distributing the samplerate and the tempo to each instance of an AudioModule.
- the run-time master for processing some AudioModule at a ControlRate.
- Various maths routines.
- Overall design, Delays lines, oscillators, envelopes, a cloud granulator, some of the standardized interpolation functions, some effects.
It can be used to implement some Audio application, VST plugins or to extend your own framework using the standards AudioModules Types.
Product License: GPLS
Source: Included
File Status: Fully functional
Compatible with: D2005 D2006 D2007 D2009