Sophie

Sophie

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

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>bbcuts</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="bbcutm.html" title="bbcutm" />
    <link rel="next" href="betarand.html" title="betarand" />
  </head>
  <body>
    <div class="navheader">
      <table width="100%" summary="Navigation header">
        <tr>
          <th colspan="3" align="center">bbcuts</th>
        </tr>
        <tr>
          <td width="20%" align="left"><a accesskey="p" href="bbcutm.html">Prev</a> </td>
          <th width="60%" align="center">Orchestra Opcodes and Operators</th>
          <td width="20%" align="right"> <a accesskey="n" href="betarand.html">Next</a></td>
        </tr>
      </table>
      <hr />
    </div>
    <div class="refentry" title="bbcuts">
      <a id="bbcuts"></a>
      <div class="titlepage"></div>
      <a id="IndexBbcuts" class="indexterm"></a>
      <div class="refnamediv">
        <h2>
          <span class="refentrytitle">bbcuts</span>
        </h2>
        <p>bbcuts — 
      Generates breakbeat-style cut-ups of a stereo audio stream.
          </p>
      </div>
      <div class="refsect1" title="Description">
        <a id="idp14590880"></a>
        <h2>Description</h2>
        <p>
      The BreakBeat Cutter automatically generates cut-ups of a source audio stream in the style of drum and bass/jungle breakbeat manipulations.  There are two versions, for mono (<span class="emphasis"><em>bbcutm</em></span>) or stereo (<span class="emphasis"><em>bbcuts</em></span>) sources.  Whilst originally based on breakbeat cutting, the opcode can be applied to any type of source audio.
    </p>
        <p>
      The prototypical cut sequence favoured over one bar with eighth note subdivisions would be

      </p>
        <div class="literallayout">
          <p><br />
3+ 3R + 2<br />
      </p>
        </div>
        <p>
 
      where we take a 3 unit block from the source's start, repeat it, then 2 units from the 7th and 8th eighth notes of the source.
    </p>
        <p>
      We talk of rendering phrases (a sequence of cuts before reaching a new phrase at the beginning of a bar) and units (as subdivision th notes).
    </p>
        <p>
      The opcode comes most alive when multiple synchronised versions are used simultaneously.
    </p>
      </div>
      <div class="refsect1" title="Syntax">
        <a id="idp14627792"></a>
        <h2>Syntax</h2>
        <pre class="synopsis">a1,a2 <span class="command"><strong>bbcuts</strong></span> asource1, asource2, ibps, isubdiv, ibarlength, iphrasebars, \
      inumrepeats [, istutterspeed] [, istutterchance] [, ienvchoice]</pre>
      </div>
      <div class="refsect1" title="Initialization">
        <a id="idp14629032"></a>
        <h2>Initialization</h2>
        <p>
      <span class="emphasis"><em>ibps</em></span> -- Tempo to cut at, in beats per second.
    </p>
        <p>
      <span class="emphasis"><em>isubdiv</em></span> -- Subdivisions unit, for a bar. So 8 is eighth notes (of a 4/4 bar).
    </p>
        <p>
      <span class="emphasis"><em>ibarlength</em></span> -- How many beats per bar. Set to 4 for default 4/4 bar behaviour.
    </p>
        <p>
      <span class="emphasis"><em>iphrasebars</em></span> -- The output cuts are generated in phrases, each phrase is up to iphrasebars long
    </p>
        <p>
      <span class="emphasis"><em>inumrepeats</em></span> --  In normal use the algorithm would allow up to one additional repeat of a given cut at a time. This parameter allows that to be changed. Value 1 is normal- up to one extra repeat. 0 would avoid repeating, and you would always get back the original source except for enveloping and stuttering.
    </p>
        <p>
      <span class="emphasis"><em>istutterspeed</em></span> -- (optional, default=1) The stutter can be an integer multiple of the subdivision speed. For instance, if subdiv is 8 (quavers) and stutterspeed is 2, then the stutter is in semiquavers (sixteenth notes= subdiv 16). The default is 1.
    </p>
        <p>
      <span class="emphasis"><em>istutterchance</em></span> -- (optional, default=0) The tail of a phrase has this chance of becoming a single repeating one unit cell stutter (0.0 to 1.0). The default is 0.
    </p>
        <p>
      <span class="emphasis"><em>ienvchoice</em></span> -- (optional, default=1) choose 1 for on (exponential envelope for cut grains) or 0 for off. Off will cause clicking, but may give good noisy results, especially for percussive sources. The default is 1, on.
    </p>
      </div>
      <div class="refsect1" title="Performance">
        <a id="idp14633912"></a>
        <h2>Performance</h2>
        <p>
      <span class="emphasis"><em>asource</em></span> -- The audio signal to be cut up. This version runs in real-time without knowledge of future audio.
    </p>
      </div>
      <div class="refsect1" title="Examples">
        <a id="idp14634824"></a>
        <h2>Examples</h2>
        <p>
      Here is an example of the bbcuts opcode. It uses the file <a class="ulink" href="examples/bbcuts.csd" target="_top"><em class="citetitle">bbcuts.csd</em></a>.

      </p>
        <div class="example">
          <a id="idp14635792"></a>
          <p class="title">
            <strong>Example 75. Example of the bbcuts 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">;;;RT audio out</span>
