summaryrefslogtreecommitdiff
path: root/examples-xml/JackoInfo.csd.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples-xml/JackoInfo.csd.xml')
-rw-r--r--examples-xml/JackoInfo.csd.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/examples-xml/JackoInfo.csd.xml b/examples-xml/JackoInfo.csd.xml
new file mode 100644
index 0000000..b777fb4
--- /dev/null
+++ b/examples-xml/JackoInfo.csd.xml
@@ -0,0 +1,26 @@
+<programlisting>
+<emphasis role="csdtag">&lt;CsoundSynthesizer&gt;</emphasis>
+<emphasis role="csdtag">&lt;CsOptions&gt;</emphasis>
+-n
+<emphasis role="csdtag">&lt;/CsOptions&gt;</emphasis>
+<emphasis role="csdtag">&lt;CsInstruments&gt;</emphasis>
+
+<emphasis role="ohdr">sr</emphasis> <emphasis role="op">=</emphasis> 48000
+<emphasis role="ohdr">ksmps</emphasis> <emphasis role="op">=</emphasis> 128
+<emphasis role="ohdr">nchnls</emphasis> <emphasis role="op">=</emphasis> 2
+<emphasis role="ohdr">0dbfs</emphasis> <emphasis role="op">=</emphasis> 1
+
+<emphasis role="oblock">instr</emphasis> 1
+
+JackoInit "default", "csound"
+JackoInfo
+
+<emphasis role="oblock">endin</emphasis>
+<emphasis role="csdtag">&lt;/CsInstruments&gt;</emphasis>
+<emphasis role="csdtag">&lt;CsScore&gt;</emphasis>
+
+ <emphasis role="stamnt">i</emphasis> 1 0 0
+<emphasis role="stamnt">e</emphasis>
+<emphasis role="csdtag">&lt;/CsScore&gt;</emphasis>
+<emphasis role="csdtag">&lt;/CsoundSynthesizer&gt;</emphasis>
+</programlisting> \ No newline at end of file