Fix VST parameter automation performance (#8253)

This commit is contained in:
Dalton Messmer
2026-03-26 23:31:02 -04:00
committed by GitHub
parent 1155590927
commit 098f0ed4b9
41 changed files with 665 additions and 634 deletions

View File

@@ -114,8 +114,7 @@ AudioFileProcessorView::AudioFileProcessorView(Instrument* instrument,
m_stutterButton->setToolTip(
tr("Continue sample playback across notes"));
m_ampKnob = new Knob(KnobType::Bright26, this);
m_ampKnob->setVolumeKnob(true);
m_ampKnob = new VolumeKnob(KnobType::Bright26, this);
m_ampKnob->move(5, 108);
m_ampKnob->setHintText(tr("Amplify:"), "%");