From 829225b247862bf637adb65862d9134164776d84 Mon Sep 17 00:00:00 2001 From: Richard Date: Mon, 10 Mar 2025 04:09:37 +0000 Subject: deinits --- examples/example2.csd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/example2.csd') 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 -- cgit v1.2.3