A terminal user interface client for the Realtime MIDI eXchange server.
Clone the project
$ git clone https://github.com/Rapidmidiex/rmxtuiGo to the project directory
$ cd rmxtuiInstall dependencies
$ go mod tidyRun the TUI
$ go run ./cmd --server http://localhost:9003| Flag | Description | Default |
|---|---|---|
| --server | RMX server URL | https://api.rapidmidiex.com |
| --debug | Debug Mode. Logs write to debug.log |
false |
$ go run ./cmd --debug --server http://localhost:9003
View logs in another terminal:
$ tail -f debug.log
debug 2023/01/21 06:06:34 LISTEN