Skip to content

Commit

Permalink
fix: hanging notes with midi-playback on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflorist committed Mar 14, 2024
1 parent c71bcb5 commit d7a75f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/audio/midi_osx.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ void midi_reset(void)
{
if (s_graph == 0) return;

AUGraphStop(s_graph);
AUGraphStart(s_graph);
midi_uninit();
midi_init();
}

0 comments on commit d7a75f2

Please sign in to comment.