SSPDPart

Superclass:
NSObject
Declared In:

Introduction

a single part bar containing an array of notes



Properties

keySig

the key signature for the bar (+ve is num sharps, -ve is num flats)

notes

the notes in the bar for this part

timeSig

the time signature for the bar


keySig


the key signature for the bar (+ve is num sharps, -ve is num flats)

@property (readonly) int keySig; 

notes


the notes in the bar for this part

@property (readonly) NSArray<SSPDNote*> *notes; 

timeSig


the time signature for the bar

@property (readonly) sscore_timesig timeSig;