takashiski / goxlr-ui

A User Interface that hooks with the GoXLR Daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • Profile Management
  • Configuring microphone type and gain
  • Configuring Mic Gate, EQ, Compressor and DeEsser
  • Configuring Faders, and mute behaviours
  • Configuring Channel volumes
  • Configuring Cough Button behaviour and 'Mute to X'
  • Configuring and Changing GoXLR Routing

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 serve

About

A User Interface that hooks with the GoXLR Daemon

License:MIT License


Languages

Language:Vue 95.2%Language:JavaScript 4.5%Language:HTML 0.3%