Home
last modified time | relevance | path

Searched refs:CAbstractVstEditor (Results 1 – 5 of 5) sorted by relevance

/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/
H A DPlugInterface.h30 class CAbstractVstEditor; variable
58 friend class CAbstractVstEditor; variable
66 CAbstractVstEditor *m_pEditor = nullptr;
203 virtual CAbstractVstEditor *OpenEditor();
206 CAbstractVstEditor *GetEditor() { return m_pEditor; } in GetEditor()
207 const CAbstractVstEditor *GetEditor() const { return m_pEditor; } in GetEditor()
H A DLFOPlugin.h126 CAbstractVstEditor *OpenEditor() override;
H A DLFOPlugin.cpp443 CAbstractVstEditor *LFOPlugin::OpenEditor() in OpenEditor()
H A DPluginManager.cpp794 CAbstractVstEditor *editor = p->GetEditor(); in OnIdle()
H A DPlugInterface.cpp574 CAbstractVstEditor *IMixPlugin::OpenEditor() in OpenEditor()