i would like to attach html controls like textboxes to a midi controller, is there any way to achieve this through javascript/jquery?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
JS has no concept of “hardware”. Unless that midi controller has some kind of a web-based interface that you can point a URL at, or the controller can insert its data into a normal keyboard/mouse input stream, then no, you cannot use JS to talk to it at all.