iPlug2 - C++ Audio Plug-in Framework
|
Include to get consistently named preprocessor macros for different platforms and logging functionality. More...
#include <cstring>
#include <cstdlib>
Go to the source code of this file.
Macros | |
#define | ENTER_PARAMS_MUTEX |
#define | LEAVE_PARAMS_MUTEX |
#define | ENTER_PARAMS_MUTEX_STATIC |
#define | LEAVE_PARAMS_MUTEX_STATIC |
#define | BEGIN_IPLUG_NAMESPACE namespace iplug { |
#define | END_IPLUG_NAMESPACE } |
#define | BEGIN_IGRAPHICS_NAMESPACE namespace igraphics { |
#define | END_IGRAPHICS_NAMESPACE } |
Include to get consistently named preprocessor macros for different platforms and logging functionality.
Definition in file IPlugPlatform.h.
#define BEGIN_IGRAPHICS_NAMESPACE namespace igraphics { |
Definition at line 64 of file IPlugPlatform.h.
#define BEGIN_IPLUG_NAMESPACE namespace iplug { |
Definition at line 61 of file IPlugPlatform.h.
#define END_IGRAPHICS_NAMESPACE } |
Definition at line 65 of file IPlugPlatform.h.
#define END_IPLUG_NAMESPACE } |
Definition at line 62 of file IPlugPlatform.h.
#define ENTER_PARAMS_MUTEX |
Definition at line 55 of file IPlugPlatform.h.
#define ENTER_PARAMS_MUTEX_STATIC |
Definition at line 57 of file IPlugPlatform.h.
#define LEAVE_PARAMS_MUTEX |
Definition at line 56 of file IPlugPlatform.h.
#define LEAVE_PARAMS_MUTEX_STATIC |
Definition at line 58 of file IPlugPlatform.h.