ZynAddSubFx: Fix preset loading (#3891)
Fix regression from #1719 Fixes #3886
This commit is contained in:
committed by
Tres Finocchiaro
parent
6fc4577f10
commit
9d560a3104
@@ -445,8 +445,8 @@ void ZynAddSubFxInstrument::initPlugin()
|
||||
RemotePlugin::message( IdZasfPresetDirectory ).
|
||||
addString(
|
||||
QSTR_TO_STDSTR(
|
||||
QString( ConfigManager::inst()->factoryPresetsDir() +
|
||||
QDir::separator() + "ZynAddSubFX" ) ) ) );
|
||||
QDir( ConfigManager::inst()->factoryPresetsDir() +
|
||||
"/ZynAddSubFX" ).absolutePath() ) ) );
|
||||
|
||||
m_remotePlugin->updateSampleRate( Engine::mixer()->processingSampleRate() );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user