implemented separate waveform cache

This commit is contained in:
itsmattkc
2022-05-29 17:52:35 -07:00
parent 826090b621
commit 2f7dc3c98b
28 changed files with 381 additions and 178 deletions
+3 -1
View File
@@ -216,7 +216,9 @@ void RenderProcessor::Run()
SampleBuffer samples = sample_val.toSamples();
if (samples.is_allocated()) {
samples.clamp();
if (ticket_->property("clamp").toBool()) {
samples.clamp();
}
if (ticket_->property("enablewaveforms").toBool()) {
AudioVisualWaveform vis;