Class SoundObjectPattern

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

@LXCategory("Audio") @LXComponentName("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