|
Ardour
9.2-541-gc1841a13dd
|
#include <pianoroll_midi_view.h>
Public Member Functions | |
| AutomationLane (CueAutomationControl ctl, CueAutomationLine ln, bool vis, Pianoroll::AutomationLane &par) | |
| AutomationLane (VelocityDisplay &vdisp, bool vis, Pianoroll::AutomationLane &par) | |
| ~AutomationLane () | |
| void | set_sensitive (bool) |
| void | set_height (double) |
Public Attributes | |
| CueAutomationControl | control |
| CueAutomationLine | line |
| VelocityDisplay * | velocity_display |
| Pianoroll::AutomationLane & | parent |
Definition at line 107 of file pianoroll_midi_view.h.
|
inline |
Definition at line 109 of file pianoroll_midi_view.h.
|
inline |
Definition at line 111 of file pianoroll_midi_view.h.
| PianorollMidiView::AutomationLane::~AutomationLane | ( | ) |
| void PianorollMidiView::AutomationLane::set_height | ( | double | ) |
| void PianorollMidiView::AutomationLane::set_sensitive | ( | bool | ) |
| CueAutomationControl PianorollMidiView::AutomationLane::control |
Definition at line 116 of file pianoroll_midi_view.h.
| CueAutomationLine PianorollMidiView::AutomationLane::line |
Definition at line 117 of file pianoroll_midi_view.h.
| Pianoroll::AutomationLane& PianorollMidiView::AutomationLane::parent |
Definition at line 119 of file pianoroll_midi_view.h.
| VelocityDisplay* PianorollMidiView::AutomationLane::velocity_display |
Definition at line 118 of file pianoroll_midi_view.h.