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


Signals | |
| void | stereoPortChanged () |
| void | bufferSizeChanged () |
| Signals inherited from zrythm::gui::qquick::WaveformCanvasItem | |
| void | waveformColorChanged () |
| void | outlineColorChanged () |
Public Member Functions | |
| LiveWaveformCanvasItem (QQuickItem *parent=nullptr) | |
| zrythm::dsp::AudioPort * | stereoPort () const |
| void | setStereoPort (zrythm::dsp::AudioPort *port) |
| zrythm::dsp::PortObservationManager * | portObservationManager () const |
| void | setPortObservationManager (zrythm::dsp::PortObservationManager *manager) |
| int | bufferSize () const |
| void | setBufferSize (int size) |
| Public Member Functions inherited from zrythm::gui::qquick::WaveformCanvasItem | |
| WaveformCanvasItem (QQuickItem *parent=nullptr) | |
| QCanvasPainterItemRenderer * | createItemRenderer () const override |
| QColor | waveformColor () const |
| void | setWaveformColor (const QColor &color) |
| QColor | outlineColor () const |
| void | setOutlineColor (const QColor &color) |
| const juce::AudioSampleBuffer * | audioBuffer () const |
| uint64_t | bufferGeneration () const |
| Monotonically increasing counter bumped on each buffer change. | |
Properties | |
| zrythm::dsp::AudioPort * | stereoPort |
| zrythm::dsp::PortObservationManager * | portObservationManager |
| int | bufferSize |
| Properties inherited from zrythm::gui::qquick::WaveformCanvasItem | |
| QColor | waveformColor |
| QColor | outlineColor |
Additional Inherited Members | |
| Protected Member Functions inherited from zrythm::gui::qquick::WaveformCanvasItem | |
| void | notifyBufferChanged () |
| Bumps the generation counter and schedules a repaint. | |
| Protected Attributes inherited from zrythm::gui::qquick::WaveformCanvasItem | |
| juce::AudioSampleBuffer | audio_buffer_ |
Definition at line 18 of file live_waveform_canvas_item.h.
|
readwrite |
Definition at line 24 of file live_waveform_canvas_item.h.
|
readwrite |
Definition at line 23 of file live_waveform_canvas_item.h.
|
readwrite |
Definition at line 22 of file live_waveform_canvas_item.h.