Fixed race condition in MPU401 shutdown
svn-id: r8432
This commit is contained in:
parent
167ad2575a
commit
d2c952b315
8 changed files with 43 additions and 21 deletions
|
@ -90,6 +90,8 @@ int MidiDriver_CORE::open() {
|
|||
}
|
||||
|
||||
void MidiDriver_CORE::close() {
|
||||
MidiDriver_MPU401::close();
|
||||
|
||||
// Stop the output
|
||||
AudioOutputUnitStop(au_output);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue