Ardour
9.0-pre0-582-g084a23a80d
|
#include <midi_view.h>
Public Member Functions | |
SplitInfo (Temporal::Beats const &t, Temporal::Beats const &l, int n, int c, int v, int ov) | |
Public Attributes | |
Temporal::Beats | time |
Temporal::Beats | base_len |
int | note |
int | channel |
int | velocity |
int | off_velocity |
Definition at line 619 of file midi_view.h.
|
inline |
Definition at line 627 of file midi_view.h.
Temporal::Beats MidiView::SplitInfo::base_len |
Definition at line 621 of file midi_view.h.
int MidiView::SplitInfo::channel |
Definition at line 623 of file midi_view.h.
int MidiView::SplitInfo::note |
Definition at line 622 of file midi_view.h.
int MidiView::SplitInfo::off_velocity |
Definition at line 625 of file midi_view.h.
Temporal::Beats MidiView::SplitInfo::time |
Definition at line 620 of file midi_view.h.
int MidiView::SplitInfo::velocity |
Definition at line 624 of file midi_view.h.