GoXLR-on-Linux / goxlr-ui

A User Interface that hooks with the GoXLR Daemon
MIT License
19 stars 16 forks source link

goxlr-ui

The GoXLR UI is designed to be used alongside the GoXLR Utility daemon to perform configuration of the GoXLR device. It's still in its early days it currently supports the following features:

There's a lot of future work to come, but this should grow as the Utility IPC is expanded.

Development

This UI is based on VueJS, and communicates with HTTP server embedded in the GoXLR Utility. Messages are sent and received in accordance to the utilities IPC format to maintain consistent communication between clients. Detailed information on this is available in src/util/socket.js.

Project setup

npm install

Debug Mode

Note, that when running in debug mode, the code expects the GoXLR daemon to be running on the default port (14564).

npm run dev