Sophie

Sophie

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

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>vstbankload</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="vstaudio.html" title="vstaudio, vstaudiog" />
    <link rel="next" href="vstedit.html" title="vstedit" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">vstbankload</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="vstaudio.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="vstedit.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="vstbankload">
      <a id="vstbankload"></a>
      <div class="titlepage"></div>
      <a id="IndexVstBankLoad" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">vstbankload</span>
        </h2>
        <p>vstbankload — Loads parameter banks to a VST plugin.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="id3353202"></a>
        <h2>Syntax</h2>
        <pre class="synopsis"><span class="command"><strong>vstbankload</strong></span> instance, ipath</pre>
      </div>
      <div class="refsect1" title="Description">
        <a id="id3353969"></a>
        <h2>Description</h2>
        <p><span class="emphasis"><em>vstbankload</em></span> is used for loading parameter
      banks to a VST plugin.</p>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="id3353983"></a>
        <h2>Initialization</h2>
        <p><span class="emphasis"><em>instance</em></span> - the number which identifies the
      plugin, to be passed to other vst4cs opcodes.</p>
        <p><span class="emphasis"><em>ipath</em></span> - the full pathname of the parameter
      bank (<code class="filename">.fxb</code> file).</p>
      </div>
      <div class="refsect1" title="Examples">
        <a id="id3354012"></a>
        <h2>Examples</h2>
        <div class="example">
          <a id="id3354018"></a>
          <p class="title">
            <b>Example 682. Example for vstbankload</b>
          </p>
          <div class="example-contents">
            <pre class="programlisting">
/* orc */
sr = 44100
kr = 4410
ksmps = 10
nchnls = 2
gihandle1 vstinit "c:/vstplugins/cheeze/cheeze machine.dll",1
instr 4
vstbankload gihandle1,"c:/vstplugins/cheeze/chengo'scheese.fxb"
vstinfo gihandle1
endin


/* sco */
i 3 0 21
i4 1 1 57 32
      </pre>
          </div>
        </div>
        <br class="example-break" />
      </div>
      <div class="refsect1" title="Credits">
        <a id="id3354037"></a>
        <h2>Credits</h2>
        <p>By: Andrés 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>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="vstaudio.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="vstedit.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">vstaudio, vstaudiog </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> vstedit</td>
        </tr>
      </table>
    </div>
  </body>
</html>