mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-29 07:57:32 +01:00
2022-11-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a fencepost bug in rdcatchd(8) that caused meter level updates to sent to the incorrect deck channel. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -1017,7 +1017,7 @@ void MainObject::meterData()
|
||||
if(catch_record_deck_status[i]==RDDeck::Recording) {
|
||||
rda->cae()->
|
||||
inputMeterUpdate(catch_record_card[i],catch_record_stream[i],levels);
|
||||
meter_levels.push_back(RDCatchMeterLevel(i,levels));
|
||||
meter_levels.push_back(RDCatchMeterLevel(i+1,levels));
|
||||
}
|
||||
if(catch_playout_deck_status[i]==RDDeck::Recording) {
|
||||
rda->cae()->
|
||||
|
||||
Reference in New Issue
Block a user