Interface ClipLauncherSlotOrScene

All Superinterfaces:
DeleteableObject, DuplicableObject, ObjectProxy, Subscribable
All Known Subinterfaces:
ClipLauncherSlot, Scene

public interface ClipLauncherSlotOrScene extends ObjectProxy, DeleteableObject, DuplicableObject
  • Method Details

    • name

      StringValue name()
      Returns an object that provides access to the name of the scene.
      Returns:
      a string value object that represents the scene name.
      Since:
      API version 2
    • launch

      void launch()
      Launches the clip or scene.
      Since:
      API version 1
    • launchAction

      HardwareActionBindable launchAction()
    • launchAlt

      void launchAlt()
      Launches with alternative settings.
      Since:
      API version 18
    • launchAltAction

      HardwareActionBindable launchAltAction()
      Since:
      API version 18
    • launchRelease

      void launchRelease()
      Call it when the pad is released.
      Since:
      API version 18
    • launchReleaseAction

      HardwareActionBindable launchReleaseAction()
      Since:
      API version 18
    • launchReleaseAlt

      void launchReleaseAlt()
      Call it when the pad is released with alternative settings.
      Since:
      API version 18
    • launchReleaseAltAction

      HardwareActionBindable launchReleaseAltAction()
      Since:
      API version 18
    • launchWithOptions

      void launchWithOptions(String quantization, String launchMode)
      Launches with the given options:
      Parameters:
      quantization - possible values are "default", "none", "8", "4", "2", "1", "1/2", "1/4", "1/8", "1/16"
      launchMode - possible values are: "default", "from_start", "continue_or_from_start", "continue_or_synced", "synced"
      Since:
      API version 16
    • launchWithOptionsAction

      HardwareActionBindable launchWithOptionsAction(String quantization, String launchMode)
    • launchLastClipWithOptions

      void launchLastClipWithOptions(String quantization, String launchMode)
      Launches the last clip with the given options:
      Parameters:
      quantization - possible values are "default", "none", "8", "4", "2", "1", "1/2", "1/4", "1/8", "1/16"
      launchMode - possible values are: "default", "from_start", "continue_or_from_start", "continue_or_synced", "synced"
      Since:
      API version 16
    • launchLastClipWithOptionsAction

      HardwareActionBindable launchLastClipWithOptionsAction(String quantization, String launchMode)
    • sceneIndex

      IntegerValue sceneIndex()
      Value that reports the position of the scene within the list of Bitwig Studio scenes.
      Since:
      API version 2
    • copyFrom

      @Deprecated void copyFrom(ClipLauncherSlotOrScene source)
      Deprecated.
      Copies the current slot or scene into the dest slot or scene.
      Since:
      API version 4
    • moveTo

      Deprecated.
      Moves the current slot or scene into the destination slot or scene.
      Since:
      API version 4
    • color

      Value that reports the color of this slot.
      Since:
      API version 7
    • setIndication

      @Deprecated void setIndication(boolean shouldIndicate)
      Deprecated.
      Clip launcher indication is now not per slot or scene but instead as a framed rectangle in the user interface. Use SceneBank.setIndication(boolean) or TrackBank.setShouldShowClipLauncherFeedback(boolean)
      Specifies if the Bitwig Studio clip launcher should indicate which slots and scenes are part of the window. By default indications are disabled.
      Parameters:
      shouldIndicate - `true` if visual indications should be enabled, `false` otherwise
      Since:
      API version 10
    • replaceInsertionPoint

      InsertionPoint replaceInsertionPoint()
      An InsertionPoint that is used to replace the contents of this slot or scene.
      Since:
      API version 7
    • nextSceneInsertionPoint

      InsertionPoint nextSceneInsertionPoint()
      An InsertionPoint that can be used to insert content in the next scene.
      Since:
      API version 7
    • previousSceneInsertionPoint

      InsertionPoint previousSceneInsertionPoint()
      An InsertionPoint that can be used to insert content after this slot or scene.
      Since:
      API version 7