Documentation ¶
Overview ¶
Package realtime provides MIDI System Realtime Messages
Index ¶
Constants ¶
View Source
const ( // TimingClock is a MIDI timing clock message TimingClock = msg(0xF8) // Tick is a midi tick message Tick = msg(0xF9) // Start is a MIDI start message Start = msg(0xFA) // Continue is a MIDI continue message Continue = msg(0xFB) // Stop is a MIDI stop message Stop = msg(0xFC) // Undefined4 is an undefined realtime message Undefined4 = msg(0xFD) // Activesense is a MIDI active sensing message Activesense = msg(0xFE) // Reset is a MIDI reset message Reset = msg(0xFF) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.