big update

This commit is contained in:
2024-01-08 01:58:04 +01:00
parent 886d8eed62
commit b6231fde39
17 changed files with 224 additions and 225 deletions

View File

@ -5,15 +5,6 @@ any additional interface. I don't have to memorize a lot of shortcuts because I
can just evaluate the command I need to run. I have added a few shortcuts to
some of the most common tasks I do when experimenting or playing live.
### Clear everything
The following command will clear the current ProxySpace and get rid of all the
definitions:
```supercollider
currentEnvironment.clear;
```
### Panic mode
When you are playing live, you want to be able to stop everything **immediately**:
@ -22,3 +13,13 @@ When you are playing live, you want to be able to stop everything **immediately*
It will also print out a message in the post window about the current state of
the session. **Note:** if you are using Neovim, you can also just press `F12`. It is the same as pressing `Ctrl+.` in the IDE. I just tend to be focused on my keyboard so writing `Panic()` is totally fine.
### Clear everything
The following command will clear the current ProxySpace and get rid of all the definitions:
```supercollider
currentEnvironment.clear;
```