loadAPI(1); host.defineController("Eigenlabs", "Eigenharp", "1.0", "fe35643c-ded4-4692-9a9d-1520e37f0582"); host.defineMidiPorts(1, 0); host.addDeviceNameBasedDiscoveryPair([ "Eigenlabs 1" ], []); function init() { host.getMidiInPort(0).setMidiCallback(onMidi); noteInput = host.getMidiInPort(0).createNoteInput("Eigenharp", "??????"); noteInput.setUseMultidimensionalPolyphonicExpression(true, 0); } function onMidi(status, data1, data2) { } function exit() { }