Fix VST parameter automation performance (#8253)
This commit is contained in:
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:"), "%");
|
||||
|
||||
|
||||
Reference in new issue
Block a user