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

@@ -18,7 +18,7 @@ public:
inline MxBool GetMIDIInitialized() { return m_MIDIInitialized; }
void DeinitializeMIDI();
undefined4 FUN_100c09c0(MxU8* p_data, undefined4);
undefined4 FUN_100c09c0(MxU8* p_data, MxS32 p_loopCount);
void SetMultiplier(MxS32 p_multiplier);
private: