sojamo / controlp5

A gui library for processing.org
GNU Lesser General Public License v2.1
490 stars 142 forks source link

midi device not available #85

Closed kukovisuals closed 7 years ago

kukovisuals commented 8 years ago

I have read the java receivers and transmitters messages and everything is right i get INs and OUTs from [0] to [13] with my device name and all, and at the end i get " No Midi device ( SLIDER/KNOB ) is available. "

sojamo commented 8 years ago

Is the name of your midi device SLIDER/KNOB? if not, you need to make changes in the code of the example you are referring to. Change the name of the midi device to the name of your midi device.

kukovisuals commented 8 years ago

yessss !!! good stuff got it working 👍

sojamo commented 7 years ago

question seems to be answered, closing issue.