iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OscMessageWrite Class Reference

Public Member Functions

 OscMessageWrite (const OscMessageWrite &)=delete
 
OscMessageWriteoperator= (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)
 

Detailed Description

Definition at line 37 of file IPlugOSC_msg.h.

Constructor & Destructor Documentation

◆ OscMessageWrite()

OscMessageWrite::OscMessageWrite ( )

Definition at line 268 of file IPlugOSC_msg.cpp.

Member Function Documentation

◆ DebugDump()

void OscMessageWrite::DebugDump ( const char *  label,
char *  dump,
int  dumplen 
)

Definition at line 376 of file IPlugOSC_msg.cpp.

◆ GetBuffer()

const char * OscMessageWrite::GetBuffer ( int *  len)

Definition at line 344 of file IPlugOSC_msg.cpp.

◆ PushFloatArg()

bool OscMessageWrite::PushFloatArg ( float  val)

Definition at line 311 of file IPlugOSC_msg.cpp.

◆ PushInt()

bool OscMessageWrite::PushInt ( int  val)

Definition at line 289 of file IPlugOSC_msg.cpp.

◆ PushIntArg()

bool OscMessageWrite::PushIntArg ( int  val)

Definition at line 296 of file IPlugOSC_msg.cpp.

◆ PushStringArg()

bool OscMessageWrite::PushStringArg ( const char *  val)

Definition at line 326 of file IPlugOSC_msg.cpp.

◆ PushWord()

bool OscMessageWrite::PushWord ( const char *  word)

Definition at line 279 of file IPlugOSC_msg.cpp.


The documentation for this class was generated from the following files: