mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
on engine (re)start, just mark MIDI port info dirty
This commit is contained in:
parent
c51c8b3308
commit
d14d9d9532
1 changed files with 1 additions and 3 deletions
|
|
@ -926,9 +926,7 @@ AudioEngine::start (bool for_latency)
|
|||
|
||||
}
|
||||
|
||||
/* XXX MIDI ports may not actually be available here yet .. */
|
||||
|
||||
PortManager::fill_midi_port_info ();
|
||||
midi_info_dirty = true;
|
||||
|
||||
if (!for_latency) {
|
||||
/* Call the library-wide ::init_post_engine() before emitting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue