Skip to content

Commit

Permalink
MIDI Output: Avoided sending note-off events when rebuilding the audi…
Browse files Browse the repository at this point in the history
…o graph
  • Loading branch information
drowaudio committed Nov 4, 2024
1 parent 344a28c commit 633836f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,6 @@ juce::String MidiOutputDeviceInstance::prepareToPlay (TimePosition, bool shouldS
if (getMidiOutput().outputDevice == nullptr)
return TRANS("Couldn't open the MIDI port");

stop();

shouldSendMidiTimecode = shouldSendMidiTC;
timecodeGenerator->update (&edit);
midiClockGenerator->reset (&edit);
Expand Down

0 comments on commit 633836f

Please sign in to comment.