jlscp
v0.8

org.linuxsampler.lscp.event
Class FxSendInfoEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.linuxsampler.lscp.event.FxSendInfoEvent
All Implemented Interfaces:
java.io.Serializable

public class FxSendInfoEvent
extends java.util.EventObject

A semantic event which indicates that the settings of a particular effect send have changed.

See Also:
Serialized Form

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

FxSendInfoEvent

public FxSendInfoEvent(java.lang.Object source,
                       int channel,
                       int fxSend)
Constructs a FxSendInfoEvent object.

Parameters:
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

getChannel

public int getChannel()
Gets the numerical ID of the sampler channel, containing the changed effect send.

Returns:
The numerical ID of the sampler channel, containing the changed effect send.

getFxSend

public int getFxSend()
Gets the numerical ID of the effect send, whose settings are changed.

Returns:
The numerical ID of the effect send, whose settings are changed.

jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.