Package com.bitwig.extension.callback
Interface StepDataChangedCallback
- All Superinterfaces:
Callback
-
Method Summary
Modifier and TypeMethodDescriptionvoidstepStateChanged(int x, int y, int state) A callback function that receives three parameters: 1.
-
Method Details
-
stepStateChanged
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`).
-