Control Surface API  2.2.2
Host.java
1 package com.bitwig.extension.api;
2 
6 public interface Host
7 {
14  int getHostApiVersion();
15 
22  String getHostVendor();
23 
30  String getHostProduct();
31 
38  String getHostVersion();
39 
44 
50  void setErrorReportingEMail(String address);
51 }
void setErrorReportingEMail(String address)
PlatformType getPlatformType()