v1.3.1
The following changes were made in v1.3.1:
- replaced
every()
withwhenmod()
(borrowing from the tidal function's name), allowing for more precise control over when to regenerate patterns. - added tuning utility functions that return arrays of tuning ratios:
just()
,pythagorean()
,equaltemp()
,meantone()
,edo19()
,edo31()
. - fixed a bug to ensure playback of new audio patterns begins at the start of the next loop.
- fixed a bug where manual BPM changes in the browser would potentially cause some audio playback events to skip.