/src/sys/dev/ |
midictl.h | 1 /* $NetBSD: midictl.h,v 1.4 2011/11/23 23:07:31 jmcneill Exp $ */ 62 * on the same midictl are unsupported, with one exception: calls back into 63 * midictl from a notify handler it has called are permitted. If you are 91 * data, accept_any_ctl_rpn can be set to 1 in the midictl structure, and 161 } midictl; typedef in typeref:struct:__anona7dcc7c50208 164 midictl_open(midictl *); 167 midictl_close(midictl *); 177 * midictl_change(midictl *mc, uint_fast8_t chan, uint8_t *ctlval); 180 midictl_change(midictl *, uint_fast8_t, uint8_t *); 191 * midictl_read(midictl *mc, uint_fast8_t chan [all...] |
midictl.h | 1 /* $NetBSD: midictl.h,v 1.4 2011/11/23 23:07:31 jmcneill Exp $ */ 62 * on the same midictl are unsupported, with one exception: calls back into 63 * midictl from a notify handler it has called are permitted. If you are 91 * data, accept_any_ctl_rpn can be set to 1 in the midictl structure, and 161 } midictl; typedef in typeref:struct:__anona7dcc7c50208 164 midictl_open(midictl *); 167 midictl_close(midictl *); 177 * midictl_change(midictl *mc, uint_fast8_t chan, uint8_t *ctlval); 180 midictl_change(midictl *, uint_fast8_t, uint8_t *); 191 * midictl_read(midictl *mc, uint_fast8_t chan [all...] |
midictl.h | 1 /* $NetBSD: midictl.h,v 1.4 2011/11/23 23:07:31 jmcneill Exp $ */ 62 * on the same midictl are unsupported, with one exception: calls back into 63 * midictl from a notify handler it has called are permitted. If you are 91 * data, accept_any_ctl_rpn can be set to 1 in the midictl structure, and 161 } midictl; typedef in typeref:struct:__anona7dcc7c50208 164 midictl_open(midictl *); 167 midictl_close(midictl *); 177 * midictl_change(midictl *mc, uint_fast8_t chan, uint8_t *ctlval); 180 midictl_change(midictl *, uint_fast8_t, uint8_t *); 191 * midictl_read(midictl *mc, uint_fast8_t chan [all...] |