| 103 | } |
| 104 | |
| 105 | void BasicPitch::updateMIDI() |
| 106 | { |
| 107 | mNoteEvents = mNotesCreator.convert(mNotesPG, mOnsetsPG, mContoursPG, mParams, false); |
| 108 | } |
| 109 | |
| 110 | const std::vector<Notes::Event>& BasicPitch::getNoteEvents() const |
| 111 | { |
no test coverage detected