Bitwig Studio Control Surface API
4.0.1
UsbTransferType.java
1
package
com.bitwig.extension.controller.api;
2
3
public
enum
UsbTransferType
4
{
5
BULK, INTERRUPT
/*, CONTROL*/
;
6
}
com.bitwig.extension.controller.api.UsbTransferType
Definition:
UsbTransferType.java:3
src
main
java
com
bitwig
extension
controller
api
UsbTransferType.java
Copyright © 2014 Bitwig GmbH. All rights reserved.