Skip to content

Commit

Permalink
Fixup of LMMS#7381
Browse files Browse the repository at this point in the history
Fixup of commit 9c0fc8f
  • Loading branch information
JohannesLorenz committed Jul 28, 2024
1 parent 627209a commit 6297392
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions plugins/ZynAddSubFx/ZynAddSubFx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 patch is first loaded in,
// and doesn't update until the FREQ knob is moved
updateFilterFreq();
}


Expand Down
2 changes: 1 addition & 1 deletion plugins/ZynAddSubFx/zynaddsubfx

0 comments on commit 6297392

Please sign in to comment.