Lines Matching refs:rawmidi
72 directory. The rawmidi OSS emulation is included in the ALSA rawmidi
3067 To create a rawmidi object, call :c:func:`snd_mpu401_uart_new()`.
3077 this component. You can create up to 8 rawmidi devices.
3094 respectively. Then the rawmidi instance is created as a single stream.
3145 In this case, you need to pass the private_data of the returned rawmidi
3167 The rawmidi API is defined in ``<sound/rawmidi.h>``.
3172 To create a rawmidi device, call the :c:func:`snd_rawmidi_new()`
3191 8 rawmidi devices.
3203 After the rawmidi device is created, you need to set the operators
3240 In all the callbacks, the private data that you've set for the rawmidi
3272 The ``open`` and ``close`` callbacks of a rawmidi device are