supercollider script in the documentation

master
Nova deViator 2016-01-05 16:06:48 +01:00
parent 5f14487641
commit 115ef7c46f
1 changed files with 8 additions and 0 deletions

View File

@ -58,7 +58,15 @@ done
``` ```
### SuperCollider
*IF3supercollider.sh*:
```bash
#!/bin/bash
export DISPLAY=":0.0"
/usr/local/bin/sclang ~/PROJECTS/IF3Si/scd/IF3Si.scd
```
. .