Skip to content

Commit 5603dac

Browse files
committed
Update README
1 parent 1939574 commit 5603dac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ synth = Synth(server, "sine", { "freq" : 440.0, "gain" : -12.0 })
2828
synth.set("freq", 880.0)
2929
```
3030

31+
For further examples, see [examples](examples).
32+
3133
## See also
3234

3335
If you want a more fully-fledged approach that lets you construct and compile `SynthDef`s from Python, you'd be better with [Supriya](https://github.com/josiah-wolf-oberholtzer/supriya).

0 commit comments

Comments
 (0)