We are about to switch to a new forum software. Until then we have removed the registration on this forum.
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!