An alternative WebUI for Guitarix.
Built using:
- Vue
- Vuex
- Tailwindcss
- Various utils
- Guitarix (Duh)
- Should be running the webui proxy
- A web browser (desktop or mobile)
I am a guitarist and would like to be able to remotely control Guitarix from my mobile device via a simple web-based UI. I want to be able to play around with the various plugins in order to get some awesome sounds whilst I am jamming. It would be great if it could make me play just like Slash from G N' R.
- Presets
- Some plugins are disabled (see .env file) - they might work, but I didn't need them. They may need custom components to handle file inputs etc.
- All the things
Be sure to create your .env.local file! see .env.example for details.
yarn install
yarn serve
yarn build
yarn lint
Use headwind with VSCode for easier Tailwindcss class ordering.