SSNoteItem

Superclass:
Declared In:

Introduction

detailed information about a displayed note in the score



Properties

accidentals

any accidentals defined ie +1 = 1 sharp, -1 = 1 flat etc.

grace

true if this is a grace note

ischord

True if this is a chord note (not set for first note of chord)

midipitch

The MIDI pitch of this note ie 60 = C4; 0 => rest

notations

array of sscore_notations_type_e as NSNumber

noteType

The value of the note 2 = minim, 4 = crochet etc.

numdots

number of dots on the note. 1 if dotted, 2 if double-dotted

tied

If this is a tied note this contains information about the tie


accidentals


any accidentals defined ie +1 = 1 sharp, -1 = 1 flat etc.

@property int accidentals; 

grace


true if this is a grace note

@property bool grace; 

ischord


True if this is a chord note (not set for first note of chord)

@property bool ischord; 

midipitch


The MIDI pitch of this note ie 60 = C4; 0 => rest

@property int midipitch; 

notations


array of sscore_notations_type_e as NSNumber

@property NSArray<NSNumber*> *notations; 

noteType


The value of the note 2 = minim, 4 = crochet etc.

@property int noteType; 

numdots


number of dots on the note. 1 if dotted, 2 if double-dotted

@property int numdots; 

tied


If this is a tied note this contains information about the tie

@property sscore_tied tied;