mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 04:28:30 +00:00
doc: fenv
This commit is contained in:
parent
989dc0aabe
commit
b96e8093a0
@ -585,6 +585,17 @@ const generic_params = [
|
|||||||
* .release(.5)
|
* .release(.5)
|
||||||
*/
|
*/
|
||||||
['bprelease', 'bpr'],
|
['bprelease', 'bpr'],
|
||||||
|
/**
|
||||||
|
* Sets the filter type. The 24db filter is more aggressive. More types might be added in the future.
|
||||||
|
* @name ftype
|
||||||
|
* @param {number | Pattern} type 12db (default) or 24db
|
||||||
|
* @example
|
||||||
|
* note("<c2 e2 f2 g2>")
|
||||||
|
* .sound('sawtooth')
|
||||||
|
* .lpf(500)
|
||||||
|
* .bpenv(4)
|
||||||
|
* .ftype("<12db 24db>")
|
||||||
|
*/
|
||||||
['ftype'],
|
['ftype'],
|
||||||
['fanchor'],
|
['fanchor'],
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user