2020-06-09 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in RDRenderer that caused segue transitions to
	be rendered without regard to the 'No Fade on Segue Out' checkbox
	in the 'Edit Audio' dialog.
This commit is contained in:
Fred Gleason
2020-06-09 15:18:51 -04:00
parent 96b3dd34bd
commit 4840b75f56
3 changed files with 12 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ class __RDRenderLogLine : public RDLogLine
void setRampLevel(double lvl);
double rampRate() const;
void setRampRate(double lvl);
void setRamp(RDLogLine::TransType next_trans);
void setRamp(RDLogLine::TransType next_trans,int segue_gain);
bool open(const QTime &time);
void close();
QString summary() const;