<span class="comment">;-iadc    ;;;uncomment -iadc if RT audio input is needed too</span>
<span class="comment">; For Non-realtime ouput leave only the line below:</span>
<span class="comment">; -o bbcuts.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">nchnls</span> <span class="op">=</span> 2


<span class="oblock">instr</span> 1	<span class="comment">;Play an audio file</span>

aleft, aright <span class="opc">diskin2</span> "kickroll.wav", 1, 0
	      <span class="opc">outs</span> aleft, aright

<span class="oblock">endin</span>


<span class="oblock">instr</span> 2	<span class="comment">;Cut-up stereo audio file.</span>

ibps <span class="op">=</span> 16
isubdiv <span class="op">=</span> 2
ibarlength <span class="op">=</span> 2
iphrasebars <span class="op">=</span> 1
inumrepeats <span class="op">=</span> 8

aleft, aright <span class="opc">diskin2</span> "kickroll.wav", 1, 0
aleft, aright <span class="opc">bbcuts</span> aleft, aright, ibps, isubdiv, ibarlength, iphrasebars, inumrepeats
	      <span class="opc">outs</span> aleft, aright

<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 2
<span class="stamnt">i</span> 2 3 2
<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="idp14638064"></a>
        <h2>See Also</h2>
        <p>
      <a class="link" href="bbcutm.html" title="bbcutm"><em class="citetitle">bbcutm</em></a>
    </p>
      </div>
      <div class="refsect1" title="Credits">
        <a id="idp14639080"></a>
        <h2>Credits</h2>
        <p>
      </p>
        <table border="0" summary="Simple list" class="simplelist">
          <tr>
            <td>Author: Nick Collins</td>
          </tr>
          <tr>
            <td>London</td>
          </tr>
          <tr>
            <td>August 2001</td>
          </tr>
        </table>
        <p>
    </p>
        <p>New in version 4.13</p>
      </div>
    </div>
    <div class="navfooter">
      <hr />
      <table width="100%" summary="Navigation footer">
        <tr>
          <td width="40%" align="left"><a accesskey="p" href="bbcutm.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="betarand.html">Next</a></td>
        </tr>
        <tr>
          <td width="40%" align="left" valign="top">bbcutm </td>
          <td width="20%" align="center">
            <a accesskey="h" href="index.html">Home</a>
          </td>
          <td width="40%" align="right" valign="top"> betarand</td>
        </tr>
      </table>
    </div>
  </body>
</html>