Interface LXCompoundModulation.Listener

Enclosing class:
LXCompoundModulation

public static interface LXCompoundModulation.Listener
Listener that is fired when there is a change to the list of modulations being applied to a target parameter.
  • Method Details

    • modulationAdded

      void modulationAdded(LXCompoundModulation.Target parameter, LXCompoundModulation modulation)
      Fires when a new modulation is added to a parameter
      Parameters:
      parameter - Target parameter
      modulation - Modulation that was added
    • modulationRemoved

      void modulationRemoved(LXCompoundModulation.Target parameter, LXCompoundModulation modulation)
      Fires when a modulation is removed from a target parameter
      Parameters:
      parameter - Target parameter
      modulation - Modulation that was removed