QUICK-REF - CsoundManual - Top of this section - Previous - Contents - Index - Next 

mclock, mrtmsg

    mclock      ifreq
    mrtmsg      imsgtype

DESCRIPTION

Send System Realtime messages to the MIDI OUT port.

INITIALIZATION

ifreq - clock message frequency rate in Hz

imsgtype - type of real-time message: 1 sends a START message (0xFA); 2 sends a CONTINUE message (0xFB); 0 sends a STOP message (0xFC); -1 sends a SYSTEM RESET message (0xFF); -2 sends an ACTIVE SENSING message (0xFE)

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 realtime message) sends a realtime message once, in init stage of current instrument. imsgtype parameter is a flag to indicate the message type (see above, in ARGUMENTS description).

AUTHOR:

Gabriel Maldonado
Italy
May 1997


QUICK-REF - CsoundManual - Top of this section - Previous - Contents - Index - Next 

HTML Csound Manual - © Jean Piché & Peter J. Nix, 1994-97