Skip to content

Releases: jshanley/blip

v0.3.0

04 Nov 21:58
Compare
Choose a tag to compare

Changes

  • Added a configurable ADSR envelope object blip.envelope
  • Added a helper method to convert midi note number to frequency blip.mtof

v0.2.1

05 Nov 13:54
Compare
Choose a tag to compare

Changes

  • Added support for recent versions of Safari on Mac OSX and iOS

v0.2.0

31 Oct 21:45
Compare
Choose a tag to compare

Changes

  • Added semver as blip.version
  • Added an .each method to loops to allow running a block of code on the first tick of each iteration of the loop.
  • Allow setting of default rate and gain for clips using clip.rate() and clip.gain()
  • Added a .tickInterval setter/getter to the loop interface, which allows the loop interval to be set in terms of a specific time interval rather than divisions of a minute.