mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-17 08:38:28 +00:00
compressor docs
This commit is contained in:
parent
130ad4451b
commit
0a3692e459
@ -86,6 +86,15 @@ const generic_params = [
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
['gain'],
|
['gain'],
|
||||||
|
/**
|
||||||
|
* Gain applied after all effects have been processed.
|
||||||
|
*
|
||||||
|
* @name postgain
|
||||||
|
* @example
|
||||||
|
* s("bd sd,hh*4")
|
||||||
|
* .compressor("-20:20:10:.002:.02").postgain(1.5)
|
||||||
|
*
|
||||||
|
*/
|
||||||
['postgain'],
|
['postgain'],
|
||||||
/**
|
/**
|
||||||
* Like {@link gain}, but linear.
|
* Like {@link gain}, but linear.
|
||||||
@ -1052,6 +1061,16 @@ const generic_params = [
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
['shape'],
|
['shape'],
|
||||||
|
/**
|
||||||
|
* Dynamics Compressor. The params are `compressor("threshold:ratio:knee:attack:release")`
|
||||||
|
* More info [here](https://developer.mozilla.org/en-US/docs/Web/API/DynamicsCompressorNode?retiredLocale=de#instance_properties)
|
||||||
|
*
|
||||||
|
* @name compressor
|
||||||
|
* @example
|
||||||
|
* s("bd sd,hh*4")
|
||||||
|
* .compressor("-20:20:10:.002:.02")
|
||||||
|
*
|
||||||
|
*/
|
||||||
[['compressor', 'compressorRatio', 'compressorKnee', 'compressorAttack', 'compressorRelease']],
|
[['compressor', 'compressorRatio', 'compressorKnee', 'compressorAttack', 'compressorRelease']],
|
||||||
['compressorKnee'],
|
['compressorKnee'],
|
||||||
['compressorRatio'],
|
['compressorRatio'],
|
||||||
|
|||||||
@ -144,6 +144,15 @@ There is one filter envelope for each filter type and thus one set of envelope f
|
|||||||
|
|
||||||
<JsDoc client:idle name="velocity" h={0} />
|
<JsDoc client:idle name="velocity" h={0} />
|
||||||
|
|
||||||
|
## compressor
|
||||||
|
|
||||||
|
<JsDoc client:idle name="compressor" h={0} />
|
||||||
|
|
||||||
|
## postgain
|
||||||
|
|
||||||
|
<JsDoc client:idle name="postgain" h={0} />
|
||||||
|
|
||||||
|
|
||||||
# Panning
|
# Panning
|
||||||
|
|
||||||
## jux
|
## jux
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user