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

« back to all changes in this revision

Viewing changes to opcodes/pvsout.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
<refentry id="pvsout">
2
2
<indexterm id="Indexpvsout"><primary>pvsout</primary></indexterm>
3
3
 
4
 
  <refentryinfo><title>Spectral Processing:Streaming</title></refentryinfo>
5
 
  <refmeta>
6
 
    <refentrytitle>pvsout</refentrytitle>
7
 
  </refmeta>
8
 
 
9
 
 
10
 
 
11
 
  <refnamediv>
12
 
    <refname>pvsout</refname>
13
 
    <refpurpose>
14
 
 Write a fsig to the pvs output bus.
15
 
          </refpurpose>
16
 
  </refnamediv>
17
 
  
18
 
  <refsect1>
19
 
    <title>Description</title>
20
 
    <para>
21
 
      This opcode writes a fsig to a channel of the pvs output bus. Note that the pvs out bus and
22
 
          the pvs in bus are separate and independent. A new channel is created if non-existent.
23
 
    </para>
24
 
  </refsect1>
25
 
 
26
 
  <refsect1>
27
 
    <title>Syntax</title>
28
 
    <synopsis><command>pvsout</command> fsig, kchan</synopsis>
29
 
  </refsect1>
30
 
 
31
 
  <refsect1>
32
 
    <title>Performance</title>
33
 
    <para>
34
 
      <emphasis>fsig</emphasis> -- fsig input data.
35
 
    </para>
36
 
 
37
 
    <para>
38
 
      <emphasis>kchan </emphasis> -- pvs out bus channel number.
39
 
    </para>
40
 
  </refsect1>
41
 
 
42
 
  <refsect1>
43
 
    <title>Examples</title>
44
 
    <para>
45
 
      <example>
46
 
        <title>Example</title>
47
 
        <programlisting>
48
 
asig in ; input
49
 
fsig pvsanal asig, 1024, 256, 1024, 1 ; analysis
50
 
pvsout   fsig,0 ; write signal to pvs out bus channel 0
51
 
        </programlisting>
52
 
      </example>
53
 
 
54
 
 
55
 
    </para>
56
 
    
57
 
  </refsect1>
58
 
 
59
 
  <refsect1>
60
 
    <title>Credits</title>
61
 
    <para>
62
 
      <simplelist>
63
 
        <member>Author: Victor Lazzarini;</member>
64
 
        <member>August 2006 </member>
65
 
      </simplelist>
66
 
    </para>
67
 
 
68
 
  </refsect1>
69
 
</refentry>
 
4
  <refentryinfo><title>Spectral Processing:Streaming</title></refentryinfo>
 
5
  <refmeta>
 
6
    <refentrytitle>pvsout</refentrytitle>
 
7
  </refmeta>
 
8
 
 
9
 
 
10
 
 
11
  <refnamediv>
 
12
    <refname>pvsout</refname>
 
13
    <refpurpose>
 
14
 Write a fsig to the pvs output bus.
 
15
          </refpurpose>
 
16
  </refnamediv>
 
17
  
 
18
  <refsect1>
 
19
    <title>Description</title>
 
20
    <para>
 
21
      This opcode writes a fsig to a channel of the pvs output bus. Note that the pvs out bus and
 
22
          the pvs in bus are separate and independent. A new channel is created if non-existent.
 
23
    </para>
 
24
  </refsect1>
 
25
 
 
26
  <refsect1>
 
27
    <title>Syntax</title>
 
28
    <synopsis><command>pvsout</command> fsig, kchan</synopsis>
 
29
  </refsect1>
 
30
 
 
31
  <refsect1>
 
32
    <title>Performance</title>
 
33
    <para>
 
34
      <emphasis>fsig</emphasis> -- fsig input data.
 
35
    </para>
 
36
 
 
37
    <para>
 
38
      <emphasis>kchan </emphasis> -- pvs out bus channel number.
 
39
    </para>
 
40
  </refsect1>
 
41
 
 
42
  <refsect1>
 
43
    <title>Examples</title>
 
44
    <para>
 
45
      <example>
 
46
        <title>Example</title>
 
47
        <programlisting>
 
48
asig in ; input
 
49
fsig pvsanal asig, 1024, 256, 1024, 1 ; analysis
 
50
pvsout   fsig,0 ; write signal to pvs out bus channel 0
 
51
        </programlisting>
 
52
      </example>
 
53
 
 
54
 
 
55
    </para>
 
56
    
 
57
  </refsect1>
 
58
 
 
59
  <refsect1>
 
60
    <title>Credits</title>
 
61
    <para>
 
62
      <simplelist>
 
63
        <member>Author: &namevictor;</member>
 
64
        <member>August 2006 </member>
 
65
      </simplelist>
 
66
    </para>
 
67
 
 
68
  </refsect1>
 
69
</refentry>