Control Surface API
3.0.3
Main Page
Related Pages
Classes
ClipLauncherSlotOrScene.java
1
package
com.bitwig.extension.controller.api;
2
3
public
interface
ClipLauncherSlotOrScene
extends
ObjectProxy
4
{
11
StringValue
name
();
12
18
void
launch
();
19
25
IntegerValue
sceneIndex
();
26
33
@Deprecated
34
void
copyFrom
(
ClipLauncherSlotOrScene
source);
35
42
@Deprecated
43
void
moveTo
(
ClipLauncherSlotOrScene
dest);
44
50
SettableColorValue
color
();
51
57
InsertionPoint
replaceInsertionPoint
();
58
64
InsertionPoint
nextSceneInsertionPoint
();
65
71
InsertionPoint
previousSceneInsertionPoint
();
72
}
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.copyFrom
void copyFrom(ClipLauncherSlotOrScene source)
com.bitwig.extension.controller.api.SettableColorValue
Definition:
SettableColorValue.java:5
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene
Definition:
ClipLauncherSlotOrScene.java:3
com.bitwig.extension.controller.api.InsertionPoint
Definition:
InsertionPoint.java:10
com.bitwig.extension.controller.api.ObjectProxy
Definition:
ObjectProxy.java:9
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.name
StringValue name()
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.moveTo
void moveTo(ClipLauncherSlotOrScene dest)
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.previousSceneInsertionPoint
InsertionPoint previousSceneInsertionPoint()
com.bitwig.extension.controller.api.IntegerValue
Definition:
IntegerValue.java:5
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.nextSceneInsertionPoint
InsertionPoint nextSceneInsertionPoint()
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.replaceInsertionPoint
InsertionPoint replaceInsertionPoint()
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.sceneIndex
IntegerValue sceneIndex()
com.bitwig.extension.controller.api.StringValue
Definition:
StringValue.java:5
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.launch
void launch()
com.bitwig.extension.controller.api.ClipLauncherSlotOrScene.color
SettableColorValue color()
buildbot
jenkins
workspace
bw-studio-linux-release
base
extensions
api
src
main
java
com
bitwig
extension
controller
api
ClipLauncherSlotOrScene.java
Copyright © 2014 Bitwig GmbH. All rights reserved.