mirror of
https://github.com/LMMS/lmms.git
synced 2026-02-01 18:23:47 -05:00
Export percentage calc now takes considers loop markers as necessary
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user