You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
neimandavid edited this page Apr 30, 2018
·
7 revisions
Wiring Checklist:
Xylobot (and Ukelelebot) power to wall
All Arduinos’ USB cables to USB hub to computer. Turn USB hub on.
Xylobot MIDI cable USB end to USB hub (MIDI out end should go to Xylobot MIDI in already). (White MIDI in cable not used)
MIDI cables go from MIDI through to MIDI in
Code:
When running code, might need to change parameters for the MIDIBus in code (control+F “new MidiBus”, check the print output of all MIDI output devices, change the third argument (the 1 below) to the number corresponding to the MIO output)
Sample code line: myBus = new MidiBus(this, 0, 1);
There is a scale factor variable in interactive demo to change the display size.