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:
@@ -88,6 +88,10 @@ VstSyncController::VstSyncController() :
|
||||
}
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
qWarning( "VST sync support disabled in your configuration" );
|
||||
}
|
||||
|
||||
if( m_syncData == NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user