| 152 | |
| 153 | |
| 154 | EffectControlDialog *VstEffectControls::createView() |
| 155 | { |
| 156 | auto dialog = new VstEffectControlDialog( this ); |
| 157 | dialog->togglePluginUI( m_vstGuiVisible ); |
| 158 | return dialog; |
| 159 | } |
| 160 | |
| 161 | |
| 162 |
nothing calls this directly
no test coverage detected