delay constructor docs fix

main
pio 1 month ago
parent e5d4dbeaf9
commit ff9445a64d
  1. 4
      gui/index.html

@ -7141,10 +7141,10 @@ value frequency
<p>Stereo ping-pong delay with modulation and freeze.</p> <p>Stereo ping-pong delay with modulation and freeze.</p>
</div> </div>
<h3>Constructor</h3> <h3>Constructor</h3>
<p class=func><span class=keyword>AudioEffectReverbSc_F32</span>();</p> <p class=func><span class=keyword>AudioEffectDelayStereo_F32</span>();</p>
<p class=desc>Default setting with delay buffers placed in DMARAM (RAM2) and delay time limited to 400ms.</p> <p class=desc>Default setting with delay buffers placed in DMARAM (RAM2) and delay time limited to 400ms.</p>
<p class=func><span class=keyword>AudioEffectReverbSc_F32</span>(<strong>uint32_t </strong>dly_range_ms, <strong>bool </strong>use_psram);</p> <p class=func><span class=keyword>AudioEffectDelayStereo_F32</span>(<strong>uint32_t </strong>dly_range_ms, <strong>bool </strong>use_psram);</p>
<p class=desc>Define the max delay time, for times longer than 400ms use PSRAM on Teensy4.1 (use_psram=true).</p> <p class=desc>Define the max delay time, for times longer than 400ms use PSRAM on Teensy4.1 (use_psram=true).</p>
<h3>Boards Supported</h3> <h3>Boards Supported</h3>

Loading…
Cancel
Save