|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jfugue.PitchBend
public class PitchBend
Represents pitch bend changes.
| Constructor Summary | |
|---|---|
PitchBend(byte lsb,
byte msb)
Creates a new Pitch Bend object, with the specified tempo value. |
|
| Method Summary | |
|---|---|
byte[] |
getBend()
Returns the value of the pitch bend for this object. |
java.lang.String |
getMusicString()
Returns the Music String representing this element and all of its settings. |
void |
setPitchBend(byte lsb,
byte msb)
Sets the value of the pitch bend for this object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PitchBend(byte lsb,
byte msb)
lsb - the least significant byte for the pitch bend for this objectmsb - the most significant byte for the pitch bend for this object| Method Detail |
|---|
public void setPitchBend(byte lsb,
byte msb)
tempo - the pitch bend for this objectpublic byte[] getBend()
public java.lang.String getMusicString()
&int or &lsb,msb
getMusicString in interface JFugueElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||