add better example

This commit is contained in:
Jade (Rose) Rowland 2025-09-25 23:44:32 -07:00
parent dfc4a0818c
commit 266cb614a8
2 changed files with 33 additions and 21 deletions

View file

@ -1171,7 +1171,7 @@ export const { resonance, lpq } = registerControl('resonance', 'lpq');
* @name djf
* @param {number | Pattern} cutoff below 0.5 is low pass filter, above is high pass filter
* @example
* n("0 3 7 [10,24]").s('superzow').octave(3).djf("<.5 .25 .5 .75>").osc()
* n(irand(16).seg(8)).scale("d:phrygian").s("supersaw").djf("<.5 .3 .2 .75>")
*
*/
export const { djf } = registerControl('djf');