소스 검색

Fix rectifier effect description

dds
PaulStoffregen 5 년 전
부모
커밋
c87dc5a724
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      gui/index.html

+ 2
- 2
gui/index.html 파일 보기

<script type="text/x-red" data-help-name="AudioEffectRectifier"> <script type="text/x-red" data-help-name="AudioEffectRectifier">
<h3>Summary</h3> <h3>Summary</h3>
<div class=tooltipinfo> <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> </p>
</div> </div>
<h3>Audio Connections</h3> <h3>Audio Connections</h3>
<h3>Functions</h3> <h3>Functions</h3>
<p>There are no functions to call from the Arduino sketch. <p>There are no functions to call from the Arduino sketch.
This object simply passes the positive portion of the 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> </p>
<h3>Examples</h3> <h3>Examples</h3>
<p class=exam>File &gt; Examples &gt; Audio &gt; Effects &gt; Vocoder19Band <p class=exam>File &gt; Examples &gt; Audio &gt; Effects &gt; Vocoder19Band

Loading…
취소
저장