equal
deleted
inserted
replaced
301 * if the message does not take any data bytes, both data bytes are ignored. |
301 * if the message does not take any data bytes, both data bytes are ignored. |
302 * |
302 * |
303 * @param status the MIDI status byte |
303 * @param status the MIDI status byte |
304 * @param data1 the first data byte |
304 * @param data1 the first data byte |
305 * @param data2 the second data byte |
305 * @param data2 the second data byte |
306 * @throws InvalidMidiDataException if the the status byte, or all data |
306 * @throws InvalidMidiDataException if the status byte, or all data |
307 * bytes belonging to the message, do not specify a valid MIDI |
307 * bytes belonging to the message, do not specify a valid MIDI |
308 * message |
308 * message |
309 * @see #setMessage(int, int, int, int) |
309 * @see #setMessage(int, int, int, int) |
310 * @see #setMessage(int) |
310 * @see #setMessage(int) |
311 */ |
311 */ |