16 #ifndef __PLUGTASTIC_OUTPUT_H__
17 #define __PLUGTASTIC_OUTPUT_H__
48 #endif // __PLUGTASTIC_OUTPUT_H__
TTGain is an exceptionally simple audio processor scales an input audio signal.
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
double TTFloat64
64 bit floating point number
TTErr getMidiGain(TTValue &value)
retreive the gain in midi units.
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
TTErr processAudio(TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs)
A standard audio processing method as used by Jamoma DSP objects.
TTErr setMidiGain(const TTValue &newValue)
set the gain using midi units.
TTFloat64 mGain
linear gain to be applied to the input signal
TTErr setGain(const TTValue &newValue)
setter for converting gain input from db to linear.
A simple container for an array of TTAudioSignal pointers.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
TTErr getGain(TTValue &value)
getter for converting gain input from linear to db.
[doxygenAppendixC_copyExample]