This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed crash when PhysicalTopologySource fails to open a MIDI device
tags/2021-05-28
tpoole
8 years ago
parent
0ab5244623
commit
242b934163
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
modules/juce_blocks_basics/topology/juce_PhysicalTopologySource.cpp
+ 2
- 1
modules/juce_blocks_basics/topology/juce_PhysicalTopologySource.cpp
View File
@@ -132,7 +132,8 @@ struct PhysicalTopologySource::Internal
listeners.call (&Listener::connectionBeingDeleted, *this);
midiInput->stop();
if (midiInput != nullptr)
midiInput->stop();
}
struct Listener
Write
Preview
Loading…
Cancel
Save