MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / updateMIDI

Method updateMIDI

Lib/Model/BasicPitch.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

_updateTranscriptionMethod · 0.80

Calls 1

convertMethod · 0.80

Tested by

no test coverage detected