|
CSL
5.2
|
Go to the source code of this file.
Functions | |
| lo_blob | lo_blob_new (int32_t size, const void *data) |
| Create a new OSC blob type. | |
| void | lo_blob_free (lo_blob b) |
| Free the memory taken by a blob. | |
| uint32_t | lo_blob_datasize (lo_blob b) |
| Return the amount of valid data in a lo_blob object. | |
| void * | lo_blob_dataptr (lo_blob b) |
| Return a pointer to the start of the blob data to allow contents to be changed. | |
| uint32_t | lo_blobsize (lo_blob b) |
| A function to calculate the amount of OSC message space required by a lo_blob object. | |