mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-30 16:38:40 +01:00
2023-12-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in the CAE subsystem that broke play-out positing and active output port reporting. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Record a Rivendell cut.
|
||||
//
|
||||
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -62,8 +62,8 @@ class RecordCut : public RDDialog
|
||||
void recordedData(int,int);
|
||||
void recordStoppedData(int,int);
|
||||
void recordUnloadedData(int,int,unsigned);
|
||||
void playedData(int);
|
||||
void playStoppedData(int);
|
||||
void playedData(unsigned serial);
|
||||
void playStoppedData(unsigned serial);
|
||||
void closeData();
|
||||
void initData(bool);
|
||||
void recTimerData();
|
||||
@@ -106,12 +106,8 @@ class RecordCut : public RDDialog
|
||||
QLabel *cut_startdatetime_label;
|
||||
QGroupBox *cut_startdatetime_groupbox;
|
||||
RDDateTimeEdit *cut_startdatetime_edit;
|
||||
// RDDateEdit *cut_startdate_edit;
|
||||
// RDTimeEdit *cut_starttime_edit;
|
||||
QLabel *cut_enddatetime_label;
|
||||
RDDateTimeEdit *cut_enddatetime_edit;
|
||||
// RDDateEdit *cut_enddate_edit;
|
||||
// RDTimeEdit *cut_endtime_edit;
|
||||
QGroupBox *cut_daypart_groupbox;
|
||||
QButtonGroup *cut_daypart_group;
|
||||
QRadioButton *cut_startdaypart_enable_button;
|
||||
@@ -145,7 +141,7 @@ class RecordCut : public RDDialog
|
||||
int rec_card_no[2];
|
||||
int rec_stream_no[2];
|
||||
int rec_port_no[2];
|
||||
int rec_play_handle;
|
||||
unsigned rec_play_serial;
|
||||
RDCae::AudioCoding rec_format;
|
||||
unsigned rec_channels;
|
||||
unsigned rec_samprate;
|
||||
@@ -160,5 +156,4 @@ class RecordCut : public RDDialog
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#endif // RECORD_CUT_H
|
||||
|
||||
Reference in New Issue
Block a user