17 #include "TTClassWrapperMax.h"
22 WrappedClassOptionsPtr options =
new WrappedClassOptions;
23 WrappedClassPtr c = NULL;
27 options->append(
TT(
"fixedNumOutputChannels"), v);
28 wrapTTClassAsMaxClass(
TT(
"panorama"),
"j.panorama~", &c, options);
29 CLASS_ATTR_ENUM(c->maxClass,
"mode", 0,
"calculate lookup");
30 CLASS_ATTR_ENUM(c->maxClass,
"shape", 0,
"equalPower linear squareRoot");
int C74_EXPORT main(void)
Set up this class as a Max external the first time an object of this kind is instantiated.
#define TT
This macro is defined as a shortcut for doing a lookup in the symbol table.
void TTDSP_EXPORT TTDSPInit(const char *pathToBinaries=NULL)
Initialise the Jamoma DSP library, as well as Jamoma Foundation foundation if needed.
[doxygenAppendixC_copyExample]