|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.linuxsampler.lscp.FxSend
public class FxSend
Provides information about the current settings of a specific effect send.
| Constructor Summary | |
|---|---|
FxSend()
Creates a new instance of FxSend |
|
FxSend(java.lang.String[] resultSet)
Creates a new instance of FxSend and parses the information
about a specific effect send described by resultSet. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified object is of type FxSend and has equal ID. |
java.lang.Integer[] |
getAudioOutputRouting()
Gets a list which reflects to which audio channel of the selected audio output device each effect send output channel is routed to. |
int |
getFxSendId()
Gets the numerical ID of this effect send. |
float |
getLevel()
Gets the current send level. |
int |
getMidiController()
Gets the MIDI controller, which is able to modify the send level. |
java.lang.String |
getName()
Gets the name of this effect send. |
boolean |
parse(java.lang.String s)
Parses a line of text. |
void |
setFxSendId(int id)
Sets the numerical ID of this effect send. |
void |
setName(java.lang.String name)
Sets the name of this effect send. |
java.lang.String |
toString()
Returns the name of this effect send. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FxSend()
FxSend
public FxSend(java.lang.String[] resultSet)
throws LscpException
FxSend and parses the information
about a specific effect send described by resultSet.
resultSet - An array with information categories about an effect send entity.
LscpException - If the parse fail.| Method Detail |
|---|
public int getFxSendId()
public void setFxSendId(int id)
id - The new effect send number.public java.lang.String getName()
public void setName(java.lang.String name)
name - The new name of this effect send.public int getMidiController()
public float getLevel()
public java.lang.Integer[] getAudioOutputRouting()
public boolean parse(java.lang.String s)
throws LscpException
parse in interface Parseables - The string to be parsed.
true if the line has been processed, false otherwise.
LscpException - If some error occurs.public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
FxSend and has equal ID.
equals in class java.lang.Objectobj - The reference object with which to compare.
true if the specified object is of type
FxSend and has equal ID.
|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||