Control Surface API  3.0.3
PlatformType.java
1 package com.bitwig.extension.api;
2 
3 public enum PlatformType
4 {
5  WINDOWS, LINUX, MAC
6 }