[LAU] [LAD] So what's the deal with controlling the aeolus organ?stops via midi

Clemens Ladisch clemens at ladisch.de
Thu Oct 8 03:26:26 EDT 2009


Jens M Andreasen wrote:
> If you know that the device is virtual and that it won't pass on any
> messages to the next device, you can sometimes get away with sending
> usb-midi at a higher rate. This has to be implemented at the driver
> level though.

This is handled by the USB protocol: the host controller retries sending
a data packet until the device acknowledges it.  In other words, the
driver can blast away at the device with lots of packets, but the actual
rate is never higher than the device can handle, so the driver doesn't
need to specifically know about your device.


Best regards,
Clemens



More information about the Linux-audio-user mailing list