Merge branch 'qt5-vst-2-stable' into fix/qt5-vst

# Conflicts:
#	plugins/vst_base/RemoteVstPlugin.cpp
#	plugins/vst_base/VstPlugin.cpp
This commit is contained in:
Lukas W
2017-09-01 14:18:26 +02:00
12 changed files with 91 additions and 59 deletions

View File

@@ -796,19 +796,6 @@ public:
unlock();
}
void showUI()
{
lock();
sendMessage( IdShowUI );
unlock();
}
void hideUI()
{
lock();
sendMessage( IdHideUI );
unlock();
}
void toggleUI()
{
@@ -841,6 +828,9 @@ public:
m_commMutex.unlock();
}
public slots:
void showUI();
void hideUI();
protected:
inline void setSplittedChannels( bool _on )