|
Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
|


Signals | |
| void | midiClipChanged () |
| void | noteColorChanged () |
| Signals inherited from zrythm::gui::qquick::ClipCanvasItemBase | |
| void | referenceWidthChanged () |
| void | referenceXChanged () |
| void | loopPreviewChanged () |
Public Member Functions | |
| MidiClipCanvasItem (QQuickItem *parent=nullptr) | |
| QCanvasPainterItemRenderer * | createItemRenderer () const override |
| structure::arrangement::MidiClip * | midiClip () const |
| void | setMidiClip (structure::arrangement::MidiClip *clip) |
| QColor | noteColor () const |
| void | setNoteColor (const QColor &color) |
| Public Member Functions inherited from zrythm::gui::qquick::ClipCanvasItemBase | |
| ClipCanvasItemBase (QQuickItem *parent=nullptr) | |
| qreal | referenceWidth () const |
| void | setReferenceWidth (qreal w) |
| qreal | referenceX () const |
| void | setReferenceX (qreal x) |
| qreal | effectiveReferenceWidth () const |
| Returns referenceWidth if set (> 0), otherwise the actual width(). | |
| bool | loopPreview () const |
| When true, the renderer wraps content into the loop region even if the clip is not currently looped. | |
| void | setLoopPreview (bool preview) |
Properties | |
| zrythm::structure::arrangement::MidiClip * | midiClip |
| QColor | noteColor |
| Properties inherited from zrythm::gui::qquick::ClipCanvasItemBase | |
| qreal | referenceWidth |
| qreal | referenceX |
| bool | loopPreview |
Definition at line 23 of file midi_clip_canvas_item.h.
|
inline |
Definition at line 36 of file midi_clip_canvas_item.h.
|
inline |
Definition at line 38 of file midi_clip_canvas_item.h.
|
readwrite |
Definition at line 28 of file midi_clip_canvas_item.h.
|
readwrite |
Definition at line 29 of file midi_clip_canvas_item.h.