https://github.com/fmalcher/soundcraft-ui
Connection library for the Soundcraft Ui Series (Ui12, Ui16, Ui24R) written in JavaScript/TypeScript
https://github.com/fmalcher/soundcraft-ui
audio nodejs soundcraft soundcraft-ui-series typescript ui12 ui16 ui24r
Last synced: 6 months ago
JSON representation
Connection library for the Soundcraft Ui Series (Ui12, Ui16, Ui24R) written in JavaScript/TypeScript
- Host: GitHub
- URL: https://github.com/fmalcher/soundcraft-ui
- Owner: fmalcher
- License: mit
- Created: 2020-10-16T14:34:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T12:44:06.000Z (over 1 year ago)
- Last Synced: 2025-03-26T04:03:48.953Z (over 1 year ago)
- Topics: audio, nodejs, soundcraft, soundcraft-ui-series, typescript, ui12, ui16, ui24r
- Language: TypeScript
- Homepage: https://fmalcher.github.io/soundcraft-ui/
- Size: 3.86 MB
- Stars: 66
- Watchers: 4
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# SoundcraftUi
[](https://www.npmjs.com/package/soundcraft-ui-connection)
[](https://github.com/fmalcher/soundcraft-ui/actions/workflows/ci.yml)
[](http://opensource.org/licenses/MIT)
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](https://fmalcher.github.io/soundcraft-ui)**
## Development
The project is based on [Nx](https://nx.dev).
You must have Node.js installed as well as the Nx CLI:
```bash
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:
```bash
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