| java.lang.Object com.sun.mmedia.DirectMIDIControl
Method Summary | |
public synchronized int[] | getBankList(boolean custom) | public synchronized int | getChannelVolume(int channel) | public synchronized String | getKeyName(int bank, int prog, int key) | public synchronized int | getMaxPitch() | public synchronized int | getMaxRate() | public synchronized int | getMinPitch() | public synchronized int | getMinRate() | public synchronized int | getPitch() | public synchronized int[] | getProgram(int channel) | public synchronized int[] | getProgramList(int bank) | public synchronized String | getProgramName(int bank, int prog) | public synchronized int | getRate() | public synchronized int | getTempo() | public synchronized boolean | isBankQuerySupported() | public synchronized int | longMidiEvent(byte[] data, int offset, int length) | public synchronized void | playerClosed() | public synchronized void | playerStarted() | public synchronized void | playerStopped() | public synchronized void | setChannelVolume(int channel, int volume) | public synchronized int | setPitch(int millisemitones) | public synchronized void | setProgram(int channel, int bank, int program) | public synchronized int | setRate(int millirate) | public synchronized int | setTempo(int millitempo) | public synchronized void | shortMidiEvent(int type, int data1, int data2) |
DirectMIDIControl | DirectMIDIControl(DirectPlayer p)(Code) | | |
getChannelVolume | public synchronized int getChannelVolume(int channel)(Code) | | |
getMaxPitch | public synchronized int getMaxPitch()(Code) | | |
getMaxRate | public synchronized int getMaxRate()(Code) | | |
getMinPitch | public synchronized int getMinPitch()(Code) | | |
getMinRate | public synchronized int getMinRate()(Code) | | |
getPitch | public synchronized int getPitch()(Code) | | |
getRate | public synchronized int getRate()(Code) | | |
getTempo | public synchronized int getTempo()(Code) | | |
isBankQuerySupported | public synchronized boolean isBankQuerySupported()(Code) | | |
longMidiEvent | public synchronized int longMidiEvent(byte[] data, int offset, int length)(Code) | | |
playerClosed | public synchronized void playerClosed()(Code) | | |
playerStarted | public synchronized void playerStarted()(Code) | | |
playerStopped | public synchronized void playerStopped()(Code) | | |
setChannelVolume | public synchronized void setChannelVolume(int channel, int volume)(Code) | | |
setPitch | public synchronized int setPitch(int millisemitones)(Code) | | |
setProgram | public synchronized void setProgram(int channel, int bank, int program)(Code) | | |
setRate | public synchronized int setRate(int millirate)(Code) | | |
setTempo | public synchronized int setTempo(int millitempo)(Code) | | |
shortMidiEvent | public synchronized void shortMidiEvent(int type, int data1, int data2)(Code) | | |
|
|