Bitwig Studio Control Surface API  4.0.1
NoteOccurrence.java
1 package com.bitwig.extension.controller.api;
2 
7 public enum NoteOccurrence
8 {
9  ALWAYS,
10  FIRST,
11  NOT_FIRST,
12  PREV,
13  NOT_PREV,
14  PREV_CHANNEL,
15  NOT_PREV_CHANNEL,
16  PREV_KEY,
17  NOT_PREV_KEY,
18  FILL,
19  NOT_FILL,
20 }