mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
rework raw-midi drain strategy (workaround for sync devices)
This commit is contained in:
parent
157161e482
commit
bc67e47048
3 changed files with 30 additions and 6 deletions
|
|
@ -1429,7 +1429,7 @@ AlsaAudioBackend::main_process_thread ()
|
|||
static_cast<AlsaMidiPort*>(*it)->next_period();
|
||||
}
|
||||
|
||||
/* queue midi*/
|
||||
/* queue midi */
|
||||
i = 0;
|
||||
for (std::vector<AlsaPort*>::const_iterator it = _system_midi_out.begin (); it != _system_midi_out.end (); ++it, ++i) {
|
||||
assert (_rmidi_out.size() > i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue