We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently out of range mixer settings, say setting a weight of an out of bounds mixer note, are accepted by the device.
Bounds checking is employed in the device to ensure that the no memory corruption or exception but the host is not informed of the error.
The device should issue a STALL to the host to inform the host of the error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently out of range mixer settings, say setting a weight of an out of bounds mixer note, are accepted by the device.
Bounds checking is employed in the device to ensure that the no memory corruption or exception but the host is not informed of the error.
The device should issue a STALL to the host to inform the host of the error.
The text was updated successfully, but these errors were encountered: