Merge pull request 'Fix formatting of docstring' (#1864) from glossing/fx-docstring into main
Reviewed-on: https://codeberg.org/uzu/strudel/pulls/1864
This commit is contained in:
commit
c4ece4932e
1 changed files with 2 additions and 2 deletions
|
|
@ -3723,8 +3723,8 @@ export const phases = (list) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Establishes an FX chain. Can be called by chaining .FX(<fx1>).FX(<fx2>)..
|
* Establishes an FX chain. Can be called by chaining .FX(fx1).FX(fx2)..
|
||||||
* calls and/or in a single .FX(<fx1>, <fx2>, ..) call. The <fx1>, .. are _patterns_ which
|
* calls and/or in a single .FX(fx1, fx2, ..) call. The fx1, .. are _patterns_ which
|
||||||
* establish the controls of the given effect. See examples.
|
* establish the controls of the given effect. See examples.
|
||||||
* @name FX
|
* @name FX
|
||||||
* @memberof Pattern
|
* @memberof Pattern
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue