![]() |
Ardour
9.0-pre0-973-gb60239c1dc
|
#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 648 of file midi_view.h.
|
inline |
Definition at line 656 of file midi_view.h.
Temporal::Beats MidiView::SplitInfo::base_len |
Definition at line 650 of file midi_view.h.
int MidiView::SplitInfo::channel |
Definition at line 652 of file midi_view.h.
int MidiView::SplitInfo::note |
Definition at line 651 of file midi_view.h.
int MidiView::SplitInfo::off_velocity |
Definition at line 654 of file midi_view.h.
Temporal::Beats MidiView::SplitInfo::time |
Definition at line 649 of file midi_view.h.
int MidiView::SplitInfo::velocity |
Definition at line 653 of file midi_view.h.