Bitwig Studio Control Surface API  4.0.1
IndexedColorValueChangedCallback.java
1 package com.bitwig.extension.callback;
2 
4 {
14  void valueChanged(int index, float red, float green, float blue);
15 }
void valueChanged(int index, float red, float green, float blue)