mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +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
|
|
@ -114,7 +114,7 @@ private:
|
|||
}
|
||||
|
||||
bool prepare_buffered_event(const uint64_t time) {
|
||||
const bool result = !_unbuffered_bytes;
|
||||
const bool result = _unbuffered_bytes == 0;
|
||||
if (result) {
|
||||
_event.prepare(time, _total_bytes);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue