Fixup of commit 9c0fc8fc69
This commit is contained in:
Johannes Lorenz
2024-07-28 15:54:17 +02:00
committed by GitHub
parent 627209ad1d
commit 0d3c43d237
2 changed files with 6 additions and 1 deletions

View File

@@ -142,6 +142,11 @@ ZynAddSubFxInstrument::ZynAddSubFxInstrument(
connect( instrumentTrack()->pitchRangeModel(), SIGNAL( dataChanged() ),
this, SLOT( updatePitchRange() ), Qt::DirectConnection );
// ZynAddSubFX's internal value that LMMS's FREQ knob controls
// isn't set properly when the instrument is first loaded in,
// and doesn't update until the FREQ knob is moved
updateFilterFreq();
}