MidiInputDevice.createInput(Object obj, int channel) - rwmidi.MidiInput
Object obj: Object to be registered as callback
int channel: Channel on which the object is to be registered
Returns the created input
Create an input object for the device and register the object given as argument as a callback for messages on the given channel.