Fix zyn pitch on project load/export

Closes #3451
This commit is contained in:
tresf
2019-03-11 14:24:12 -04:00
parent 2a72808095
commit 04768ee3e1

View File

@@ -291,6 +291,7 @@ void ZynAddSubFxInstrument::loadSettings( const QDomElement & _this )
emit settingsChanged();
}
emit instrumentTrack()->pitchModel()->dataChanged();
}