Use Non-Frames Version Previous Page Next Page
MIDI Support: Real-time Messages

mclock, mrtmsg

            mclock     ifreq
            mrtmsg     imsgtype

Description

Send system real-time messages to the MIDI OUT port.

Initialization

ifreq - clock message frequency rate in Hz

imsgtype - type of real-time message:

Performance

mclock (MIDI clock) sends a MIDI CLOCK message (0xF8) every 1/ifreq seconds. So ifreq is the frequency rate of CLOCK message in Hz.

mrtmsg (MIDI real-time message) sends a real-time message once, in init stage of current instrument. imsgtype parameter is a flag to indicate the message type (see above).

Author

Gabriel Maldonado
Italy
New in Csound version 3.47


Use Non-Frames Version Previous Page Next Page
MIDI Support: Real-time Messages