Sophie

Sophie

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

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>OSC and Network</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="vst4cs.html" title="VST for Csound" />
    <link rel="next" href="Network.html" title="Network" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">OSC and Network</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="vst4cs.html">Prev</a> </td>
          <th width="60%" align="center">Part II. Opcodes Overview</th>
          <td width="20%" align="right"> <a accesskey="n" href="Network.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="chapter" title="OSC and Network">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title"><a id="OSCNetwork"></a>OSC and Network</h2>
          </div>
        </div>
      </div>
      <div class="section" title="OSC">
        <div class="titlepage">
          <div>
            <div>
              <h2 class="title" style="clear: both"><a id="OSC"></a>OSC</h2>
            </div>
          </div>
        </div>
        <p><span class="emphasis"><em>OSC</em></span> enables interaction between different
  audio processes, and in particular between Csound and other synthesis
  engines.
  The following opcodes are
  available:</p>
        <div class="itemizedlist">
          <ul class="itemizedlist" type="disc">
            <li class="listitem">
              <p><a class="link" href="OSCinit.html" title="OSCinit"><em class="citetitle">OSCinit</em></a> - Start
    an OSC listener thread.</p>
            </li>
            <li class="listitem">
              <p><a class="link" href="OSClisten.html" title="OSClisten"><em class="citetitle">OSClisten</em></a> -
        Receive OSC messages.</p>
            </li>
            <li class="listitem">
              <p><a class="link" href="OSCsend.html" title="OSCsend"><em class="citetitle">OSCsend</em></a> - Send
        an OSC message.</p>
            </li>
          </ul>
        </div>
        <h3><a id="idp11994312"></a>Credits</h3>
        <p>By: John ffitch with the liblo library as inspiration and support.</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="vst4cs.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="Network.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">VST for Csound </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> Network</td>
        </tr>
      </table>
    </div>
  </body>
</html>