Sophie

Sophie

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

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>Mixer Opcodes</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="PartOpcodesOverview.html" title="Part II. Opcodes Overview" />
    <link rel="prev" href="Remote.html" title="Remote Opcodes" />
    <link rel="next" href="SignalFlowGraphOpcodes.html" title="Signal Flow Graph Opcodes" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">Mixer Opcodes</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="Remote.html">Prev</a> </td>
          <th width="60%" align="center">Part II. Opcodes Overview</th>
          <td width="20%" align="right"> <a accesskey="n" href="SignalFlowGraphOpcodes.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="chapter" title="Mixer Opcodes">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title"><a id="MixerOpcodes"></a>Mixer Opcodes</h2>
          </div>
        </div>
      </div>
      <p>
    The Mixer family of opcodes provides a global mixer for Csound. The Mixer opcodes include 

    <a class="link" href="MixerSend.html" title="MixerSend"><em class="citetitle">MixerSend</em></a> for
    sending (that is, mixing in) an arate signal from any instrument to a channel of a mixer buss,

    <a class="link" href="MixerReceive.html" title="MixerReceive"><em class="citetitle">MixerReceive</em></a> for
    receiving an arate signal from a channel of any mixer buss in any instrument,

    <a class="link" href="MixerSetLevel.html" title="MixerSetLevel"><em class="citetitle">MixerSetLevel</em></a> (krate) and 
    <a class="link" href="MixerSetLevel_i.html" title="MixerSetLevel_i"><em class="citetitle">MixerSetLevel_i</em></a> (irate) for
    controlling the level of the signal sent from a particular send to a particular buss,

    <a class="link" href="MixerGetLevel.html" title="MixerGetLevel"><em class="citetitle">MixerGetLevel</em></a> for
    reading (at krate) the level for sending a signal from a particular send to a particular buss, and

    <a class="link" href="MixerClear.html" title="MixerClear"><em class="citetitle">MixerClear</em></a> for resetting the busses to zero before the next kperiod of a performance.
    </p>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="Remote.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="PartOpcodesOverview.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="SignalFlowGraphOpcodes.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Remote Opcodes </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> 
    Signal Flow Graph Opcodes
</td>
        </tr>
      </table>
    </div>
  </body>
</html>