Bitwig Studio Control Surface API  5.0.11
StepDataChangedCallback Interface Reference
+ Inheritance diagram for StepDataChangedCallback:

Public Member Functions

void stepStateChanged (int x, int y, int state)
 

Member Function Documentation

◆ 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).


The documentation for this interface was generated from the following file: