Skip to content

Connection library for the Soundcraft Ui Series (Ui12, Ui16, Ui24R)

License

Notifications You must be signed in to change notification settings

NaturalDevCR/soundcraft-ui-connection-library

 
 

Repository files navigation

SoundcraftUi

This project provides a generic connection library for the Soundcraft Ui series audio mixers (Ui12 / Ui16 Ui24). The device is being controlled through the WebSocket connection for the web interface.

👉 https://github.com/fmalcher/soundcraft-ui/tree/main/packages/mixer-connection

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

About

Connection library for the Soundcraft Ui Series (Ui12, Ui16, Ui24R)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.9%
  • HTML 7.2%
  • Other 0.9%