On 20Feb 2020, at 19:17, mbsplugins-requ...@monkeybreadsoftware.info wrote: > - Create both OUT, then IN > - I send a small SysEx message out > - I poll the IN and get a small incoming message > - I retrieve the data and destroy both the IN and OUT
My advice working with the MIDI MBS classes for almost 20 years now: Don’t count on sysex messages to be fully received at once. Don’t throw away the objects. Destroying the objects is probably causing your problem. Keep the objects alive and keep looking for incoming data, similar to a serial port object. Aaron _______________________________________________ mbsplugins@monkeybreadsoftware.info mailing list %(list_address)s https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info