Jamoma API  0.6.0.a19

GeneratorLib: Extension Class for Jamoma DSP for generating/synthesising various signals. More...

#include "TTDSP.h"
#include "TTAdsr.h"
#include "TTCount.h"
#include "TTNoise.h"
#include "TTPhasor.h"
#include "TTPulseSub.h"
#include "TTRamp.h"
#include "TTWavetable.h"
+ Include dependency graph for GeneratorLib.cpp:

Go to the source code of this file.

Functions

TT_EXTENSION_EXPORT TTErr TTLoadJamomaExtension_GeneratorLib (void)
 Register the classes of this extension. More...
 

Detailed Description

GeneratorLib: Extension Class for Jamoma DSP for generating/synthesising various signals.

This library generates various signals that can be used for e.g. synthesis.

Authors
Tim Place, Trond Lossius

Definition in file GeneratorLib.cpp.

Function Documentation

TT_EXTENSION_EXPORT TTErr TTLoadJamomaExtension_GeneratorLib ( void  )

Register the classes of this extension.

Returns
TTErr error code if the method fails to execute, else kTTErrNone.

Definition at line 30 of file GeneratorLib.cpp.

References kTTErrNone, and TTDSPInit().

+ Here is the call graph for this function: