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

« back to all changes in this revision

Viewing changes to opcodes/pvsfilter.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:
6
6
    <refentrytitle>pvsfilter</refentrytitle>
7
7
  </refmeta>
8
8
 
9
 
 
10
 
 
11
9
  <refnamediv>
12
10
    <refname>pvsfilter</refname>
13
11
    <refpurpose>
14
12
      Multiply amplitudes of a pvoc stream by those of a second
15
13
pvoc stream, with dynamic scaling.
16
 
          </refpurpose>
 
14
    </refpurpose>
17
15
  </refnamediv>
18
 
  
 
16
 
19
17
  <refsect1>
20
18
    <title>Description</title>
21
19
    <para>
62
60
      It is unsafe to use the same f-variable for both input and output of pvs opcodes. Using the same one might lead to undefined behavior on some opcodes. Use a different one on the left and right sides of the opcode.
63
61
    </para>
64
62
  </warning>
65
 
 
66
63
  </refsect1>
67
64
 
68
 
 
69
 
 
70
65
  <refsect1>
71
66
    <title>Examples</title>
72
67
    <para>
92
87
     In the example above the filter curve will depend on the
93
88
spectral envelope of afil; in the simple case of a sinusoid,
94
89
it will be equivalent to a narrowband band-pass filter.</para>
95
 
  </refsect1>
96
 
 
97
 
 
 
90
    <para>
 
91
      Here is an example of the use of the <emphasis>pvsfilter</emphasis> opcode. It uses the file <ulink url="examples/pvsfilter.csd"><citetitle>pvsfilter.csd</citetitle></ulink>.
 
92
      <example>
 
93
        <title>Example of the <emphasis>pvsfilter</emphasis> opcode.</title>
 
94
        <para>See the sections <link linkend="UsingRealTime"><citetitle>Real-time Audio</citetitle></link> and <link linkend="CommandFlags"><citetitle>Command Line Flags</citetitle></link> for more information on using command line flags.</para>
 
95
          <xi:include href="examples-xml/pvsfilter.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
96
      </example>
 
97
    </para>
 
98
  </refsect1>
 
99
 
 
100
  <refsect1>
 
101
    <title>See Also</title>
 
102
    <para>
 
103
      <link linkend="pvsanal"><citetitle>pvsanal</citetitle></link>,
 
104
      <link linkend="pvsynth"><citetitle>pvsynth</citetitle></link>,
 
105
      <link linkend="pvsadsyn"><citetitle>pvsadsyn</citetitle></link>
 
106
    </para>
 
107
  </refsect1>
98
108
 
99
109
  <refsect1>
100
110
    <title>Credits</title>
101
111
    <para>
102
112
      <simplelist>
103
 
        <member>Author: Victor Lazzarini;</member>
 
113
        <member>Author: &namevictor;</member>
104
114
        <member>November 2004 </member>
105
115
      </simplelist>
106
116
    </para>