Bitwig Studio Control Surface API
5.0.11
|
Public Member Functions | |
void | stepStateChanged (int x, int y, int state) |
void stepStateChanged | ( | int | x, |
int | y, | ||
int | state | ||
) |
A callback function that receives three parameters: 1. the x (step) coordinate within the note grid (integer), 2. the y (key) coordinate within the note grid (integer), and 3. an integer value that indicates if the step is empty (0
) or if a note continues playing (1
) or starts playing (2
).