Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 864 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 864 Bytes

Java CI with Gradle

max-ui12-mxj-client

The Java based component for working with Ui12 mixer in the Max8.

Remote control via WebSocket

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.

Requirements

For building this project you have to install JDK.

How to install under Max8

  • 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

How to use

Here is a simple example how it can be used in Max8.