|
LMMS
|
Public Member Functions | |
| const char * | value () const |
| Return the argument values, pretty-printed. | |
| CapturePretty (char *buffer, std::size_t size, int cols_used) | |
| Public Member Functions inherited from rtosc::RtData | |
| RtData (void) | |
| void | push_index (int ind) |
| void | pop_index (void) |
| virtual void | replyArray (const char *path, const char *args, rtosc_arg_t *vals) |
| virtual void | chain (const char *path, const char *args,...) |
| virtual void | chain (const char *msg) |
| Bypass message to some kind of backend if the message can not be handled. | |
| virtual void | chainArray (const char *path, const char *args, rtosc_arg_t *vals) |
| virtual void | broadcast (const char *path, const char *args,...) |
| Transmit initialization/change of a value to all listeners. | |
| virtual void | broadcast (const char *msg) |
| virtual void | broadcastArray (const char *path, const char *args, rtosc_arg_t *vals) |
| virtual void | forward (const char *rational=NULL) |
Private Member Functions | |
| void | reply (const char *) override |
| Reply if information has been requested. | |
| void | reply (const char *, const char *args,...) override |
Private Attributes | |
| char * | buffer |
| std::size_t | buffersize |
| int | cols_used |
Additional Inherited Members | |
| Public Attributes inherited from rtosc::RtData | |
| char * | loc |
| size_t | loc_size |
| void * | obj |
| runtime object to dispatch this object to | |
| int | matches |
| number of matches returned from dispatch routine | |
| const Port * | port |
| const char * | message |
| Will be set to point to the full OSC message in case of a base dispatch. | |
| int | idx [16] |
RtData subclass to capture argument values pretty-printed from a runtime object
|
inline |
Reply if information has been requested.
Reimplemented from rtosc::RtData.
Reimplemented from rtosc::RtData.
|
inline |
Return the argument values, pretty-printed.
|
private |
|
private |
|
private |