Control Surface API  2.2.2
StepDataChangedCallback Interface Reference
Inheritance diagram for StepDataChangedCallback:

Public Member Functions

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

Detailed Description

Definition at line 3 of file StepDataChangedCallback.java.

Member Function Documentation

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: