commit 4d2f3d7e5dfc2fcd6858e5d220a42a0407f7a971 parent ab3d69ae788ec327931f684096bdecc2dfbc955f Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:25:49 +0200 fix midi timing Diffstat:
M | source/nord/n2x/n2xLib/n2xhardware.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/nord/n2x/n2xLib/n2xhardware.cpp b/source/nord/n2x/n2xLib/n2xhardware.cpp @@ -30,6 +30,7 @@ namespace n2x while(!m_bootFinished) processAudio(8,8); + m_midiOffsetCounter = 0; } Hardware::~Hardware()