mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
[Summary] Changed midi stop order related to audio
This commit is contained in:
parent
708f4bf12b
commit
47adf3ba37
1 changed files with 2 additions and 2 deletions
|
|
@ -785,6 +785,8 @@ WavesAudioBackend::stop ()
|
|||
|
||||
// COMMENTED DBG LOGS */ std::cout << "\t[" << _device->DeviceName () << "]" << std::endl;
|
||||
|
||||
_midi_device_manager.stop ();
|
||||
|
||||
if (_device) {
|
||||
wtErr = _device->SetStreaming (false);
|
||||
if (wtErr != eNoErr) {
|
||||
|
|
@ -793,8 +795,6 @@ WavesAudioBackend::stop ()
|
|||
}
|
||||
}
|
||||
|
||||
_midi_device_manager.stop ();
|
||||
|
||||
_unregister_system_audio_ports ();
|
||||
_unregister_system_midi_ports ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue