TheMidiBus : ObjectMidiListener uses the wrong ControlChange constructor

I'm using TheMidiBus and ObjectMidiListener says controllerChange's change.timestamp is always -1 and change.bus_name is null. This is consistent with the 3 argument constructor for the ControllerChange object, and I need the 5 argument constructor. ObjectMidiListener's method is void controllerChange(ControlChange change), so I don't see how to force ControlChange to use the 5 argument constructor. Any help would be greatly appreciated!

Tagged:
Sign In or Register to comment.