Class HardwareDeviceMatcher

java.lang.Object
com.bitwig.extension.controller.HardwareDeviceMatcher
Direct Known Subclasses:
UsbDeviceMatcher

public abstract class HardwareDeviceMatcher extends Object
Matcher that can match a particular hardware device that is connected to the user's machine. Subclasses of this define how the hardware is connected. Currently only USB devices are supported.
See Also:
  • Constructor Details

    • HardwareDeviceMatcher

      protected HardwareDeviceMatcher(String name)
  • Method Details

    • getName

      public String getName()
      Human friendly name for the kinds of hardware devices this matcher matches.