Package com.bitwig.extension.callback
Interface IndexedColorValueChangedCallback
- All Superinterfaces:
Callback,IndexedValueChangedCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalueChanged(int index, float red, float green, float blue) Registers an observer that reports the names of the scenes and slots.
-
Method Details
-
valueChanged
void valueChanged(int index, float red, float green, float blue) Registers an observer that reports the names of the scenes and slots. The slot names reflect the names of containing clips.- Since:
- API version 1
-