Class BeatGridUpdate


  • public class BeatGridUpdate
    extends Object
    Provides notification when the beat grid associated with a player changes.
    Author:
    James Elliott
    • Field Detail

      • player

        public final int player
        The player number for which a beat grid change has occurred.
      • beatGrid

        public final BeatGrid beatGrid
        The beat grid which is now associated with the track loaded in the player's main deck. Will be null 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).