Go to the documentation of this file.
23 #define FLEXT_VERSION 601
27 #define FLEXT_VERSTR "0.6.1 alpha"
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"
Attribute handling for the flext base class.
Implementation of the flext dsp base class.
This file includes all the #define header files.
Implementation of the internal flext base classes.
Implementation of the flext message queuing functionality.
Proxy classes for the flext base class.
Definitions for handling the t_atom type and lists thereof.
flext support functions and classes.
Implementation of the flext base class.
Declares the flext dsp class.
flext SIMD support functions
Processing of method and attribute lists.
Definitions for printing and scanning the t_atom type.
Code for handling of object (and library) creation functions.
flext timer functions and classes
Implementation of the flext outlet functionality.
Method processing of flext base class.
Functionality for symbol-bound methods.
Implementation of the buffer abstraction class.
Message processing of flext base class.
User accessible flext base classes.
Attribute editor (property dialog) for PD.
Implementation of the flext thread functionality.
Definitions for handling the t_atom type and lists thereof.
Implementation of the various utility functions.
Implementation of the variable inlet/outlet functionality.
Try to find out the platform.