mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user