Sophie

Sophie

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

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>VST for Csound</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="PluginTop.html" title="Plugin Hosting" />
    <link rel="prev" href="PluginTop.html" title="Plugin Hosting" />
    <link rel="next" href="OSCNetwork.html" title="OSC and Network" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">VST for Csound</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="PluginTop.html">Prev</a> </td>
          <th width="60%" align="center">Plugin Hosting</th>
          <td width="20%" align="right"> <a accesskey="n" href="OSCNetwork.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="section" title="VST for Csound">
      <div class="titlepage">
        <div>
          <div>
            <h2 class="title" style="clear: both"><a id="vst4cs"></a>VST for Csound</h2>
          </div>
        </div>
      </div>
      <p><span class="emphasis"><em>vst4cs</em></span> enables the use of VST plugin
    effects and synthesizers within Csound. The following opcodes are
    available:</p>
      <div class="itemizedlist">
        <ul class="itemizedlist" type="disc">
          <li class="listitem">
            <p>
      <a class="link" href="vstinit.html" title="vstinit"><em class="citetitle">vstinit</em></a> - Loads a plugin.</p>
          </li>
          <li class="listitem">
            <p>
      <a class="link" href="vstaudio.html" title="vstaudio, vstaudiog"><em class="citetitle">vstaudio, vstaudiog</em></a> - Returns a plugin's output.</p>
          </li>
          <li class="listitem">
            <p>
      <a class="link" href="vstmidiout.html" title="vstmidiout"><em class="citetitle">vstmidiout</em></a> - Sends MIDI data to a plugin.</p>
          </li>
          <li class="listitem">
            <p>
      <a class="link" href="vstparamset.html" title="vstparamset,vstparamget"><em class="citetitle">vstparamset,
          vstparamget</em></a> - Sends and receives automation data to
      and from the plugin.</p>
          </li>
          <li class="listitem">
            <p>
      <a class="link" href="vstnote.html" title="vstnote"><em class="citetitle">vstnote</em></a> - Sends a MIDI note with definite duration.</p>
          </li>
          <li class="listitem">
            <p>
      <a class="link" href="vstinfo.html" title="vstinfo"><em class="citetitle">vstinfo</em></a> - Outputs the Parameter and Program names for a plugin.</p>
          </li>
          <li class="listitem">
            <p>
      <a class="link" href="vstbankload.html" title="vstbankload"><em class="citetitle">vstbankload</em></a> - Loads an <code class="filename">.fxb</code> Bank.</p>
          </li>
          <li class="listitem">
            <p>
      <a class="link" href="vstprogset.html" title="vstprogset"><em class="citetitle">vstprogset</em></a> - Sets a Program in an <code class="filename">.fxb</code> Bank.</p>
          </li>
          <li class="listitem">
            <p>
      <a class="link" href="vstedit.html" title="vstedit"><em class="citetitle">vstedit</em></a> - Opens the GUI editor for the plugin, when available.</p>
          </li>
        </ul>
      </div>
      <h3><a id="idp11959232"></a>Credits</h3>
      <p> By: Andres Cabrera and Michael Gogins</p>
      <p>Uses code from Hermann Seib's VSTHost and Thomas Grill's vst~
    object.</p>
      <p>VST is a trademark of Steinberg Media Technologies GmbH. 
    VST Plug-In Technology by Steinberg.</p>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="PluginTop.html">Prev</a> </td>
          <td width="20%" align="center">
            <a accesskey="u" href="PluginTop.html">Up</a>
          </td>
          <td width="40%" align="right"> <a accesskey="n" href="OSCNetwork.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">Plugin Hosting </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> OSC and Network</td>
        </tr>
      </table>
    </div>
  </body>
</html>