The Java based component for working with Ui12 mixer in the Max8.
Ui12 is 12-input Remote-Controlled Digital Mixer that has own WebSocket server.
Max8 has mxj component to be able to execute Java in Max.
For building this project you have to install JDK.
- build fat jar
./gradlew clean customFatJar
- copy to the Max8
cp ./build/libs/max8-ui12.jar -> C:\Program Files\Cycling '74\Max 8\resources\packages\max-mxj\java-classes\lib
Here is a simple example how it can be used in Max8.