jdk/src/java.desktop/share/classes/javax/sound/midi/ShortMessage.java
changeset 28059 e576535359cc
parent 26037 508779ce6619
child 40444 afabcfc2f3ef
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
   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      */