Various apps and libs for interacting with QLab workspaces
To run this project make sure you have the following installed:
Run npm install
Build and run commands can be found in the script section of this projects package.json
Goodwin is a SvelteKit application for configuring voice commands that trigger QLab cues
Develop locally with npm run start:goodwin
See Project README for more info
QLab Rest proxies http requests to QLab as OSC messages
Develop locally with npm run start:qlab-rest
See Project README for more info
Voice cmd is an example application that demonstrates speech-to-text commands that trigger QLab cues
Develop locally with npm run start:voice-cmd
See Project README for more info
Proxy is a go library for interacting with QLab via TCP
Scraper reads the QLab OSC dictionary page from https://qlab.app/docs/v4/scripting/osc-dictionary-v4/ and creates a OpenAPI V3 specification file
Usage: npm run scraper
or npx nx workspace-generator scraper --dir=some/directory