Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 6ed14ebfd686aa32f7956e552aa2e21d > files > 2498

csound-manual-5.13.0-5.fc15.noarch.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>pvsinfo</title>
    <link rel="stylesheet" href="csound.css" type="text/css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
    <link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
    <link rel="up" href="OpcodesTop.html" title="Orchestra Opcodes and Operators" />
    <link rel="prev" href="pvsifd.html" title="pvsifd" />
    <link rel="next" href="pvsinit.html" title="pvsinit" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">pvsinfo</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="pvsifd.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="pvsinit.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="pvsinfo">
      <a id="pvsinfo"></a>
      <div class="titlepage"></div>
      <a id="IndexPvsinfo" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">pvsinfo</span>
        </h2>
        <p>pvsinfo — 
      Get information from a PVOC-EX formatted source.
          </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="id3137678"></a>
        <h2>Description</h2>
        <p>
      Get format information about fsrc, whether created by an opcode such as pvsanal, or obtained from a PVOCEX file by pvsfread. This information is available at init time, and can be used to set parameters for other pvs opcodes, and in particular for creating function tables (e.g. for pvsftw), or setting the number of oscillators for pvsadsyn.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="id3137694"></a>
        <h2>Syntax</h2>
        <pre class="synopsis">ioverlap, inumbins, iwinsize, iformat <span class="command"><strong>pvsinfo</strong></span> fsrc</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="id3137712"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>ioverlap</em></span> -- The stream overlap size.
    </p>
        <p>
      <span class="emphasis"><em>inumbins</em></span> -- The number of analysis bins (amplitude+frequency) in fsrc. The underlying FFT size is calculated as (inumbins -1) * 2.
    </p>
        <p>
      <span class="emphasis"><em>iwinsize</em></span> -- The analysis window size. May be larger than the FFT size.
    </p>
        <p>
      <span class="emphasis"><em>iformat</em></span> -- The analysis frame format. If fsrc is created by an opcode, iformat will always be 0, signifying amplitude+frequency. If fsrc is defined from a PVOC-EX file, iformat may also have the value 1 or 2 (amplitude+phase, complex).
    </p>
      </div>
      <div class="refsect1" title="Examples">
        <a id="id3138489"></a>
        <h2>Examples</h2>
        <p>
      </p>
        <div class="informalexample">
          <pre class="programlisting">
fim                pvsfread  "test.pvx"    ; import pvocex file
iovl,inb,iws,ifmt  pvsinfo   fim           ; get inumbins info
ifn                ftgen     0,0,inb,10,1  ; and create f-table
        </pre>
        </div>
        <p>
    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="id3138515"></a>
        <h2>Credits</h2>
        <p>
      </p>
        <table border="0" summary="Simple list" class="simplelist">
          <tr>
            <td>Author: Richard Dobson</td>
          </tr>
          <tr>
            <td>August 2001 </td>
          </tr>
        </table>
        <p>
    </p>
        <p>New in version 4.13</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="pvsifd.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="OpcodesTop.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="pvsinit.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">pvsifd </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> pvsinit</td>
        </tr>
      </table>
    </div>
  </body>
</html>