Beta version 4.3

Hello,
I can confirm the fix for the SYSEX problem, as well as for delays without the WINRTMIDI option. Thank you.

On the occasion, I was wondering if you could have a look at the possibility of processing events in exported modules ?
If you look at my code here ; Managing single, double and long press on a button with javascript, this line in the calling script :
case bName_pt: handleTimerElapsed(tname, isGlobal, time); break; is unnecessary and we should have the capability to use OnTimerElapsedin the exported PressHandler.js. Any idea ?