Skip to content

Commit

Permalink
deploy: 4366ea8
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazzarini committed Sep 13, 2024
1 parent e7f8957 commit 3a21ac2
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 1,053 deletions.
18 changes: 9 additions & 9 deletions CsBeats.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot" />
<link rel="home" href="index.html" title="The Canonical Csound Reference Manual" />
<link rel="up" href="PartReference.html" title="Part III. Reference" />
<link rel="prev" href="CscoreAdvancd.html" title="More Advanced Examples" />
<link rel="prev" href="scaleutility.html" title="scale" />
<link rel="next" href="pt04.html" title="Part IV. Opcode Quick Reference" />
</head>
<body>
Expand All @@ -19,7 +19,7 @@
<th colspan="3" align="center">Csbeats</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="CscoreAdvancd.html">Prev</a> </td>
<td width="20%" align="left"><a accesskey="p" href="scaleutility.html">Prev</a> </td>
<th width="60%" align="center">Part III. Reference</th>
<td width="20%" align="right"> <a accesskey="n" href="pt04.html">Next</a></td>
</tr>
Expand Down Expand Up @@ -48,7 +48,7 @@ <h2 class="title"><a id="CsBeats"></a>Csbeats</h2>
standard output.
</p>
<div class="refsect1">
<a id="idm435339"></a>
<a id="idm434888"></a>
<p>
The <span class="emphasis"><em>csbeats</em></span> language is very simple, having
only 5 kinds of statement, and only one of them has any
Expand Down Expand Up @@ -154,7 +154,7 @@ <h2 class="title"><a id="CsBeats"></a>Csbeats</h2>
</div>
</div>
<div class="refsect1">
<a id="idm435392"></a>
<a id="idm434941"></a>
<p>
The opening of Bach's Goldberg variation number 3 can be coded
as:
Expand Down Expand Up @@ -271,21 +271,21 @@ <h2 class="title"><a id="CsBeats"></a>Csbeats</h2>
</p>
</div>
<div class="refsect1">
<a id="idm435442"></a>
<a id="idm434991"></a>
<h2>A Complete Example</h2>
<p>
Here is a simple example of the <span class="emphasis"><em>csbeats</em></span>
score generator. It uses the file <a class="ulink" href="examples/csbeats.csd" target="_top"><em class="citetitle">csbeats.csd</em></a>.
</p>
<div class="example">
<a id="idm435448"></a>
<a id="idm434997"></a>
<p class="title">
<strong>Example 1373. A simple example of csbeats.</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>
<div class="refsect1">
<a id="idm435455"></a>
<a id="idm435004"></a>
<pre class="programlisting">
<span class="nt">&lt;CsoundSynthesizer&gt;</span>
<span class="nt">&lt;CsOptions&gt;</span>
Expand Down Expand Up @@ -410,14 +410,14 @@ <h2>A Complete Example</h2>
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="CscoreAdvancd.html">Prev</a> </td>
<td width="40%" align="left"><a accesskey="p" href="scaleutility.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="PartReference.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="pt04.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">More Advanced Examples </td>
<td width="40%" align="left" valign="top">scale </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
Expand Down
151 changes: 0 additions & 151 deletions CscoreAdvancd.html

This file was deleted.

Loading

0 comments on commit 3a21ac2

Please sign in to comment.