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