clear method

void clear()

Clears all notes from the sequencer.

Implementation

void clear() {
  _notes.clear();
}