|
iPlug2 - C++ Audio Plug-in Framework
|
Public Member Functions | |
| OscMessageWrite (const OscMessageWrite &)=delete | |
| OscMessageWrite & | operator= (const OscMessageWrite &)=delete |
| bool | PushWord (const char *word) |
| bool | PushInt (int val) |
| bool | PushIntArg (int val) |
| bool | PushFloatArg (float val) |
| bool | PushStringArg (const char *val) |
| const char * | GetBuffer (int *len) |
| void | DebugDump (const char *label, char *dump, int dumplen) |
Definition at line 37 of file IPlugOSC_msg.h.
| OscMessageWrite::OscMessageWrite | ( | ) |
Definition at line 268 of file IPlugOSC_msg.cpp.
| void OscMessageWrite::DebugDump | ( | const char * | label, |
| char * | dump, | ||
| int | dumplen | ||
| ) |
Definition at line 376 of file IPlugOSC_msg.cpp.
| const char * OscMessageWrite::GetBuffer | ( | int * | len | ) |
Definition at line 344 of file IPlugOSC_msg.cpp.
| bool OscMessageWrite::PushFloatArg | ( | float | val | ) |
Definition at line 311 of file IPlugOSC_msg.cpp.
| bool OscMessageWrite::PushInt | ( | int | val | ) |
Definition at line 289 of file IPlugOSC_msg.cpp.
| bool OscMessageWrite::PushIntArg | ( | int | val | ) |
Definition at line 296 of file IPlugOSC_msg.cpp.
| bool OscMessageWrite::PushStringArg | ( | const char * | val | ) |
Definition at line 326 of file IPlugOSC_msg.cpp.
| bool OscMessageWrite::PushWord | ( | const char * | word | ) |
Definition at line 279 of file IPlugOSC_msg.cpp.