Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > b707d9a4ee443103660a75ccb6e51334 > files > 2407

csound-doc-5.19.01-10.mga5.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>pvcross</title>
    <link rel="stylesheet" type="text/css" href="csound.css" />
    <meta name="generator" content="DocBook XSL Stylesheets V1.76.1" />
    <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="pvbufread.html" title="pvbufread" />
    <link rel="next" href="pvinterp.html" title="pvinterp" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">pvcross</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="pvbufread.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="pvinterp.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="pvcross">
      <a id="pvcross"></a>
      <div class="titlepage"></div>
      <a id="IndexPvcross" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">pvcross</span>
        </h2>
        <p>pvcross — 
      Applies the amplitudes from one phase vocoder analysis file to the data from a second file.
    </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="idp37856008"></a>
        <h2>Description</h2>
        <p>
      <span class="emphasis"><em>pvcross</em></span> applies the amplitudes from one phase vocoder analysis file to the data from a second file and then performs the resynthesis. The data is passed, as described above, from a previously called <a class="link" href="pvbufread.html" title="pvbufread"><em class="citetitle">pvbufread</em></a> unit. The two k-rate amplitude arguments are used to scale the amplitudes of each files separately before they are added together and used in the resynthesis (see below for further explanation). The frequencies of the first file are not used at all in this process. This unit simply allows for cross-synthesis through the application of the amplitudes of the spectra of one signal to the frequencies of a second signal. Unlike <a class="link" href="pvinterp.html" title="pvinterp"><em class="citetitle">pvinterp</em></a>, <span class="emphasis"><em>pvcross</em></span> does allow for the use of the <span class="emphasis"><em>ispecwp</em></span> as in <a class="link" href="pvoc.html" title="pvoc"><em class="citetitle">pvoc</em></a> and <a class="link" href="vpvoc.html" title="vpvoc"><em class="citetitle">vpvoc</em></a>.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="idp37891448"></a>
        <h2>Syntax</h2>
        <pre class="synopsis">ares <span class="command"><strong>pvcross</strong></span> ktimpnt, kfmod, ifile, kampscale1, kampscale2 [, ispecwp]</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="idp37892608"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>ifile</em></span> -- the <span class="emphasis"><em>pvoc</em></span> number (n in pvoc.n) or the name in quotes of the analysis file made using <span class="emphasis"><em>pvanal</em></span>. (See <a class="link" href="pvoc.html" title="pvoc"><em class="citetitle">pvoc</em></a>.)
    </p>
        <p>
      <span class="emphasis"><em>ispecwp</em></span> (optional, default=0) -- if non-zero, attempts to preserve the spectral envelope while
its frequency content is varied by <span class="emphasis"><em>kfmod</em></span>. The default value is zero.
    </p>
      </div>
      <div class="refsect1" title="Performance">
        <a id="idp37895208"></a>
        <h2>Performance</h2>
        <p>
      <span class="emphasis"><em>ktimpnt</em></span> -- the passage of time, in seconds, through this file. <span class="emphasis"><em>ktimpnt</em></span> must always be positive, but can move forwards or backwards in time, be stationary or discontinuous, as a pointer into the analysis file. 
    </p>
        <p>
      <span class="emphasis"><em>kfmod</em></span> -- a control-rate transposition factor: a value of 1 incurs no transposition, 1.5 transposes up a perfect fifth, and 0.5 down an octave.
    </p>
        <p>
      <span class="emphasis"><em>kampscale1, kampscale2</em></span> -- used to scale the amplitudes stored in each frame of the phase vocoder analysis file. <span class="emphasis"><em>kampscale1</em></span> scale the amplitudes of the data from the file read by the previously called <span class="emphasis"><em>pvbufread</em></span>. <span class="emphasis"><em>kampscale2</em></span> scale the amplitudes of the file named by <span class="emphasis"><em>ifile</em></span>. 
    </p>
        <p>
      By using these arguments, it is possible to adjust these values before applying the interpolation. For example, if file1 is much louder than file2, it might be desirable to scale down the amplitudes of file1 or scale up those of file2 before interpolating. Likewise one can adjust the frequencies of each to bring them more in accord with one another (or just the opposite, of course!) before the interpolation is performed.
    </p>
      </div>
      <div class="refsect1" title="Examples">
        <a id="idp37899120"></a>
        <h2>Examples</h2>
        <p>
      Below is an example using <a class="link" href="pvbufread.html" title="pvbufread"><em class="citetitle">pvbufread</em></a> with <span class="emphasis"><em>pvcross</em></span>. In this example the amplitudes used in the resynthesis gradually change from those of the oboe to those of the clarinet. The frequencies, of course, remain those of the clarinet throughout the process since <span class="emphasis"><em>pvcross</em></span> does not use the frequency data from the file read by <span class="emphasis"><em>pvbufread</em></span>.
    </p>
        <p>
      </p>
        <div class="informalexample">
          <pre class="programlisting">
ktime1  <span class="opc">line</span>      0, p3, 3.5 <span class="comment">; used as index in the "oboe.pvoc" file</span>
ktime2  <span class="opc">line</span>      0, p3, 4.5 <span class="comment">; used as index in the "clar.pvoc" file</span>
kcross  <span class="opc">expon</span>     0.001, p3, 1
        <span class="opc">pvbufread</span> ktime1, "oboe.pvoc"
