|
| | AutoDetectMidiController (Model *parent) |
| | ~AutoDetectMidiController () override=default |
| void | processInEvent (const MidiEvent &event, const TimePos &time, f_cnt_t offset=0) override |
| MidiController * | copyToMidiController (Model *parent) |
| void | useDetected () |
| | MidiController (Model *_parent) |
| | ~MidiController () override=default |
| void | processInEvent (const MidiEvent &_me, const TimePos &_time, f_cnt_t offset=0) override |
| void | processOutEvent (const MidiEvent &_me, const TimePos &_time, f_cnt_t offset=0) override |
| void | saveSettings (QDomDocument &_doc, QDomElement &_this) override |
| void | loadSettings (const QDomElement &_this) override |
| QString | nodeName () const override |
| void | subscribeReadablePorts (const MidiPort::Map &_map) |
| | Controller (ControllerType _type, Model *_parent, const QString &_display_name) |
| | ~Controller () override |
| virtual float | currentValue (int _offset) |
| virtual ValueBuffer * | valueBuffer () |
| bool | isSampleExact () const |
| void | setSampleExact (bool _exact) |
| ControllerType | type () const |
| bool | frequentUpdates () const |
| virtual const QString & | name () const |
| void | addConnection (ControllerConnection *) |
| void | removeConnection (ControllerConnection *) |
| int | connectionCount () const |
| bool | hasModel (const Model *m) const |
| | Model (Model *parent, QString displayName=QString(), bool defaultConstructed=false) |
| | ~Model () override=default |
| bool | isDefaultConstructed () const |
| Model * | parentModel () const |
| virtual QString | displayName () 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 () |
| | MidiEventProcessor ()=default |
| virtual | ~MidiEventProcessor ()=default |