Here are the updates in v1.5.4:
-
The README file now has js code for blocks every method, for improved legibility and copy/pasting.
-
There were also several bug fixes:
note()
method's position argument is working as expectedstutter()
was refactored and simplified to retain pitch of the input patterndirsamp()
was fixed to address a bug where it would never find a sample if the lookup value was == 1.
- Oscillator methods no longer have a
sampleRate
argument, which was probably overkill to include to begin with:cosine()
,phasor()
,rect()
,sine()
,circle()
,square()
,tri()