Home | History | Annotate | Download | only in sound

Lines Matching full:midi

63 #define SNDRV_SEQ_EVENT_QFRAME		22	/* midi time code quarter frame */
70 #define SNDRV_SEQ_EVENT_START 30 /* midi Real Time Start message */
71 #define SNDRV_SEQ_EVENT_CONTINUE 31 /* midi Real Time Continue message */
72 #define SNDRV_SEQ_EVENT_STOP 32 /* midi Real Time Stop message */
76 #define SNDRV_SEQ_EVENT_CLOCK 36 /* midi Real Time Clock message */
77 #define SNDRV_SEQ_EVENT_TICK 37 /* midi Real Time Tick message */
236 typedef unsigned int snd_seq_tick_time_t; /* midi ticks */
334 #define SNDRV_SEQ_CLIENT_DUMMY 14 /* midi through */
424 #define SNDRV_SEQ_PORT_TYPE_MIDI_GENERIC (1<<1) /* generic MIDI device */
425 #define SNDRV_SEQ_PORT_TYPE_MIDI_GM (1<<2) /* General MIDI compatible device */
429 #define SNDRV_SEQ_PORT_TYPE_MIDI_GM2 (1<<6) /* General MIDI 2 compatible device */
432 #define SNDRV_SEQ_PORT_TYPE_SYNTH (1<<10) /* Synth device (no MIDI compatible - direct wavetable) */
453 int midi_channels; /* channels per MIDI port */
454 int midi_voices; /* voices per MIDI port */
511 #define SNDRV_SEQ_TIMER_MIDI_CLOCK 1 /* Midi Clock (CLOCK event) */
512 #define SNDRV_SEQ_TIMER_MIDI_TICK 2 /* Midi Timer Tick (TICK event) */