name
setMessage ( )
None available
description
Sets the parameters for a MIDI message that takes no data bytes.
syntax
setMessage(status);
setMessage(status, data1, data2);
setMessage(command, channel, data1, data2);
parameters
status
the MIDI status byte
data1
the first data byte
data2
the second data byte
command
the MIDI command represented by this message
channel
the channel associated with the message
returns
None
usage
Web & Application
related