Jamoma API  0.6.0.a19
PlugtasticInput.h
Go to the documentation of this file.
1 /** @file
2  *
3  * @ingroup audioGraphPlugtastic
4  *
5  * @brief Manage input signals into Plugtastic
6  *
7  * @details
8  *
9  * @authors Timothy Place
10  *
11  * @copyright Copyright © 2010 by Timothy Place @n
12  * This code is licensed under the terms of the "New BSD License" @n
13  * http://creativecommons.org/licenses/BSD/
14  */
15 
16 
17 #ifndef __PLUGTASTIC_INPUT_H__
18 #define __PLUGTASTIC_INPUT_H__
19 
20 #include "TTDSP.h"
21 
22 
23 /** TTGain is an exceptionally simple audio processor scales an input audio signal */
26 
27 protected:
28 
29  TTBoolean mSidechain; ///< attr
30 
31  /** A standard audio processing method as used by Jamoma DSP objects.
32  @param inputs
33  @param outputs
34  @return
35  */
37 
38 };
39 
40 
41 #endif // __PLUGTASTIC_INPUT_H__
bool TTBoolean
Boolean flag, same as Boolean on the Mac.
Definition: TTBase.h:167
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
TTBoolean mSidechain
attr
Jamoma DSP Library.
#define TTCLASS_SETUP(className)
TODO Doxygen: need more comments here.
Definition: TTFoundation.h:54
TTGain is an exceptionally simple audio processor scales an input audio signal.
TTErr processAudio(TTAudioSignalArrayPtr inputs, TTAudioSignalArrayPtr outputs)
A standard audio processing method as used by Jamoma DSP objects.
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...
Definition: TTBase.h:342