From 48680627d82c07d3e47fc6dd67b8cd7775aadb7f Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 8 Mar 2023 14:39:12 +0000 Subject: [PATCH] Should be using HighConsistency in plugin that supports realtime parameter changes --- ladspa-lv2/RubberBandR3PitchShifter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ladspa-lv2/RubberBandR3PitchShifter.cpp b/ladspa-lv2/RubberBandR3PitchShifter.cpp index 1282643..f8ed46d 100644 --- a/ladspa-lv2/RubberBandR3PitchShifter.cpp +++ b/ladspa-lv2/RubberBandR3PitchShifter.cpp @@ -271,7 +271,8 @@ RubberBandR3PitchShifter::RubberBandR3PitchShifter(int sampleRate, size_t channe m_stretcher(new RubberBandStretcher (sampleRate, channels, RubberBandStretcher::OptionProcessRealTime | - RubberBandStretcher::OptionEngineFiner)), + RubberBandStretcher::OptionEngineFiner | + RubberBandStretcher::OptionPitchHighConsistency)), m_sampleRate(sampleRate), m_channels(channels) {