Srnd: continuously run lufs_meter, so momentary loudness meter can be 'live'
This commit is contained in:
parent
22b7a07526
commit
cefab85dab
@ -277,9 +277,7 @@ SurroundReturn::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_
|
|||||||
_surround_bufs.get_audio (19).data (meter_offset)
|
_surround_bufs.get_audio (19).data (meter_offset)
|
||||||
};
|
};
|
||||||
|
|
||||||
if (_rolling && (!_exporting || _export_end >= end_sample)) {
|
_lufs_meter.run (data, meter_nframes);
|
||||||
_lufs_meter.run (data, meter_nframes);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user