Arquivos
OpenBCI_GUI/libraries/minim/documentation/multichannelbuffer_method_setsample.html
2016-07-19 17:54:57 -04:00

68 linhas
2.1 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 : : MultiChannelBuffer : : setSample</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">&nbsp;</td>
</tr>
<tr>
<td class="classNavigation">
<p class="mainTextName"><A href="multichannelbuffer_class_multichannelbuffer.html">MultiChannelBuffer</A></p>
<p class="methodName">setSample</p>
</td>
<td class="mainText border-left">
<p class="memberSectionHeader">Description</p>
Sets the value of a sample in the given channel at the given
offset from the beginning of the buffer.
<p class="memberSectionHeader">Signature</p>
<pre>void setSample(int channelNumber, int sampleIndex, float value)
</pre>
<p class="memberSectionHeader">Parameters</p>
<span class="parameterName">channelNumber</span>&nbsp;&mdash;&nbsp;<span class="parameterDescription">int: the channel of the buffer</span><br/>
<span class="parameterName">sampleIndex</span>&nbsp;&mdash;&nbsp;<span class="parameterDescription">int: the sample offset from the beginning of the buffer</span><br/>
<span class="parameterName">value</span>&nbsp;&mdash;&nbsp;<span class="parameterDescription">float: the sample value to set</span><br/>
<p class="memberSectionHeader">Returns</p>
<p>None</p>
<p class="memberSectionHeader">Related</p>
<p class="memberSectionHeader">Example</p>
<pre>None available</pre>
<p class="memberSectionHeader">Usage</p>
Web & Application
</td>
</tr>
</table>
</center>
</body>
</html>