Implement/match MxLoopingMIDIPresenter (#302)

* Implement/match MxLoopingMIDIPresenter

* Move declarations
This commit is contained in:
Christian Semmler
2023-11-25 13:26:44 -05:00
committed by GitHub
parent 5aa548c449
commit fb0d1ccb62
5 changed files with 61 additions and 4 deletions

View File

@@ -37,6 +37,7 @@ private:
void Init();
void Destroy(MxBool p_fromDestructor);
protected:
MxStreamChunk* m_chunk;
};