simplify fenv examples

This commit is contained in:
Felix Roos 2023-09-15 23:37:27 +02:00
parent 9142fb753a
commit 88c029202c

View file

@ -387,8 +387,8 @@ const generic_params = [
* note("<c2 e2 f2 g2>") * note("<c2 e2 f2 g2>")
* .sound('sawtooth') * .sound('sawtooth')
* .lpf(500) * .lpf(500)
* .lpa(.1).lpd(.1).lps(.5) * .lpa(.5)
* .lpenv("<8 4 2 0>/4") * .lpenv("<4 2 1 0>/4")
*/ */
['lpenv', 'lpe'], ['lpenv', 'lpe'],
/** /**
@ -400,8 +400,8 @@ const generic_params = [
* note("<c2 e2 f2 g2>") * note("<c2 e2 f2 g2>")
* .sound('sawtooth') * .sound('sawtooth')
* .hpf(500) * .hpf(500)
* .hpa(.1).hpd(.1).hps(.5) * .hpa(.5)
* .hpenv("<8 4 2 0>/4") * .hpenv("<4 2 1 0>/4")
* @example * @example
* note("<c2 e2 f2 g2>") * note("<c2 e2 f2 g2>")
* .sound('sawtooth') * .sound('sawtooth')
@ -419,8 +419,8 @@ const generic_params = [
* note("<c2 e2 f2 g2>") * note("<c2 e2 f2 g2>")
* .sound('sawtooth') * .sound('sawtooth')
* .bpf(500) * .bpf(500)
* .bpa(.1).bpd(.1).bps(.5) * .bpa(.5)
* .bpenv("<8 4 2 0>/4") * .bpenv("<4 2 1 0>/4")
*/ */
['bpenv', 'bpe'], ['bpenv', 'bpe'],
/** /**