mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
unset _reversed whenever RTMidiBuffer gets ::clear()'ed
This commit is contained in:
parent
75cb57194e
commit
c07db6d655
1 changed files with 2 additions and 0 deletions
|
|
@ -384,4 +384,6 @@ RTMidiBuffer::clear ()
|
||||||
_size = 0;
|
_size = 0;
|
||||||
/* free the entire current pool size, if any */
|
/* free the entire current pool size, if any */
|
||||||
_pool_size = 0;
|
_pool_size = 0;
|
||||||
|
/* rendering new data .. it will not be reversed */
|
||||||
|
_reversed = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue