add documentation but it crashes
This commit is contained in:
parent
7a74189771
commit
843d9d52c3
2 changed files with 21 additions and 4 deletions
|
|
@ -314,8 +314,10 @@ const generic_params = [
|
||||||
* @param {number | Pattern} amount between 0 and 1, where 1 is the length of the sample
|
* @param {number | Pattern} amount between 0 and 1, where 1 is the length of the sample
|
||||||
* @synonyms loopb
|
* @synonyms loopb
|
||||||
* @example
|
* @example
|
||||||
* s("numbers").loopBegin("<0 .25 .5 .75>").loop(1)
|
* s("numbers")
|
||||||
*
|
* .loop(1)
|
||||||
|
* .begin(0).end(1)
|
||||||
|
* .loopBegin("<0 .25 .5 .75>")
|
||||||
*/
|
*/
|
||||||
['loopBegin', 'loopb'],
|
['loopBegin', 'loopb'],
|
||||||
/**
|
/**
|
||||||
|
|
@ -323,8 +325,11 @@ const generic_params = [
|
||||||
* @param {number | Pattern} amount between 0 and 1, where 1 is the length of the sample
|
* @param {number | Pattern} amount between 0 and 1, where 1 is the length of the sample
|
||||||
* @synonyms loope
|
* @synonyms loope
|
||||||
* @example
|
* @example
|
||||||
* s("numbers").loopEnd("<0 .25 .5 .75>").loop(1)
|
* s("numbers")
|
||||||
*
|
* .loop(1)
|
||||||
|
* .begin(0).end(1)
|
||||||
|
* .loopBegin("<0 .25 .5 .75>")
|
||||||
|
* .loopEnd("<0.1 .35 .6 .85>")
|
||||||
*/
|
*/
|
||||||
['loopEnd', 'loope'],
|
['loopEnd', 'loope'],
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -303,6 +303,18 @@ Sampler effects are functions that can be used to change the behaviour of sample
|
||||||
|
|
||||||
<JsDoc client:idle name="Pattern.end" h={0} />
|
<JsDoc client:idle name="Pattern.end" h={0} />
|
||||||
|
|
||||||
|
### loop
|
||||||
|
|
||||||
|
<JsDoc client:idle name="loop" h={0} />
|
||||||
|
|
||||||
|
### loopBegin
|
||||||
|
|
||||||
|
<JsDoc client:idle name="loopBegin" h={0} />
|
||||||
|
|
||||||
|
### loopEnd
|
||||||
|
|
||||||
|
<JsDoc client:idle name="loopEnd" h={0} />
|
||||||
|
|
||||||
### cut
|
### cut
|
||||||
|
|
||||||
<JsDoc client:idle name="cut" h={0} />
|
<JsDoc client:idle name="cut" h={0} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue