summaryrefslogtreecommitdiff
path: root/examples-xml/STKBeeThree.csd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples-xml/STKBeeThree.csd.xml')
-rw-r--r--examples-xml/STKBeeThree.csd.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/examples-xml/STKBeeThree.csd.xml b/examples-xml/STKBeeThree.csd.xml
index a03569e..810c194 100644
--- a/examples-xml/STKBeeThree.csd.xml
+++ b/examples-xml/STKBeeThree.csd.xml
@@ -2,7 +2,7 @@
<emphasis role="csdtag">&lt;CsoundSynthesizer&gt;</emphasis>
<emphasis role="csdtag">&lt;CsOptions&gt;</emphasis>
<emphasis role="comment">; Select audio/midi flags here according to platform</emphasis>
--odac <emphasis role="comment">;;;RT audio out</emphasis>
+-odac <emphasis role="comment">;;;realtime audio out</emphasis>
<emphasis role="comment">;-iadc ;;;uncomment -iadc if RT audio input is needed too</emphasis>
<emphasis role="comment">; For Non-realtime ouput leave only the line below:</emphasis>
<emphasis role="comment">; -o STKBeeThree.wav -W ;;; for file output any platform</emphasis>
@@ -12,16 +12,16 @@
<emphasis role="ohdr">sr</emphasis> <emphasis role="op">=</emphasis> 44100
<emphasis role="ohdr">ksmps</emphasis> <emphasis role="op">=</emphasis> 32
<emphasis role="ohdr">nchnls</emphasis> <emphasis role="op">=</emphasis> 2
-<emphasis role="ohdr">0dbfs</emphasis> <emphasis role="op">=</emphasis> 1
+<emphasis role="ohdr">0dbfs</emphasis> <emphasis role="op">=</emphasis> 1
<emphasis role="oblock">instr</emphasis> 1
-kfdb <emphasis role="op">=</emphasis> p6
-kop3 <emphasis role="opc">line</emphasis> p4, p3, p5
-kvol <emphasis role="opc">line</emphasis> 0, p3, 100
+kv1 <emphasis role="op">=</emphasis> p6 <emphasis role="comment">;feedback of operator 4</emphasis>
+kv2 <emphasis role="opc">line</emphasis> p4, p3, p5 <emphasis role="comment">;gain of operator 3</emphasis>
+kv5 <emphasis role="opc">line</emphasis> 0, p3, 100
ipch <emphasis role="op">=</emphasis> p7
-asig STKBeeThree <emphasis role="opc">cpspch</emphasis>(ipch), 1, 2, kfdb, 4, kop3, 11, 50, 1, 0, 128, kvol
+asig <emphasis role="opc">STKBeeThree</emphasis> <emphasis role="opc">cpspch</emphasis>(ipch), 1, 2, kv1, 4, kv2, 11, 50, 1, 0, 128, kv5
<emphasis role="opc">outs</emphasis> asig, asig
<emphasis role="oblock">endin</emphasis>
@@ -29,7 +29,7 @@ asig STKBeeThree <emphasis role="opc">cpspch</emphasis>(ipch), 1, 2, kfdb, 4, ko
<emphasis role="csdtag">&lt;CsScore&gt;</emphasis>
<emphasis role="stamnt">i</emphasis> 1 0 2 20 100 127 8.00
-<emphasis role="stamnt">i</emphasis> 1 + 3 120 0 0 6.09
+<emphasis role="stamnt">i</emphasis> 1 + 8 120 0 0 6.09
<emphasis role="stamnt">e</emphasis>
<emphasis role="csdtag">&lt;/CsScore&gt;</emphasis>
<emphasis role="csdtag">&lt;/CsoundSynthesizer&gt;</emphasis>