|
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.FxSendCountEvent
public class FxSendCountEvent
A semantic event which indicates that the number of effect sends on a particular sampler channel has changed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
FxSendCountEvent(java.lang.Object source,
int channel,
int count)
Constructs a FxSendCountEvent object. |
Method Summary | |
---|---|
int |
getChannel()
Gets the numerical ID of the sampler channel, which effect sends number has changed. |
int |
getFxSendCount()
Gets the new number of effect sends. |
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 FxSendCountEvent(java.lang.Object source, int channel, int count)
FxSendCountEvent
object.
source
- The object that originated the event.channel
- The numerical ID of the sampler channel, which
effect sends number has changed.count
- The new number of effect sends.Method Detail |
---|
public int getChannel()
public int getFxSendCount()
|
jlscp v0.8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |