SSPData.h

Introduction

interface to the SeeScore Play Data



Classes

BeatTiming

define the exact timing of a single beat

SSPData

The play data information about the score required for playing it

SSPDBar

a multi part bar containing single parts SSPDPart and a metronome SSPDPart

SSPDNote

play information about a note (ie start time, duration in ms and pitch etc)

SSPDPart

a single part bar containing an array of notes

Protocols

SSUTempo

allows the UI to define the bpm (if no tempo in the XML) or tempo scaling (relative to bpm defined in the XML)



Constants

kMetronomePartIndex

kMetronomePartIndex


static const int kMetronomePartIndex = -1;  
Discussion

a special value used for the part index for the metronome part