26 #define thisTTClass TTAudioGraphInput
27 #define thisTTClassName "adc"
28 #define thisTTClassTags "audio, graph, input"
41 mAudioEngine->sendMessage(
"getInputSignalReference", dummy, buffer);
54 setAttributeValue(kTTSym_sampleRate, 44100);
55 setAttributeValue(kTTSym_vectorSize, 512);
59 TTAudioGraphInput::~TTAudioGraphInput()
TTErr sendMessage(const TTSymbol name)
TODO: Document this function.
TTErr TTObjectBaseRelease(TTObjectBasePtr *anObject)
DEPRECATED.
TTAudioObjectBase is the base class for all audio generating and processing objects in Jamoma DSP...
An invalid number of audio channels for a given context was encountered.
#define setProcessMethod(methodName)
A convenience macro to be used by subclasses for setting the process method.
TTErr getAttributeValue(const TTSymbol name, TTValue &value)
Get an attribute value for an object.
Defines a single 'inlet' from an individual AudioGraph object.
TTErr setAttributeValue(const TTSymbol name, TTValue &value)
Set an attribute value for an object.
TTErr getValue(T &aReturnedValue) const
Get the dictionary's primary value.
16-bit unsigned integer, range is 0 through 65,535.
#define TT
This macro is defined as a shortcut for doing a lookup in the symbol table.
A type that represents the key as a C-String and the value as a pointer to the matching TTSymbol obje...
void * TTPtr
A generic pointer.
The TTAudioSignal class represents N vectors of audio samples for M channels.
#define addMessageWithArguments(name)
A convenience macro to be used by subclasses for registering messages.
Wraps an object from Jamoma DSP to function within AudioGraph.
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...
#define addMessage(name)
A convenience macro to be used by subclasses for registering messages.
32-bit unsigned integer, range is 0 through 4,294,967,295.
[doxygenAppendixC_copyExample]
TTChannelCount numAudioSignals
The number of audio signal pointers which are actually valid.
#define addAttributeWithGetterAndSetter(name, type)
A convenience macro to be used by subclasses for registering attributes with a custom getter and sett...