apv     <span class="opc">pvcross</span>   ktime2, 1, "clar.pvoc", 1<span class="op">-</span>kcross, kcross</pre>
        </div>
        <p>
    </p>
        <p>
      Here is a complete example of the pvcross opcode. It uses the file <a class="ulink" href="examples/pvcross.csd" target="_top"><em class="citetitle">pvcross.csd</em></a>
      </p>
        <div class="example">
          <a id="idp37905424"></a>
          <p class="title">
            <strong>Example 630. Example of the pvcross opcode.</strong>
          </p>
          <div class="example-contents">
            <p>See the sections <a class="link" href="UsingRealTime.html" title="Real-Time Audio"><em class="citetitle">Real-time Audio</em></a> and <a class="link" href="CommandFlags.html" title="Csound command line"><em class="citetitle">Command Line Flags</em></a> for more information on using command line flags.</p>
            <pre class="programlisting">
<span class="csdtag">&lt;CsoundSynthesizer&gt;</span>
<span class="csdtag">&lt;CsOptions&gt;</span>
<span class="comment">; Select audio/midi flags here according to platform</span>
-odac   <span class="comment">;;;realtime audio out</span>
<span class="comment">;-iadc    ;;;uncomment -iadc if realtime audio input is needed too</span>
<span class="comment">; For Non-realtime ouput leave only the line below:</span>
<span class="comment">; -o pvcross.wav -W ;;; for file output any platform</span>
<span class="csdtag">&lt;/CsOptions&gt;</span>
<span class="csdtag">&lt;CsInstruments&gt;</span>

<span class="ohdr">sr</span> <span class="op">=</span> 44100 
<span class="ohdr">ksmps</span> <span class="op">=</span> 32 
<span class="ohdr">0dbfs</span>  <span class="op">=</span> 1 
<span class="ohdr">nchnls</span> <span class="op">=</span> 2

<span class="oblock">instr</span> 1
<span class="comment">; analyze "beats.wav", "flute.aiff" and "mary.wav" with PVANAL first</span>
ktime1 <span class="opc">line</span> 0, p3, 2			<span class="comment">; used as index in the "beats.pvx" file</span>
ktime2 <span class="opc">line</span> 0, p3, 2.6			<span class="comment">; used as index in the "flute.pvx" or "mary.pvx"	</span>
       <span class="opc">pvbufread</span> ktime1, "beats.pvx"	<span class="comment">;take only amplitude from "beats.pvx"</span>
<span class="octrl">if</span> p4 <span class="op">=</span> 0 then
asig   <span class="opc">pvcross</span>	ktime2, 1, "flute.pvx", 1, 0 <span class="comment">;and keep freqs of "flute.aiff"</span>
asig   <span class="op">=</span> asig<span class="op">*</span>.8			<span class="comment">;scale output</span>
<span class="octrl">else</span>
asig   <span class="opc">pvcross</span>	ktime2, 1, "mary.pvx", 1, 0 <span class="comment">;and keep freqs of "mary.wav"</span>
asig   <span class="op">=</span> asig<span class="op">*</span>.4			<span class="comment">;scale output</span>
<span class="octrl">endif</span>
       <span class="opc">outs</span> asig, asig

<span class="oblock">endin</span>
<span class="csdtag">&lt;/CsInstruments&gt;</span>
<span class="csdtag">&lt;CsScore&gt;</span>
<span class="stamnt">i</span> 1 0 3 0
<span class="stamnt">i</span> 1 + 3 1

<span class="stamnt">e</span>
<span class="csdtag">&lt;/CsScore&gt;</span>
<span class="csdtag">&lt;/CsoundSynthesizer&gt;</span>
</pre>
          </div>
        </div>
        <p><br class="example-break" />
    </p>
      </div>
      <div class="refsect1" title="See Also">
        <a id="idp37907704"></a>
        <h2>See Also</h2>
        <p>
      <a class="link" href="pvbufread.html" title="pvbufread"><em class="citetitle">pvbufread</em></a>,
      <a class="link" href="pvinterp.html" title="pvinterp"><em class="citetitle">pvinterp</em></a>,
      <a class="link" href="pvread.html" title="pvread"><em class="citetitle">pvread</em></a>,
      <a class="link" href="tableseg.html" title="tableseg"><em class="citetitle">tableseg</em></a>,
      <a class="link" href="tablexseg.html" title="tablexseg"><em class="citetitle">tablexseg</em></a>
    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="idp37910640"></a>
        <h2>Credits</h2>
        <p>
      </p>
        <table border="0" summary="Simple list" class="simplelist">
          <tr>
            <td>Author: Richard Karpen</td>
          </tr>
          <tr>
            <td>Seattle, Wash</td>
          </tr>
          <tr>
            <td>1997</td>
          </tr>
        </table>
        <p>
    </p>
        <p>New in version 3.44</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="pvbufread.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="pvinterp.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">pvbufread </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> pvinterp</td>
        </tr>
      </table>
    </div>
  </body>
</html>