Interface Send

All Superinterfaces:
AbsoluteHardwarControlBindable, DoubleSupplier, HardwareBindable, ObjectProxy, Parameter, RangedValue, RelativeHardwarControlBindable, SettableRangedValue, Subscribable, Value<DoubleValueChangedCallback>

public interface Send extends Parameter
  • Method Details

    • sendChannelColor

      SettableColorValue sendChannelColor()
      Value that reports the color of the channel that this send sends to.
      Since:
      API version 2
    • isPreFader

      BooleanValue isPreFader()
      Value that reports if the send happens before or after the fader.
      Since:
      API version 10
    • sendMode

      SettableEnumValue sendMode()
      Define how the send will happen. Possible values: AUTO, PRE, POST.
      Since:
      API version 10
    • isEnabled

      Enables/Disables the send.
      Since:
      API version 18