mochreach / midi-surf

A flexible and powerful MIDI controller in your browser!
https://midisurf.app
GNU General Public License v3.0
40 stars 6 forks source link

Send multiple MIDI messages with single cmd #2

Closed ChrisWellsWood closed 1 year ago

ChrisWellsWood commented 1 year ago

Created midiMsgToIntArry to directly convert MidiMsg to arrays that can be sent through a port and sent to the devices. Now uses a generic port to manage msgs. Multiple msgs are passed as an array and executed in series.