|
Control Surface API
2.2.2
|

Public Member Functions | |
| void | stepStateChanged (int x, int y, int state) |
Definition at line 3 of file StepDataChangedCallback.java.
| 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).