Searched refs:MidiChannel (Results 1 - 25 of 51) sorted by relevance

123

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DModelChannelMixer.java27 import javax.sound.midi.MidiChannel;
42 public interface ModelChannelMixer extends MidiChannel {
H A DModelOscillatorStream.java28 import javax.sound.midi.MidiChannel;
40 public void noteOn(MidiChannel channel, VoiceStatus voice, int noteNumber,
H A DModelMappedInstrument.java27 import javax.sound.midi.MidiChannel;
54 MidiChannel channel, ModelDirectedPlayer player) {
58 public ModelChannelMixer getChannelMixer(MidiChannel channel,
H A DSoftChannelProxy.java27 import javax.sound.midi.MidiChannel;
30 * A MidiChannel proxy object used for external access to synthesizer internal
35 public final class SoftChannelProxy implements MidiChannel {
37 private MidiChannel channel = null;
39 public MidiChannel getChannel() {
43 public void setChannel(MidiChannel channel) {
H A DModelInstrument.java28 import javax.sound.midi.MidiChannel;
58 MidiChannel channel, ModelDirectedPlayer player) {
66 public ModelChannelMixer getChannelMixer(MidiChannel channel,
H A DModelAbstractOscillator.java29 import javax.sound.midi.MidiChannel;
45 protected MidiChannel channel;
61 public void noteOn(MidiChannel channel, VoiceStatus voice, int noteNumber,
74 public MidiChannel getChannel() {
H A DSoftInstrument.java28 import javax.sound.midi.MidiChannel;
66 public ModelDirector getDirector(MidiChannel channel,
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSynthesizer/
H A DGetChannels.java29 import javax.sound.midi.MidiChannel;
57 MidiChannel[] channels = synth.getChannels();
/openjdk7/jdk/src/share/classes/javax/sound/midi/
H A DMidiChannel.java30 * A <code>MidiChannel</code> object represents a single MIDI channel.
31 * Generally, each <code>MidiChannel</code> method processes a like-named MIDI
33 * <code>MidiChannel</code> adds some "get" methods that retrieve the value
51 * musician. This genesis is visible in the <code>MidiChannel</code> API, which
67 public interface MidiChannel { interface
H A DSynthesizer.java33 * the <code>Synthesizer</code>'s {@link MidiChannel} objects receives a
34 * {@link MidiChannel#noteOn(int, int) noteOn} message, either
39 * a corresponding message to the appropriate <code>MidiChannel</code>, or by
64 * one of the synthesizer's <code>MidiChannel</code> objects must receive (or have received)
71 * @see MidiChannel#programChange(int, int)
109 * non-null element in the returned array is a <code>MidiChannel</code> that
117 * @return an array of the <code>MidiChannel</code> objects managed by this
120 public MidiChannel[] getChannels();
181 * @see MidiChannel#programChange(int, int)
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftChannel/
H A DChannelPressure.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DLocalControl.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DMono.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DMute.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DOmni.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DPitchBend.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DProgramChange.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DSolo.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DNoteOverFlowTest.java29 import javax.sound.midi.MidiChannel;
47 MidiChannel ch1 = synth.getChannels()[0];
H A DAllNotesOff.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DAllSoundOff.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DController.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DNoteOff.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DNoteOff2.java50 MidiChannel channel = soft.synth.getChannels()[0];
H A DNoteOn.java50 MidiChannel channel = soft.synth.getChannels()[0];

Completed in 42 milliseconds

123