Skip to content

Commit 04768ee

Browse files
committed
Fix zyn pitch on project load/export
Closes #3451
1 parent 2a72808 commit 04768ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/zynaddsubfx/ZynAddSubFx.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ void ZynAddSubFxInstrument::loadSettings( const QDomElement & _this )
291291

292292
emit settingsChanged();
293293
}
294+
emit instrumentTrack()->pitchModel()->dataChanged();
294295
}
295296

296297

0 commit comments

Comments
 (0)