• Home
  • Raw
  • Download

Lines Matching defs:ev

362 …midi_event_encode(snd_midi_event_t *dev, const unsigned char *buf, long count, snd_seq_event_t *ev)  in snd_midi_event_encode()
400 int snd_midi_event_encode_byte(snd_midi_event_t *dev, int c, snd_seq_event_t *ev) in snd_midi_event_encode_byte()
466 static void note_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in note_event()
474 static void one_param_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in one_param_ctrl_event()
481 static void pitchbend_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in pitchbend_ctrl_event()
488 static void two_param_ctrl_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in two_param_ctrl_event()
496 static void one_param_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in one_param_event()
502 static void songpos_event(snd_midi_event_t *dev, snd_seq_event_t *ev) in songpos_event()
559 …midi_event_decode(snd_midi_event_t *dev, unsigned char *buf, long count, const snd_seq_event_t *ev) in snd_midi_event_decode()
622 static void note_decode(const snd_seq_event_t *ev, unsigned char *buf) in note_decode()
629 static void one_param_decode(const snd_seq_event_t *ev, unsigned char *buf) in one_param_decode()
635 static void pitchbend_decode(const snd_seq_event_t *ev, unsigned char *buf) in pitchbend_decode()
643 static void two_param_decode(const snd_seq_event_t *ev, unsigned char *buf) in two_param_decode()
650 static void songpos_decode(const snd_seq_event_t *ev, unsigned char *buf) in songpos_decode()
657 …xtra_decode_ctrl14(snd_midi_event_t *dev, unsigned char *buf, int count, const snd_seq_event_t *ev) in extra_decode_ctrl14()
694 … extra_decode_xrpn(snd_midi_event_t *dev, unsigned char *buf, int count, const snd_seq_event_t *ev) in extra_decode_xrpn()