65 linhas
1.7 KiB
HTML
Arquivo Executável
65 linhas
1.7 KiB
HTML
Arquivo Executável
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Minim : : Wavetable : : offset</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<link href="stylesheet.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<table class="mainTable">
|
|
|
|
<tr>
|
|
<td class="header">
|
|
<span class="indexheader">Minim</span><br/>
|
|
<span class="indexnavigation">
|
|
<a href="index.html">core</a> |
|
|
<a href="index_ugens.html">ugens</a> |
|
|
<a href="index_analysis.html">analysis</a>
|
|
</span>
|
|
</td>
|
|
<td class="border-left"> </td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="classNavigation">
|
|
<p class="mainTextName"><A href="wavetable_class_wavetable.html">Wavetable</A></p>
|
|
<p class="methodName">offset</p>
|
|
</td>
|
|
<td class="mainText border-left">
|
|
<p class="memberSectionHeader">Description</p>
|
|
Apply a DC offset to this Wavetable. In other words, add
|
|
<code>amount</code> to every sample.
|
|
|
|
<p class="memberSectionHeader">Signature</p>
|
|
<pre>void offset(float amount)
|
|
</pre>
|
|
|
|
|
|
<p class="memberSectionHeader">Parameters</p>
|
|
|
|
<span class="parameterName">amount</span> — <span class="parameterDescription">float: the amount to add to every sample in the table</span><br/>
|
|
|
|
|
|
|
|
<p class="memberSectionHeader">Returns</p>
|
|
<p>None</p>
|
|
|
|
|
|
<p class="memberSectionHeader">Related</p>
|
|
<A href="wavetable_class_wavetable.html">Wavetable</A><BR>
|
|
|
|
|
|
<p class="memberSectionHeader">Example</p>
|
|
<pre>None available</pre>
|
|
|
|
<p class="memberSectionHeader">Usage</p>
|
|
Web & Application
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|