aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 20f15b6..be2269b 100644
--- a/readme.md
+++ b/readme.md
@@ -10,16 +10,16 @@ Non-Python dependencies are listed in pacman.txt and should be manually installe
## Usage
-To set up the environment and run the tests, just use `make`:
+To set up the environment and run the tests, run `make`:
```
make
```
-The GUI can then be executed in the venv:
+The web GUI can also be run with `make`:
```
-./venv/bin/solo_tool_gui
+make gui
```
Alternatively, the tool can be executed in headless mode. In this case all it does is load the provided session and connect to the MIDI controller:
@@ -30,7 +30,7 @@ Alternatively, the tool can be executed in headless mode. In this case all it do
## MIDI
-It is currently possible to control the tool with MIDI. With the device plugged in, a connection can be established by clicking on "Connect MIDI" in the GUI or running the headless binary. Currently the only device supported is the Novation Launchpad Mini Mk II.
+It is currently possible to control the tool with MIDI. With the device plugged in, a connection is automatically established by the CLI. Currently the only device supported is the Novation Launchpad Mini Mk II.
The MIDI device button mapping is documented in `doc/diagram.drawio`.