Skip to content

Commit

Permalink
Add reference for Jprev and Greyhole.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Jun 1, 2021
1 parent 6446b5f commit ae6221c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,5 +387,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.1.2
Build Date UTC : 2021-06-01 16:10:57.284355+00:00
Build Date UTC : 2021-06-01 16:48:59.042038+00:00
-->
8 changes: 8 additions & 0 deletions docs/libs/reverbs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ <h4 id="usage_10">Usage</h4>
<li><code>lowcut</code>: frequency (100..6000 Hz) at which the crossover between the low and mid bands of the reverb occurs</li>
<li><code>highcut</code>: frequency (1000..10000 Hz) at which the crossover between the mid and high bands of the reverb occurs</li>
</ul>
<h4 id="reference_4">Reference</h4>
<ul>
<li><a href="https://doc.sccode.org/Overviews/DEIND.html">https://doc.sccode.org/Overviews/DEIND.html</a></li>
</ul>
<hr />
<h3 id="regreyhole"><code>(re.)greyhole</code></h3>
<p>A complex echo-like effect (stereo in/out), inspired by the classic Eventide effect of a similar name.
Expand All @@ -517,6 +521,10 @@ <h4 id="usage_11">Usage</h4>
<li><code>feedback</code>: amount of feedback through the system. Sets the number of repeating echoes. A setting of <code>1.0</code> produces infinite sustain. Values should be in the range (<code>[0..1]</code>)</li>
<li><code>mod_depth</code>: depth (<code>[0..1]</code>) of delay-line modulation. Use in combination with mod_freq to produce chorus and pitch-variations in the echoes</li>
<li><code>mod_freq</code>: frequency (<code>[0..10]</code> Hz) of delay-line modulation. Use in combination with mod_depth to produce chorus and pitch-variations in the echoes</li>
</ul>
<h4 id="reference_5">Reference</h4>
<ul>
<li><a href="https://doc.sccode.org/Overviews/DEIND.html">https://doc.sccode.org/Overviews/DEIND.html</a></li>
</ul></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Binary file modified docs/sitemap.xml.gz
Binary file not shown.
5 changes: 5 additions & 0 deletions reverbs.lib
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,9 @@ jp_gh_rev = environment {
// * `lowcut`: frequency (100..6000 Hz) at which the crossover between the low and mid bands of the reverb occurs
// * `highcut`: frequency (1000..10000 Hz) at which the crossover between the mid and high bands of the reverb occurs
//
// #### Reference
//
// <https://doc.sccode.org/Overviews/DEIND.html>
//------------------------------------------------------------

// Author: Julian Parker, bug fixes and minor interface changes by Till Bovermann
Expand Down Expand Up @@ -674,7 +677,9 @@ jpverb(t60, damp, size, early_diff,
// * `mod_depth`: depth (`[0..1]`) of delay-line modulation. Use in combination with mod_freq to produce chorus and pitch-variations in the echoes
// * `mod_freq`: frequency (`[0..10]` Hz) of delay-line modulation. Use in combination with mod_depth to produce chorus and pitch-variations in the echoes
//
// #### Reference
//
// <https://doc.sccode.org/Overviews/DEIND.html>
//------------------------------------------------------------

// Author: Julian Parker, bug fixes and minor interface changes by Till Bovermann
Expand Down

0 comments on commit ae6221c

Please sign in to comment.