- All Superinterfaces:
- Control
- See Also:
isBankQuerySupported
, VolumeControl
, Player
,
RateControl
,
TempoControl
,
PitchControl
public static final int CONTROL_CHANGE
- See Also:
shortMidiEvent(int, int, int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int[] getBankList(boolean custom)
throws MediaException
- See Also:
isBankQuerySupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getChannelVolume(int channel)
- See Also:
setChannelVolume(int, int)
, VolumeControl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.lang.String getKeyName(int bank,
int prog,
int key)
throws MediaException
- See Also:
isBankQuerySupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int[] getProgram(int channel)
throws MediaException
- See Also:
setProgram(int, int, int)
, isBankQuerySupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int[] getProgramList(int bank)
throws MediaException
- See Also:
isBankQuerySupported()
, setProgram(int, int, int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public java.lang.String getProgramName(int bank,
int prog)
throws MediaException
- See Also:
isBankQuerySupported()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isBankQuerySupported()
- See Also:
getKeyName(int, int, int)
, getProgramName(int, int)
, getProgramList(int)
, getBankList(boolean)
, getProgram(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int longMidiEvent(byte[] data,
int offset,
int length)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int NOTE_ON
- See Also:
shortMidiEvent(int, int, int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setChannelVolume(int channel,
int volume)
- See Also:
getChannelVolume(int)
, VOLUME_CHANGED event
, VolumeControl
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setProgram(int channel,
int bank,
int program)
- See Also:
getProgram(int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void shortMidiEvent(int type,
int data1,
int data2)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples