24#define FLEXT_VERSION 602
27#define FLEXT_VERSTR "0.6.2"
36 #if FLEXT_THREADS == FLEXT_THR_POSIX
41 #elif FLEXT_THREADS == FLEXT_THR_MP
42 #include <multiprocessing.h>
43 #elif FLEXT_THREADS == FLEXT_THR_WIN32
44 #if defined(_WIN32_WINNT) && _WIN32_WINNT >= 0x500
48 #error "Win32 threading model only supported for Win2000/XP or newer"
51 #error "Thread model not supported"
Definitions for handling the t_atom type and lists thereof.
Definitions for handling the t_atom type and lists thereof.
Definitions for printing and scanning the t_atom type.
Attribute handling for the flext base class.
Attribute editor (property dialog) for PD.
Implementation of the internal flext base classes.
Functionality for symbol-bound methods.
Implementation of the buffer abstraction class.
User accessible flext base classes.
This file includes all the #define header files.
Implementation of the flext dsp base class.
Declares the flext dsp class.
Implementation of the flext base class.
Processing of method and attribute lists.
Code for handling of object (and library) creation functions.
Method processing of flext base class.
Message processing of flext base class.
Implementation of the flext outlet functionality.
Try to find out the platform.
Proxy classes for the flext base class.
Implementation of the flext message queuing functionality.
flext SIMD support functions
flext support functions and classes.
Implementation of the flext thread functionality.
flext timer functions and classes
Implementation of the various utility functions.
Implementation of the variable inlet/outlet functionality.