Jamoma API
0.6.0.a19
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
FFTLib.cpp
1
/*
2
* MathLib
3
* Extension Class for Jamoma DSP
4
* Copyright © 2009, Timothy Place
5
*
6
* License: This code is licensed under the terms of the "New BSD License"
7
* http://creativecommons.org/licenses/BSD/
8
*/
9
10
#include "
TTFFT.h
"
11
12
13
extern
"C"
TT_EXTENSION_EXPORT
TTErr
TTLoadJamomaExtension_FFTLib(
void
)
14
{
15
TTDSPInit
();
16
17
TTfft::registerClass();
18
19
return
kTTErrNone
;
20
}
21
TTFFT.h
TTfft - Fast Fourier Transforms
TTDSPInit
void TTDSP_EXPORT TTDSPInit(const char *pathToBinaries=NULL)
Initialise the Jamoma DSP library, as well as Jamoma Foundation foundation if needed.
Definition:
TTDSP.cpp:30
TTErr
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
Definition:
TTBase.h:342
kTTErrNone
No Error.
Definition:
TTBase.h:343
Core
DSP
extensions
FFTLib
FFTLib.cpp
Generated on Wed Aug 26 2015 15:07:17 for Jamoma API by
1.8.10