SSNoteHandler

Declared In:

Introduction

event handler for (chord) notes start and note end



Methods

-endNote:

called for each note ending

-startNotes:

called for each note/chord starting


endNote:


called for each note ending

-(void)endNote:(SSPDPartNote*)note; 
Parameters
note

the note which is ending


startNotes:


called for each note/chord starting

-(void)startNotes:(NSArray<SSPDPartNote*> *)notes; 
Parameters
notes

an array of SSPDPartNote, the set of all notes in all parts which should be starting