mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
autofication of another loop
This commit is contained in:
parent
d260b1d4c0
commit
39949e778d
1 changed files with 2 additions and 2 deletions
|
|
@ -363,8 +363,8 @@ MidiPlaylist::render (MidiChannelFilter* filter)
|
||||||
EventsSortByTimeAndType<samplepos_t> cmp;
|
EventsSortByTimeAndType<samplepos_t> cmp;
|
||||||
|
|
||||||
/* iterate, top-most region first */
|
/* iterate, top-most region first */
|
||||||
for (auto i = regs.rbegin(); i != regs.rend(); ++i) {
|
for (auto & mr : regs) {
|
||||||
std::shared_ptr<MidiRegion> mr = *i;
|
|
||||||
DEBUG_TRACE (DEBUG::MidiPlaylistIO, string_compose ("maybe render from %1\n", mr->name()));
|
DEBUG_TRACE (DEBUG::MidiPlaylistIO, string_compose ("maybe render from %1\n", mr->name()));
|
||||||
|
|
||||||
if (top) {
|
if (top) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue