Skip to content

v1.3.1

Compare
Choose a tag to compare
@nnirror nnirror released this 28 Feb 15:19
· 22 commits to main since this release

The following changes were made in v1.3.1:

  • replaced every() with whenmod() (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.