This commit is contained in:
Felix Roos 2023-01-12 00:10:58 +01:00
parent 95fcce1bcf
commit 4059e9faa9
5 changed files with 101 additions and 18 deletions

View file

@ -131,6 +131,14 @@ This group of functions allows to modify the value of events.
<JsDoc client:idle name="Pattern.range" h={0} />
## rangex
<JsDoc client:idle name="Pattern.rangex" h={0} />
## range2
<JsDoc client:idle name="Pattern.range2" h={0} />
# Custom Parameters
You can also create your own parameters:

View file

@ -35,3 +35,19 @@ import { JsDoc } from '../../docs/JsDoc';
## arpWith 🧪
<JsDoc client:idle name="Pattern#arpWith" h={0} />
## struct
<JsDoc client:idle name="Pattern#struct" h={0} />
## mask
<JsDoc client:idle name="Pattern#mask" h={0} />
## reset
<JsDoc client:idle name="Pattern#reset" h={0} />
## restart
<JsDoc client:idle name="Pattern#restart" h={0} />

View file

@ -38,10 +38,6 @@ Some of these have equivalent operators in the Mini Notation:
<JsDoc client:idle name="Pattern.legato" h={0} />
## struct
<JsDoc client:idle name="Pattern.struct" h={0} />
## euclid
<JsDoc client:idle name="Pattern.euclid" h={0} />

View file

@ -190,7 +190,7 @@ These functions are more low level, probably not needed by the live coder.
# Other
## onTrigger
## onTrigger
<JsDoc client:idle name="Pattern#onTrigger" h={0} />
@ -208,10 +208,50 @@ These functions are more low level, probably not needed by the live coder.
## collect
# Functions
## groupHapsBy
<JsDoc client:idle name="groupHapsBy" h={0} />
## pure
<JsDoc client:idle name="pure" h={0} />
## reify
<JsDoc client:idle name="reify" h={0} />
## slowcatPrime
<JsDoc client:idle name="slowcatPrime" h={0} />
## isPattern
<JsDoc client:idle name="isPattern" h={0} />
## register
<JsDoc client:idle name="register" h={0} />
## toBipolar
<JsDoc client:idle name="toBipolar" h={0} />
## fromBipolar
<JsDoc client:idle name="fromBipolar" h={0} />
## \_composeOp
# Composers
```
set keep keepif add sub mul div mod pow band bor bxor blshift brshift lt gt lte gte eq eqt ne net and or func
```
```
In Out Mix Squeeze SqueezeOut Trig Trigzero
```