~ubuntu-branches/ubuntu/trusty/csound-manual/trusty-proposed

« back to all changes in this revision

Viewing changes to examples-xml/ATSinfo.csd.xml

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Sateler
  • Date: 2011-08-01 22:21:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801222158-90kslkp5ujci2f5d
Tags: 1:5.13~dfsg-1
* New upstream release
 - Add Menno Knevel to the copyright file
 - Refresh patch 2000-stripped-opcodes.diff
 - Update copyright hints file
* Update Vcs-* headers
* Bump Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<programlisting>
 
2
<emphasis role="csdtag">&lt;CsoundSynthesizer&gt;</emphasis>
 
3
<emphasis role="csdtag">&lt;CsOptions&gt;</emphasis>
 
4
<emphasis role="comment">; Select audio/midi flags here according to platform</emphasis>
 
5
-odac     <emphasis role="comment">;;;RT audio out</emphasis>
 
6
<emphasis role="csdtag">&lt;/CsOptions&gt;</emphasis>
 
7
<emphasis role="csdtag">&lt;CsInstruments&gt;</emphasis>
 
8
 
 
9
<emphasis role="ohdr">sr</emphasis> <emphasis role="op">=</emphasis> 44100
 
10
<emphasis role="ohdr">ksmps</emphasis> <emphasis role="op">=</emphasis> 32
 
11
<emphasis role="ohdr">nchnls</emphasis> <emphasis role="op">=</emphasis> 2
 
12
 
 
13
<emphasis role="oblock">instr</emphasis> 1      <emphasis role="comment">; "fox.ats" is created by atsa</emphasis>
 
14
 
 
15
inum_partials   <emphasis role="opc">ATSinfo</emphasis> "fox.ats", 3
 
16
                <emphasis role="opc">print</emphasis>   inum_partials 
 
17
 
 
18
<emphasis role="oblock">endin</emphasis>
 
19
 
 
20
<emphasis role="csdtag">&lt;/CsInstruments&gt;</emphasis>
 
21
<emphasis role="csdtag">&lt;CsScore&gt;</emphasis>
 
22
<emphasis role="stamnt">i</emphasis> 1 0 0 
 
23
<emphasis role="stamnt">e</emphasis>
 
24
 
 
25
<emphasis role="csdtag">&lt;/CsScore&gt;</emphasis>
 
26
<emphasis role="csdtag">&lt;/CsoundSynthesizer&gt;</emphasis>
 
27
</programlisting>
 
 
b'\\ No newline at end of file'