This project provides a generic connection library for the Soundcraft Ui series audio mixers (Ui12 / Ui16 / Ui24R). Go to the documentation for all information about this library.
👉 https://fmalcher.github.io/soundcraft-ui
The project is based on Nx. You must have Node.js installed as well as the Nx CLI:
npm install -g nx
You can then start the testbed project that provides simple usage of the connection library. You must also build the library so that the application can use it:
nx build mixer-connection
nx serve testbed
# OR
npm run testbed
If you are missing any features, please get in touch or open a PR or feature request.
MIT