BeatTiming

Superclass:
NSObject
Declared In:

Introduction

define the exact timing of a single beat

Discussion

used to synchronise the play to a performance



Properties

barPlayIndex

the index of the bar containing this beat in play order (first played bar is 0).

beatIndex

the index of the beat in the bar [0..number of beats in bar-1]. The first beat is 0

start_ms

the start time of the beat in ms from the beginning of the bar.


barPlayIndex


the index of the bar containing this beat in play order (first played bar is 0).

@property int barPlayIndex; 

beatIndex


the index of the beat in the bar [0..number of beats in bar-1]. The first beat is 0

@property int beatIndex; 

start_ms


the start time of the beat in ms from the beginning of the bar.

@property int start_ms;