Searched refs:chn (Results 1 – 1 of 1) sorted by relevance
/haiku/headers/private/audio/ |
H A D | soundcard.h | 603 EXTERNC void OSS_patch_caching (int dev, int chn, int patch, int fd, 605 EXTERNC void OSS_drum_caching (int dev, int chn, int patch, int fd, 694 #define _CHN_VOICE(dev, event, chn, note, parm) \ argument 699 _seqbuf[_seqbufptr+3] = (chn);\ 706 #define SEQ_START_NOTE(dev, chn, note, vol) \ argument 707 _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol) 709 #define SEQ_STOP_NOTE(dev, chn, note, vol) \ argument 710 _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol) 712 #define SEQ_KEY_PRESSURE(dev, chn, note, pressure) \ argument 713 _CHN_VOICE(dev, MIDI_KEY_PRESSURE, chn, note, pressure) [all …]
|