Search found 1 match
- Mon Dec 12, 2016 1:56 pm
- Forum: Digital Performer [Windows]: Troubleshooting/Criticism
- Topic: API MOTU ultralite mk4
- Replies: 0
- Views: 1366
API MOTU ultralite mk4
Hello, I am an amateur and I recently bought a MOTU UltraLite mk4. I try to change values via API provided by MOTU but I can not do it ... Here is my code: var getJSON = function(url, successHandler, errorHandler) { var xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader(...