renderer: fixed shadowed property
Fixes issue where waveforms would only appear on one track
This commit is contained in:
@@ -237,7 +237,7 @@ NodeValueTable RenderProcessor::GenerateBlockTable(const TrackOutput *track, con
|
||||
NodeValueTable::Merge({merged_table, table});
|
||||
}
|
||||
|
||||
if (ticket_->property("waveforms").toBool()) {
|
||||
if (ticket_->property("enablewaveforms").toBool()) {
|
||||
// Generate a visual waveform and send it back to the main thread
|
||||
AudioVisualWaveform visual_waveform;
|
||||
visual_waveform.set_channel_count(audio_params.channel_count());
|
||||
|
||||
Reference in New Issue
Block a user