|
Ardour
9.2-591-ga1d709fd14
|
#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 653 of file midi_view.h.
|
inline |
Definition at line 661 of file midi_view.h.
| Temporal::Beats MidiView::SplitInfo::base_len |
Definition at line 655 of file midi_view.h.
| int MidiView::SplitInfo::channel |
Definition at line 657 of file midi_view.h.
| int MidiView::SplitInfo::note |
Definition at line 656 of file midi_view.h.
| int MidiView::SplitInfo::off_velocity |
Definition at line 659 of file midi_view.h.
| Temporal::Beats MidiView::SplitInfo::time |
Definition at line 654 of file midi_view.h.
| int MidiView::SplitInfo::velocity |
Definition at line 658 of file midi_view.h.