Control Surface API  3.0.3
InputPipe.java
1 package com.bitwig.extension.controller.api;
2 
4 
10 public interface InputPipe extends Pipe
11 {
24  void readAsync(MemoryBlock data, AsyncTransferCompledCallback callback, int timeoutInMs);
25 
35  int read(MemoryBlock data, int timeoutInMs);
36 }
void readAsync(MemoryBlock data, AsyncTransferCompledCallback callback, int timeoutInMs)
int read(MemoryBlock data, int timeoutInMs)