|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.linuxsampler.lscp.event.FxSendInfoEvent
public class FxSendInfoEvent
A semantic event which indicates that the settings of a particular effect send have changed.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
FxSendInfoEvent(java.lang.Object source,
int channel,
int fxSend)
Constructs a FxSendInfoEvent object. |
|
| Method Summary | |
|---|---|
int |
getChannel()
Gets the numerical ID of the sampler channel, containing the changed effect send. |
int |
getFxSend()
Gets the numerical ID of the effect send, whose settings are changed. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FxSendInfoEvent(java.lang.Object source,
int channel,
int fxSend)
FxSendInfoEvent object.
source - The object that originated the event.channel - The numerical ID of the sampler
channel, containing the changed effect send.fxSend - The numerical ID of the
effect send, whose settings are changed.| Method Detail |
|---|
public int getChannel()
public int getFxSend()
|
jlscp v0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||