Class SoundObjectPattern

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

@LXCategory("Audio") @LXComponentName("Sound Object") @Description("Places an orb of light in the position of a sound object") public class SoundObjectPattern extends LXPattern
  • Field Details

  • Constructor Details

    • SoundObjectPattern

      public SoundObjectPattern(LX lx)
  • Method Details

    • run

      protected void run(double deltaMs)
      Description copied from class: LXPattern
      Main pattern loop function. Invoked in a render loop. Subclasses must implement this function.
      Specified by:
      run in class LXPattern
      Parameters:
      deltaMs - Number of milliseconds elapsed since last invocation