Home
last modified time | relevance | path

Searched refs:midi_dev (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/
H A Dsequencer.c161 static int midiseq_out(struct midi_dev *, u_char *, u_int, int);
162 static struct midi_dev *midiseq_open(int, int);
163 static void midiseq_close(struct midi_dev *);
164 static void midiseq_reset(struct midi_dev *);
165 static int midiseq_noteon(struct midi_dev *, int, int, seq_event_t *);
166 static int midiseq_noteoff(struct midi_dev *, int, int, seq_event_t *);
167 static int midiseq_keypressure(struct midi_dev *, int, int, seq_event_t *);
168 static int midiseq_pgmchange(struct midi_dev *, int, seq_event_t *);
169 static int midiseq_chnpressure(struct midi_dev *, int, seq_event_t *);
170 static int midiseq_ctlchange(struct midi_dev *, int, seq_event_t *);
[all …]
H A Dsequencervar.h63 struct midi_dev { struct
97 struct midi_dev **devs;
H A Dmidivar.h245 struct midi_dev *seq_md; /* structure that links us with the seq. */
H A Dmidi.c721 extern void midiseq_in(struct midi_dev *,u_char *,int); in midi_in()