Hello, i've started to do some tests with midi and created a simple plugin that just decodes midi messages (midi message, midi data 1, and midi data 2) and outputs its value on 3 control outputs.<br>It also has a testing network.<br>
It's not so usefull right now, but it's trivial to obtain usefull information for midi controlling with this example.<br>It requires PortMIDI to be installed on the system.<br>You can configure the device you get midi from. (right now it outputs the list to the console, i will update it with a list on the configuration later)<br>
Hope you like it :)<br><br>