Bitwig Studio Control Surface API  5.0.11
MemoryBlock Interface Reference

Public Member Functions

int size ()
 
ByteBuffer createByteBuffer ()
 

Detailed Description

Defines a block of memory. The memory can be read/written using a ByteBuffer provided by createByteBuffer().

Since
API version 7

Member Function Documentation

◆ createByteBuffer()

ByteBuffer createByteBuffer ( )

Creates a ByteBuffer that can be used to read/write the data at this memory block.

◆ size()

int size ( )

The size in bytes of this memory block.


The documentation for this interface was generated from the following file: