Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T19:20:33.000Z (29 days ago)
- Last Synced: 2024-10-26T22:46:51.148Z (25 days ago)
- Topics: audio, nodejs, soundcraft, soundcraft-ui-series, typescript, ui12, ui16, ui24r
- Language: TypeScript
- Homepage: https://fmalcher.github.io/soundcraft-ui/
- Size: 3.36 MB
- Stars: 61
- Watchers: 6
- 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
[![npm](https://img.shields.io/npm/v/soundcraft-ui-connection.svg)](https://www.npmjs.com/package/soundcraft-ui-connection)
[![GitHub Actions](https://github.com/fmalcher/soundcraft-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/fmalcher/soundcraft-ui/actions/workflows/ci.yml)
[![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](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-connectionnx 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