VstSyncController: print a warning if VST sync support is not enabled

Users might wonder why VST sync does not work as they didn't notice the
option in the configuration dialog.
This commit is contained in:
Tobias Doerffel
2014-02-03 20:05:51 +01:00
parent 5a9e0bdcef
commit fd971ee3a2

View File

@@ -88,6 +88,10 @@ VstSyncController::VstSyncController() :
}
#endif
}
else
{
qWarning( "VST sync support disabled in your configuration" );
}
if( m_syncData == NULL )
{