Add VST always-on-top config option

This commit is contained in:
Dominic Clark
2019-03-03 16:01:07 +00:00
committed by Hyunjin Song
parent 295b899df2
commit 17f6235500
3 changed files with 45 additions and 8 deletions

View File

@@ -126,6 +126,9 @@ private slots:
void toggleDisplayWaveform( bool en );
void toggleDisableAutoquit( bool en );
void vstEmbedMethodChanged();
void toggleVSTAlwaysOnTop( bool en );
void setLanguage( int lang );
@@ -207,6 +210,8 @@ private:
QComboBox* m_vstEmbedComboBox;
QString m_vstEmbedMethod;
LedCheckBox * m_vstAlwaysOnTopCheckBox;
bool m_vstAlwaysOnTop;
} ;