Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qirky committed Sep 16, 2019
1 parent f263d8c commit 85b3951
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Troop v0.9
# Troop v0.9.6

## Real-time collaborative live coding

Expand Down Expand Up @@ -88,6 +88,10 @@ Requires Sonic-Pi to be open on your computer.

If you've connected successfully then you'll greeted with an interface with three boxes. The largest of the boxes is used to input code and the others to display console responses and some stats about character usages. To evaluate a line of code make sure your text cursor is placed in the line you want and press `Ctrl+Return`. If there are any other users connected you should see coloured markers in the text displaying their names. You can even execute code they've written and vice versa.

#### Running multiple instances in the same location

If you are and your fellow live coders are in the same room using Troop, it's often most convenient for only one laptop to produce sound (the master). When one user logs in using an interpreter, such as TidalCycles, all others can log in using the "No Interpreter" option or `--mode none` flag. When the "master" laptop receives text in the console, it is sent to all of the other users so you can see exactly what your code is doing. Futhermore, you can select the language for syntax highlighting / keyboard short-cuts at the log in window or use the `--syntax` flag to choose the language you wish to emulate.

#### Other flags

Other flags can be added to the `run-client.py` command too. Below is an in-depth look at how to use them:
Expand Down

0 comments on commit 85b3951

Please sign in to comment.