|
| | EqEffect (Model *parent, const Descriptor::SubPluginFeatures::Key *key) |
| | ~EqEffect () override=default |
| ProcessStatus | processImpl (SampleFrame *buf, const f_cnt_t frames) override |
| EffectControls * | controls () override |
| void | gain (SampleFrame *buf, const f_cnt_t frames, float scale, SampleFrame *peak) |
| | Effect (const Plugin::Descriptor *_desc, Model *_parent, const Descriptor::SubPluginFeatures::Key *_key) |
| void | saveSettings (QDomDocument &_doc, QDomElement &_parent) override |
| void | loadSettings (const QDomElement &_this) override |
| QString | nodeName () const override |
| bool | processAudioBuffer (AudioBuffer &inOut) |
| | Returns true if audio was processed and should continue being processed.
|
| bool | isOkay () const |
| void | setOkay (bool _state) |
| bool | isAwake () const |
| | "Awake" means the effect has not been put to sleep by auto-quit
|
| bool | isEnabled () const |
| f_cnt_t | timeout () const |
| float | wetLevel () const |
| float | dryLevel () const |
| bool | dontRun () const |
| void | setDontRun (bool _state) |
| bool | isProcessingAudio () const |
| TempoSyncKnobModel * | autoQuitModel () |
| bool | autoQuitEnabled () const |
| EffectChain * | effectChain () const |
| | Plugin (const Descriptor *descriptor, Model *parent, const Descriptor::SubPluginFeatures::Key *key=nullptr) |
| | ~Plugin () override=default |
| QString | displayName () const override |
| | Return display-name out of sub plugin or descriptor.
|
| const PixmapLoader * | logo () const |
| | Return logo out of sub plugin or descriptor.
|
| Type | type () const |
| | Return plugin type.
|
| const Descriptor * | descriptor () const |
| | Return plugin Descriptor.
|
| const Descriptor::SubPluginFeatures::Key & | key () const |
| virtual void | loadFile (const QString &file) |
| virtual AutomatableModel * | childModel (const QString &modelName) |
| gui::PluginView * | createView (QWidget *parent) |
| | Create a view for the model.
|
| | Model (Model *parent, QString displayName=QString(), bool defaultConstructed=false) |
| | ~Model () override=default |
| bool | isDefaultConstructed () const |
| Model * | parentModel () const |
| virtual void | setDisplayName (const QString &displayName) |
| virtual QString | fullDisplayName () const |
| | 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 () |