Fix VST parameter automation performance (#8253)

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

No files matched your search

@@ -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:"), "%");