Control Surface API  3.0.3
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 }