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