flext 0.6.2
Macros
Dsp library class instantiation

Macros

#define FLEXT_LIB_DSP(NAME, NEW_CLASS)
 Implementation of a flext dsp class (part of a library) with no arguments.
 
#define FLEXT_LIB_DSP0(NAME, NEW_CLASS)
 Implementation of a flext dsp class (part of a library) with no arguments and no dsp inlet.
 
#define FLEXT_LIB_DSP_V(NAME, NEW_CLASS)
 Implementation of a flext dsp class (part of a library) with a variable argument list.
 
#define FLEXT_LIB_DSP0_V(NAME, NEW_CLASS)
 Implementation of a flext dsp class (part of a library) with a variable argument list and no dsp inlet.
 
#define FLEXT_LIB_DSP_1(NAME, NEW_CLASS, TYPE)
 Implementation of a flext dsp class (part of a library) with one argument.
 
#define FLEXT_LIB_DSP0_1(NAME, NEW_CLASS, TYPE)
 Implementation of a flext dsp class (part of a library) with one argument and no dsp inlet.
 
#define FLEXT_LIB_DSP_2(NAME, NEW_CLASS, TYPE1, TYPE2)
 Implementation of a flext dsp class (part of a library) with 2 arguments.
 
#define FLEXT_LIB_DSP0_2(NAME, NEW_CLASS, TYPE1, TYPE2)
 Implementation of a flext dsp class (part of a library) with 2 arguments and no dsp inlet.
 
#define FLEXT_LIB_DSP_3(NAME, NEW_CLASS, TYPE1, TYPE2, TYPE3)
 Implementation of a flext dsp class (part of a library) with 3 arguments.
 
#define FLEXT_LIB_DSP0_3(NAME, NEW_CLASS, TYPE1, TYPE2, TYPE3)
 Implementation of a flext dsp class (part of a library) with 3 arguments and no dsp inlet.
 

Detailed Description

Makes an actual instance of a dsp (aka "tilde") class with signal processing which is part of an object library (and not stand-alone).

Macro Definition Documentation

◆ FLEXT_LIB_DSP

#define FLEXT_LIB_DSP (   NAME,
  NEW_CLASS 
)
Value:
#define FLEXT_CAST
Switch for compilation of derived virtual classes.
Definition fldefs.h:27

Implementation of a flext dsp class (part of a library) with no arguments.

◆ FLEXT_LIB_DSP0

#define FLEXT_LIB_DSP0 (   NAME,
  NEW_CLASS 
)
Value:

Implementation of a flext dsp class (part of a library) with no arguments and no dsp inlet.

◆ FLEXT_LIB_DSP0_1

#define FLEXT_LIB_DSP0_1 (   NAME,
  NEW_CLASS,
  TYPE 
)
Value:

Implementation of a flext dsp class (part of a library) with one argument and no dsp inlet.

◆ FLEXT_LIB_DSP0_2

#define FLEXT_LIB_DSP0_2 (   NAME,
  NEW_CLASS,
  TYPE1,
  TYPE2 
)
Value:

Implementation of a flext dsp class (part of a library) with 2 arguments and no dsp inlet.

◆ FLEXT_LIB_DSP0_3

#define FLEXT_LIB_DSP0_3 (   NAME,
  NEW_CLASS,
  TYPE1,
  TYPE2,
  TYPE3 
)
Value:

Implementation of a flext dsp class (part of a library) with 3 arguments and no dsp inlet.

◆ FLEXT_LIB_DSP0_V

#define FLEXT_LIB_DSP0_V (   NAME,
  NEW_CLASS 
)
Value:

Implementation of a flext dsp class (part of a library) with a variable argument list and no dsp inlet.

◆ FLEXT_LIB_DSP_1

#define FLEXT_LIB_DSP_1 (   NAME,
  NEW_CLASS,
  TYPE 
)
Value:

Implementation of a flext dsp class (part of a library) with one argument.

◆ FLEXT_LIB_DSP_2

#define FLEXT_LIB_DSP_2 (   NAME,
  NEW_CLASS,
  TYPE1,
  TYPE2 
)
Value:

Implementation of a flext dsp class (part of a library) with 2 arguments.

◆ FLEXT_LIB_DSP_3

#define FLEXT_LIB_DSP_3 (   NAME,
  NEW_CLASS,
  TYPE1,
  TYPE2,
  TYPE3 
)
Value:

Implementation of a flext dsp class (part of a library) with 3 arguments.

◆ FLEXT_LIB_DSP_V

#define FLEXT_LIB_DSP_V (   NAME,
  NEW_CLASS 
)
Value:

Implementation of a flext dsp class (part of a library) with a variable argument list.