Searched refs:getPolyPressure (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftChannel/
H A DPolyPressure.java54 assertEquals(channel.getPolyPressure(i),10);
56 assertEquals(channel.getPolyPressure(i),100);
H A DResetAllControllers.java109 assertEquals(channel.getPolyPressure(i), 0);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftReceiver/
H A DSend_PolyPressure.java57 assertEquals(channel.getPolyPressure(i),10);
60 assertEquals(channel.getPolyPressure(i),100);
H A DSend_ResetAllControllers.java113 assertEquals(channel.getPolyPressure(i), 0);
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiChannel.java123 * was successful, use <code>getPolyPressure</code>.
129 * @see #getPolyPressure(int)
147 public int getPolyPressure(int noteNumber); method in interface:MidiChannel
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelAbstractChannelMixer.java72 public int getPolyPressure(int noteNumber) { method in class:ModelAbstractChannelMixer
H A DSoftChannelProxy.java101 public int getPolyPressure(int noteNumber) { method in class:SoftChannelProxy
104 return channel.getPolyPressure(noteNumber);
H A DSoftChannel.java683 public int getPolyPressure(int noteNumber) { method in class:SoftChannel

Completed in 37 milliseconds