Class RekordboxAnlz.BeatGridBeat

  • Enclosing class:
    RekordboxAnlz

    public static class RekordboxAnlz.BeatGridBeat
    extends io.kaitai.struct.KaitaiStruct
    Describes an individual beat in a beat grid.
    • Method Detail

      • beatNumber

        public int beatNumber()
        The position of the beat within its musical bar, where beat 1 is the down beat.
      • tempo

        public int tempo()
        The tempo at the time of this beat, in beats per minute, multiplied by 100.
      • time

        public long time()
        The time, in milliseconds, at which this beat occurs when the track is played at normal (100%) pitch.