Web Midi API that recognizes midi input using Vue
Budget: $30 – $250 USD
1.checks for current midi devices connected through USB.
2.renders a dropdown list in the UI, where the user can select which midi device to use
3.Implement the callback function that gets called every time we have a new Midi event (noteOn or noteOff). If "noteOn" then do the same that the toggleAttach method does in keyboardUI.vue. If noteOff then do as in toggleRelease.
Right now I have a incomplete code file that will give a start for the thing.
There is also a sample code that could be referenced, but it is written in angular.js.
For part3, I will give you the specific details of the keyboardUI.vue.
2.renders a dropdown list in the UI, where the user can select which midi device to use
3.Implement the callback function that gets called every time we have a new Midi event (noteOn or noteOff). If "noteOn" then do the same that the toggleAttach method does in keyboardUI.vue. If noteOff then do as in toggleRelease.
Right now I have a incomplete code file that will give a start for the thing.
There is also a sample code that could be referenced, but it is written in angular.js.
For part3, I will give you the specific details of the keyboardUI.vue.