Class PhysicalLEDRGBLaunchpad


public class PhysicalLEDRGBLaunchpad extends LEDMulticolor
An RGB LED that sends its RGB components to an address, encoded into the Novation Launchpad's SYSEX data format.
  • Constructor Details

    • PhysicalLEDRGBLaunchpad

      public PhysicalLEDRGBLaunchpad(String id, byte index, MIDIDevice device)
      Creates a new PhysicalLEDRGBLaunchpad.
      Parameters:
      id - The ID string for the LED to use.
      index - The index of the LED to control.
      device - The device to send SYSEX data to.
  • Method Details

    • updateHardware

      public void updateHardware()
      Description copied from class: Control
      Interfaces with the buttonbox hardware and updates the state of the physical control. Called after Control.updateClient().

      This doesn't do anything by default, and should be overridden by the class inheritting this.

      Overrides:
      updateHardware in class Control