This is the complete list of members for Evoral::Event< Time >, including all inherited members.
_buf | Evoral::Event< Time > | protected |
_id | Evoral::Event< Time > | protected |
_owns_buf | Evoral::Event< Time > | protected |
_size | Evoral::Event< Time > | protected |
_time | Evoral::Event< Time > | protected |
_type | Evoral::Event< Time > | protected |
assign(const Event &other) | Evoral::Event< Time > | |
buffer() const | Evoral::Event< Time > | inline |
buffer() | Evoral::Event< Time > | inline |
cc_number() const | Evoral::Event< Time > | inline |
cc_value() const | Evoral::Event< Time > | inline |
channel() const | Evoral::Event< Time > | inline |
channel_pressure() const | Evoral::Event< Time > | inline |
clear() | Evoral::Event< Time > | inline |
Event(EventType type=NO_EVENT, Time time=Time(), uint32_t size=0, uint8_t *buf=NULL, bool alloc=false) | Evoral::Event< Time > | |
Event(EventType type, Time time, uint32_t size, const uint8_t *buf) | Evoral::Event< Time > | |
Event(const Event ©, bool alloc) | Evoral::Event< Time > | |
event_type() const | Evoral::Event< Time > | inline |
id() const | Evoral::Event< Time > | inline |
is_cc() const | Evoral::Event< Time > | inline |
is_channel_event() const | Evoral::Event< Time > | inline |
is_channel_pressure() const | Evoral::Event< Time > | inline |
is_clock() const | Evoral::Event< Time > | inline |
is_eox() const | Evoral::Event< Time > | inline |
is_live_midi() const | Evoral::Event< Time > | inline |
is_midi() const | Evoral::Event< Time > | inline |
is_mtc_full() const | Evoral::Event< Time > | inline |
is_mtc_quarter() const | Evoral::Event< Time > | inline |
is_note() const | Evoral::Event< Time > | inline |
is_note_off() const | Evoral::Event< Time > | inline |
is_note_on() const | Evoral::Event< Time > | inline |
is_pgm_change() const | Evoral::Event< Time > | inline |
is_pitch_bender() const | Evoral::Event< Time > | inline |
is_poly_pressure() const | Evoral::Event< Time > | inline |
is_realtime() const | Evoral::Event< Time > | inline |
is_smf_meta_event() const | Evoral::Event< Time > | inline |
is_song() const | Evoral::Event< Time > | inline |
is_spp() const | Evoral::Event< Time > | inline |
is_sysex() const | Evoral::Event< Time > | inline |
is_tick() const | Evoral::Event< Time > | inline |
is_tune() const | Evoral::Event< Time > | inline |
note() const | Evoral::Event< Time > | inline |
operator!=(const Event &other) const | Evoral::Event< Time > | inline |
operator==(const Event &other) const | Evoral::Event< Time > | inline |
owns_buffer() const | Evoral::Event< Time > | inline |
pgm_number() const | Evoral::Event< Time > | inline |
pitch_bender_lsb() const | Evoral::Event< Time > | inline |
pitch_bender_msb() const | Evoral::Event< Time > | inline |
pitch_bender_value() const | Evoral::Event< Time > | inline |
poly_note() const | Evoral::Event< Time > | inline |
poly_pressure() const | Evoral::Event< Time > | inline |
realloc(uint32_t size) | Evoral::Event< Time > | inline |
scale_velocity(float factor) | Evoral::Event< Time > | inline |
set(const uint8_t *buf, uint32_t size, Time t) | Evoral::Event< Time > | |
set_buffer(uint32_t size, uint8_t *buf, bool own) | Evoral::Event< Time > | inline |
set_cc_number(uint8_t num) | Evoral::Event< Time > | inline |
set_cc_value(uint8_t val) | Evoral::Event< Time > | inline |
set_channel(uint8_t channel) | Evoral::Event< Time > | inline |
set_event_type(EventType t) | Evoral::Event< Time > | inline |
set_id(event_id_t n) | Evoral::Event< Time > | inline |
set_note(uint8_t num) | Evoral::Event< Time > | inline |
set_pgm_number(uint8_t num) | Evoral::Event< Time > | inline |
set_time(Time t) | Evoral::Event< Time > | inline |
set_type(uint8_t type) | Evoral::Event< Time > | inline |
set_velocity(uint8_t val) | Evoral::Event< Time > | inline |
size() const | Evoral::Event< Time > | inline |
time() const | Evoral::Event< Time > | inline |
type() const | Evoral::Event< Time > | inline |
value() const | Evoral::Event< Time > | inline |
velocity() const | Evoral::Event< Time > | inline |
~Event() | Evoral::Event< Time > | |