Control Surface API  3.0.3
HardwareControlType.java
1 package com.bitwig.extension.controller.api;
2 
7 public enum HardwareControlType
8 {
9  KNOB, // Absolute control
10  SLIDER, // Absolute control
11  ENCODER, // Relative control (never shows takeover-indication)
12 }