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

« back to all changes in this revision

Viewing changes to opcodes/ATSaddnz.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
 
 
 
1

2
2
<refentry id="ATSaddnz">
3
3
<indexterm id="IndexATSaddnz"><primary>ATSaddnz</primary></indexterm>
4
4
  <refentryinfo><title>Spectral Processing:ATS</title></refentryinfo>
6
6
        <refentrytitle>ATSaddnz</refentrytitle>
7
7
    </refmeta>
8
8
 
9
 
 
10
9
    <refnamediv>
11
10
        <refname>ATSaddnz</refname>
12
11
        <refpurpose> uses the data from an ATS analysis file to perform noise resynthesis.
13
 
                    </refpurpose>
 
12
        </refpurpose>
14
13
    </refnamediv>
15
14
    <refsect1>
16
15
        <title>Description</title>
44
43
    </refsect1>
45
44
    <refsect1>
46
45
        <title>Examples</title>
47
 
        <programlisting>  ktime line  0, p3, 2.5
48
 
  asig  atsaddnz ktime, "clarinet.ats", 25
 
46
        <programlisting>  ktime <emphasis role="opc">line</emphasis>     0, p3, 2.5
 
47
  asig  <emphasis role="opc">ATSaddnz</emphasis> ktime, "clarinet.ats", 25
49
48
        </programlisting>
50
49
        <para>In the example above we're synthesizing all 25 noise bands from the data contained in the ATS analysis file called "clarinet.ats".
51
50
        </para>
52
 
        <programlisting>  ktime line  2.5, p3, 0
53
 
  asig atsaddnz ktime, 1, "clarinet.ats", 1, 24
54
 
        </programlisting>
55
 
        <para>Here we synthesize only the 25th noise band (<emphasis>ibandoffset</emphasis> of 24 and <emphasis>ibands</emphasis> of 1). Also our time pointer is going from 2.5 to 0 over the duration of the note so we're reading backwards from 2.5 seconds in the analysis file.
 
51
        </refsect1>
 
52
        
 
53
  <refsect1>
 
54
    <title>Examples</title>
 
55
    <para>
 
56
      Here is an another example of the ATSaddnz opcode. It uses the file <ulink url="examples/ATSaddnz.csd"><citetitle>ATSaddnz.csd</citetitle></ulink>.
 
57
 
 
58
      <example>
 
59
        <title>Example of the ATSaddnz opcode.</title>
 
60
 
 
61
        
 
62
 
 
63
          <xi:include href="examples-xml/ATSaddnz.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
64
      </example>
 
65
    </para>
 
66
        <para>Here we synthesize only the 25th noise band (<emphasis>ibandoffset</emphasis> of 24 and <emphasis>ibands</emphasis> of 1).
56
67
        </para>
57
68
    </refsect1>
58
69
    <refsect1>