|
| | MidiClip (InstrumentTrack *instrumentTrack) |
| | ~MidiClip () override |
| void | init () |
| void | updateLength () override |
| Note * | addNote (const Note &_new_note, const bool _quant_pos=true) |
| NoteVector::const_iterator | removeNote (NoteVector::const_iterator it) |
| NoteVector::const_iterator | removeNote (Note *note) |
| Note * | noteAtStep (int _step) |
| void | rearrangeAllNotes () |
| void | clearNotes () |
| const NoteVector & | notes () const |
| Note * | addStepNote (int step) |
| void | setStep (int step, bool enabled) |
| void | reverseNotes (const NoteVector ¬es) |
| | Horizontally flip the positions of the given notes.
|
| void | splitNotes (const NoteVector ¬es, TimePos pos) |
| void | splitNotesAlongLine (const NoteVector notes, TimePos pos1, int key1, TimePos pos2, int key2, bool deleteShortEnds) |
| Type | type () const |
| MidiClip * | previousMidiClip () const |
| MidiClip * | nextMidiClip () const |
| void | exportToXML (QDomDocument &doc, QDomElement &midiClipElement, bool onlySelectedNotes=false) |
| void | saveSettings (QDomDocument &_doc, QDomElement &_parent) override |
| void | loadSettings (const QDomElement &_this) override |
| QString | nodeName () const override |
| InstrumentTrack * | instrumentTrack () const |
| bool | empty () |
| gui::ClipView * | createView (gui::TrackView *_tv) override |
| MidiClip * | clone () override |
| | Clip (Track *track) |
| | Create a new Clip.
|
| | ~Clip () override |
| | Destroy a Clip.
|
| Track * | getTrack () const |
| const QString & | name () const |
| void | setName (const QString &name) |
| QString | displayName () const override |
| const TimePos & | startPosition () const |
| TimePos | endPosition () const |
| const TimePos & | length () const |
| bool | hasTrackContainer () const |
| bool | isInPattern () const |
| bool | manuallyResizable () const |
| void | setAutoResize (const bool r) |
| | Set whether a clip has been resized yet by the user or the knife tool.
|
| bool | getAutoResize () const |
| auto | color () const -> const std::optional< QColor > & |
| void | setColor (const std::optional< QColor > &color) |
| virtual void | movePosition (const TimePos &pos) |
| | Move this Clip's position in time.
|
| virtual void | changeLength (const TimePos &length) |
| | Change the length of this Clip.
|
| void | selectViewOnCreate (bool select) |
| bool | getSelectViewOnCreate () |
| TimePos | startTimeOffset () const |
| void | setStartTimeOffset (const TimePos &startTimeOffset) |
| | 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 () |