- java.lang.Object
-
- org.deepsymmetry.beatlink.data.BeatGridUpdate
-
@API(status=STABLE) public class BeatGridUpdate extends Object
Provides notification when the beat grid associated with a player changes.- Author:
- James Elliott
-
-
Field Detail
-
player
@API(status=STABLE) public final int player
The player number for which a beat grid change has occurred.
-
beatGrid
@API(status=STABLE) public final BeatGrid beatGrid
The beat grid which is now associated with the track loaded in the player's main deck. Will benull
if we don't have any beat grid available (including for a brief period after a new track has been loaded while we are requesting the beat grid).
-
-