Control Surface API
2.2.2
Main Page
Related Pages
Classes
IndexedColorValueChangedCallback.java
1
package
com.bitwig.extension.callback;
2
3
public
interface
IndexedColorValueChangedCallback
extends
IndexedValueChangedCallback
4
{
14
void
valueChanged
(
int
index,
float
red,
float
green,
float
blue);
15
}
com.bitwig.extension.callback.IndexedColorValueChangedCallback
Definition:
IndexedColorValueChangedCallback.java:3
com.bitwig.extension.callback.IndexedValueChangedCallback
Definition:
IndexedValueChangedCallback.java:3
com.bitwig.extension.callback.IndexedColorValueChangedCallback.valueChanged
void valueChanged(int index, float red, float green, float blue)
buildbot
jenkins
workspace
bw-studio-linux-release
base
extensions
api
src
main
java
com
bitwig
extension
callback
IndexedColorValueChangedCallback.java
Copyright © 2014 Bitwig GmbH. All rights reserved.