Reentrancy Considerations with Entry-Point Functions

The auxMessage, widMessage, wodMessage, and midMessage entry-point functions are not called at interrupt time and therefore do not have to be written to be reentrant. However, the entry-point function for MIDI output devices, modMessage, can be called at interrupt time. For details on making this entry-point function reentrant, see .