mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +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;
|
||||
|
||||
/* iterate, top-most region first */
|
||||
for (auto i = regs.rbegin(); i != regs.rend(); ++i) {
|
||||
std::shared_ptr<MidiRegion> mr = *i;
|
||||
for (auto & mr : regs) {
|
||||
|
||||
DEBUG_TRACE (DEBUG::MidiPlaylistIO, string_compose ("maybe render from %1\n", mr->name()));
|
||||
|
||||
if (top) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue