diff options
author | Richard <q@1bpm.net> | 2025-03-10 04:09:37 +0000 |
---|---|---|
committer | Richard <q@1bpm.net> | 2025-03-10 04:09:37 +0000 |
commit | 829225b247862bf637adb65862d9134164776d84 (patch) | |
tree | 342ce0b42e68e1f3f1470d815f4db181619ca03b /examples | |
parent | e8fc8df604b2cc468b57a9bb8b696f9d1577f1af (diff) | |
download | csound-shout-829225b247862bf637adb65862d9134164776d84.tar.gz csound-shout-829225b247862bf637adb65862d9134164776d84.tar.bz2 csound-shout-829225b247862bf637adb65862d9134164776d84.zip |
deinits
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 |