Skip to content

WIP: Connection library for the Soundcraft Ui Series

Notifications You must be signed in to change notification settings

digitaleinitiativen/soundcraft-ui

 
 

Repository files navigation

SoundcraftUi

This project aims to provide a generic connection library for the Soundcraft Ui series audio mixers (Ui12 / Ui16 Ui24). The device can be controlled via web interface through a Websocket connection, thus it's absolutely suitable to get controlled by other software.

This project is under heavy development! Feel free to contribute! 🙂

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 --watch
nx serve ui-testbed

About

WIP: Connection library for the Soundcraft Ui Series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.9%
  • JavaScript 17.0%
  • HTML 1.1%