|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dguitar.codecs.guitarPro.GPMIDIChannel
This class describes a MIDI channel.
Field Summary | |
private int |
_balance
Balance. |
private int |
_chorus
Chorus. |
private int |
_instrument
Instrument. |
private int |
_phaser
Phaser. |
private int |
_reverb
Reverb. |
private int |
_tremolo
Tremolo. |
private int |
_volume
Volume. |
Constructor Summary | |
GPMIDIChannel()
Creates a new MIDIChannel |
Method Summary | |
int |
getBalance()
Returns this MIDI channel's balance. |
int |
getChorus()
Returns this MIDI channel's chorus. |
int |
getInstrument()
Returns this MIDI channel's instrument. |
int |
getPhaser()
Returns this MIDI channel's phaser. |
int |
getReverb()
Returns this MIDI channel's reverb. |
int |
getTremolo()
Returns this MIDI channel's tremolo. |
int |
getVolume()
Returns this MIDI channel's volume. |
void |
setBalance(int balance)
Sets this MIDI channel's balance. |
void |
setChorus(int chorus)
Sets this MIDI channel's chorus. |
void |
setInstrument(int instrument)
Sets this MIDI channel's instrument. |
void |
setPhaser(int phaser)
Sets this MIDI channel's phaser. |
void |
setReverb(int reverb)
Sets this MIDI channel's reverb. |
void |
setTremolo(int tremolo)
Sets this MIDI channel's tremolo. |
void |
setVolume(int volume)
Sets this MIDI channel's volume. |
java.lang.String |
toString()
Returns a string representation of this MIDIChannel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private int _balance
private int _chorus
private int _instrument
private int _phaser
private int _reverb
private int _tremolo
private int _volume
Constructor Detail |
public GPMIDIChannel()
Method Detail |
public int getBalance()
public int getChorus()
public int getInstrument()
public int getPhaser()
public int getReverb()
public int getTremolo()
public int getVolume()
public void setBalance(int balance)
balance
- the balance to set.public void setChorus(int chorus)
chorus
- the chorus to set.public void setInstrument(int instrument)
instrument
- the instrument to set.public void setPhaser(int phaser)
phaser
- the phaser to set.public void setReverb(int reverb)
reverb
- the reverb to set.public void setTremolo(int tremolo)
tremolo
- the tremolo to set.public void setVolume(int volume)
volume
- the volume to set.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |