|
Ardour
9.0-pre0-1952-gc5e0b21049
|
#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 635 of file midi_view.h.
|
inline |
Definition at line 643 of file midi_view.h.
| Temporal::Beats MidiView::SplitInfo::base_len |
Definition at line 637 of file midi_view.h.
| int MidiView::SplitInfo::channel |
Definition at line 639 of file midi_view.h.
| int MidiView::SplitInfo::note |
Definition at line 638 of file midi_view.h.
| int MidiView::SplitInfo::off_velocity |
Definition at line 641 of file midi_view.h.
| Temporal::Beats MidiView::SplitInfo::time |
Definition at line 636 of file midi_view.h.
| int MidiView::SplitInfo::velocity |
Definition at line 640 of file midi_view.h.