Skip to content

Commit

Permalink
Fix zyn pitch on project load/export
Browse files Browse the repository at this point in the history
Closes LMMS#3451
  • Loading branch information
tresf committed Mar 11, 2019
1 parent 129f2e5 commit 99b4abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/zynaddsubfx/ZynAddSubFx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ void ZynAddSubFxInstrument::loadSettings( const QDomElement & _this )

emit settingsChanged();
}
emit instrumentTrack()->pitchModel()->dataChanged();
}


Expand Down

0 comments on commit 99b4abf

Please sign in to comment.