We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b64ad commit 8f99140Copy full SHA for 8f99140
README.md
@@ -3,3 +3,26 @@
3
This a collection of tiny programs that show off the
4
capabilities of the sc package.
5
6
+## Usage
7
+
8
+### Start SuperCollider
9
10
+```
11
+scsynth -u 57120
12
13
14
+### Start scids
15
16
17
+go get -u github.com/scgolang/scids
18
19
20
21
+scids
22
23
24
+### Run an example
25
26
27
+go run PROGRAM
28
0 commit comments