SSPDPartNote

Superclass:
NSObject
Declared In:

Introduction

describe a note to be played - a parameter to the SSNoteHandler methods



Properties

note

information about the note

partIndex

the 0-based part index of the part containing the note


note


information about the note

@property (readonly) SSPDNote *note; 

partIndex


the 0-based part index of the part containing the note

@property (readonly) int partIndex;