Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.18 KB

SoundcraftUi

npm GitHub Actions The MIT License

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.

Full documentation

👉 https://fmalcher.github.io/soundcraft-ui

Development

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.

License

MIT