I'm familiarizing myself with AKMusicTrack functions, specifically functions used to clear note data from a given sequence.
I can see that clearRange() will clear note data between a start and end range, and clearNote() will remove all events in the sequence of that note value.
Does anyone know of a function that will clear a single note? As in something like clearSingleNote(noteNumber MIDINoteNumber, position AKDuration, end AKDuration)?