|
| void | createUI (QWidget *parent) override |
| QWidget * | editor () override |
| | VstPlugin (const QString &_plugin) |
| | VstPlugin (const QString &_plugin) |
| | ~VstPlugin () override |
| void | tryLoad (const QString &remoteVstPluginExecutable) |
| bool | processMessage (const message &_m) override |
| bool | hasEditor () const |
| const QString & | name () const |
| int | version () const |
| const QString & | vendorString () const |
| const QString & | productString () const |
| const QString & | currentProgramName () const |
| const QString & | allProgramNames () const |
| const QString & | allParameterLabels () const |
| const QString & | allParameterDisplays () const |
| int | currentProgram () |
| const QMap< QString, QString > & | parameterDump () |
| void | setParameterDump (const QMap< QString, QString > &_pdump) |
| QWidget * | pluginWidget () |
| void | loadSettings (const QDomElement &_this) override |
| void | saveSettings (QDomDocument &_doc, QDomElement &_this) override |
| QString | nodeName () const override |
| bool | eventFilter (QObject *obj, QEvent *event) override |
| QString | embedMethod () const |
| | RemotePlugin () |
| | ~RemotePlugin () override |
| bool | isRunning () |
| bool | init (const QString &pluginExecutable, bool waitForInitDoneMsg, QStringList extraArgs={}) |
| void | waitForHostInfoGotten () |
| void | waitForInitDone (bool _busyWaiting=true) |
| bool | process (const SampleFrame *_in_buf, SampleFrame *_out_buf) |
| void | processMidiEvent (const MidiEvent &, const f_cnt_t _offset) |
| void | updateSampleRate (sample_rate_t _sr) |
| virtual void | toggleUI () |
| int | isUIVisible () |
| bool | failed () const |
| void | lock () |
| void | unlock () |
| | RemotePluginBase () |
| virtual | ~RemotePluginBase () |
| int | sendMessage (const message &_m) |
| message | receiveMessage () |
| bool | isInvalid () const |
| message | waitForMessage (const message &_m, bool _busy_waiting=false) |
| message | fetchAndProcessNextMessage () |
| int32_t | readInt () |
| void | writeInt (const int32_t &_i) |
| std::string | readString () |
| void | writeString (const std::string &_s) |
| bool | messagesLeft () |
| void | fetchAndProcessAllMessages () |
| | JournallingObject () |
| | ~JournallingObject () override |
| jo_id_t | id () const |
| void | saveJournallingState (const bool newState) |
| void | restoreJournallingState () |
| void | addJournalCheckPoint () |
| QDomElement | saveState (QDomDocument &_doc, QDomElement &_parent) override |
| void | restoreState (const QDomElement &_this) override |
| bool | isJournalling () const |
| void | setJournalling (const bool _sr) |
| bool | testAndSetJournalling (const bool newState) |
| bool | isJournallingStateStackEmpty () const |
| | SerializingObject () |
| virtual | ~SerializingObject () |
| void | setHook (SerializingObjectHook *_hook) |
| SerializingObjectHook * | hook () |