diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example2.csd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/example2.csd b/examples/example2.csd index 0d1314e..17af34c 100644 --- a/examples/example2.csd +++ b/examples/example2.csd @@ -24,8 +24,9 @@ instr hello endin instr run - gishout shoutopen "10.0.0.1", 8000, "", "stream_my_butt", "/csound.mp3" + gishout shoutinit "10.0.0.1", 8000, "", "stream_my_butt", "/csound.mp3" gifnhello ftts "hello from sea sound", 440 + shoutopen gishout schedule "hello", 0, 5 endin |