Lines Matching refs:rawmidi
72 directory. The rawmidi OSS emulation is included in the ALSA rawmidi
3023 To create a rawmidi object, call :c:func:`snd_mpu401_uart_new()`.
3033 this component. You can create up to 8 rawmidi devices.
3050 respectively. Then the rawmidi instance is created as a single stream.
3102 In this case, you need to pass the private_data of the returned rawmidi
3124 The rawmidi API is defined in ``<sound/rawmidi.h>``.
3129 To create a rawmidi device, call the :c:func:`snd_rawmidi_new()`
3148 8 rawmidi devices.
3160 After the rawmidi device is created, you need to set the operators
3197 In all the callbacks, the private data that you've set for the rawmidi
3229 The ``open`` and ``close`` callbacks of a rawmidi device are