浏览代码

Fix rectifier effect description

dds
PaulStoffregen 4 年前
父节点
当前提交
c87dc5a724
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      gui/index.html

+ 2
- 2
gui/index.html 查看文件

@@ -3899,7 +3899,7 @@ double s_freq = .0625;</p>
<script type="text/x-red" data-help-name="AudioEffectRectifier">
<h3>Summary</h3>
<div class=tooltipinfo>
<p>Pass only the positive portion of a waveform
<p>Invert the negative portion of a signal, similar to a full wave rectifier circuit.
</p>
</div>
<h3>Audio Connections</h3>
@@ -3911,7 +3911,7 @@ double s_freq = .0625;</p>
<h3>Functions</h3>
<p>There are no functions to call from the Arduino sketch.
This object simply passes the positive portion of the
signal and outputs zero when the input is negative.
signal and inverts the signal when the input is negative.
</p>
<h3>Examples</h3>
<p class=exam>File &gt; Examples &gt; Audio &gt; Effects &gt; Vocoder19Band

正在加载...
取消
保存