Bitwig Studio Control Surface API  4.0.1
MemoryBlock.java
1 package com.bitwig.extension.api;
2 
3 import java.nio.ByteBuffer;
4 
11 public interface MemoryBlock
12 {
14  int size();
15 
17  ByteBuffer createByteBuffer();
18 }