mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2024-08-30 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'RDLogPlay::setSegueLength()' method. * Fixed regressions in rdairplay(1) that could cause the end of play-outs to be clipped. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -66,7 +66,6 @@ class RDLogPlay : public RDLogModel
|
||||
void setLogName(QString name);
|
||||
void setChannels(int cards[2],int ports[2],QString labels[2],
|
||||
const QString start_rml[2],const QString stop_rml[2]);
|
||||
void setSegueLength(int len);
|
||||
void setNowCart(unsigned cartnum);
|
||||
void setNextCart(unsigned cartnum);
|
||||
void auditionHead(int line);
|
||||
@@ -209,7 +208,6 @@ class RDLogPlay : public RDLogModel
|
||||
RDCae *play_cae;
|
||||
RDAirPlayConf::OpMode play_op_mode;
|
||||
int play_slot_id[LOGPLAY_MAX_PLAYS];
|
||||
int play_segue_length;
|
||||
int play_trans_length;
|
||||
int play_next_line;
|
||||
int play_line_counter;
|
||||
|
||||
Reference in New Issue
Block a user