Class StrobeEffect

All Implemented Interfaces:
LXComponent.Renamable, LXLoopTask, LXPath, LXPresetComponent, LXSerializable, LXMidiListener, LXModulationContainer, LXOscComponent, LXParameterListener

@LXCategory("Core") public class StrobeEffect extends LXEffect
  • Field Details

  • Constructor Details

    • StrobeEffect

      public StrobeEffect(LX lx)
  • Method Details

    • onEnable

      protected void onEnable()
      Overrides:
      onEnable in class LXEffect
    • compute

      public float compute(double basis, boolean useBaseValue)
    • run

      public void run(double deltaMs, double enabledAmount)
      Description copied from class: LXEffect
      Implementation of the effect. Subclasses need to override this to implement their functionality.
      Specified by:
      run in class LXEffect
      Parameters:
      deltaMs - Number of milliseconds elapsed since last invocation
      enabledAmount - The amount of the effect to apply, scaled from 0-1