Export percentage calc now takes considers loop markers as necessary

This commit is contained in:
Colin Wallace
2015-07-14 01:53:47 +00:00
parent 3ff55d755c
commit ffba37c7f2
3 changed files with 30 additions and 4 deletions

View File

@@ -25,6 +25,8 @@
#ifndef SONG_H
#define SONG_H
#include <utility>
#include <QtCore/QSharedMemory>
#include <QtCore/QVector>
@@ -163,6 +165,7 @@ public:
}
bool isExportDone() const;
std::pair<MidiTime, MidiTime> getExportEndpoints() const;
inline void setRenderBetweenMarkers( bool renderBetweenMarkers )
{