public addNote(note: Note): void {
        this.notes.push(note);
        note.Arpeggio = this;
    }