Skip to content

Releases: alemangui/pizzicato

v0.6.4

Choose a tag to compare

@alemangui alemangui released this 28 Oct 20:26

• Solves DOMException in Chrome (#91). Thanks @skywhale for your PR.
• Solves documentation (README.md) issues

v0.6.3

Choose a tag to compare

@alemangui alemangui released this 17 Jan 22:44

• Solves issue where effects - other than the first one - in groups could not be removed (#78)
• Solves attack/release Firefox bug by making a specific workaround (#79)
• Documentation updates

v0.6.2

Choose a tag to compare

@alemangui alemangui released this 04 Nov 11:21
  • Creates a workaround for browsers without StereoPannerNode support (#55)
  • Prioritises navigator.mediaDevices.getUserMedia (#62)
  • Solves issue with detached sounds being added in groups.
  • Updates several libraries

v0.6.1

Choose a tag to compare

@alemangui alemangui released this 26 Mar 19:25

v0.6.0

Choose a tag to compare

@alemangui alemangui released this 17 Feb 22:18
  • Adds a console error message when the browser does not support getUserMedia.
  • Adds capability for grouping sounds. Addresses issue #40 and suggestions in issue #16.

v0.5.1

Choose a tag to compare

@alemangui alemangui released this 18 Jan 21:56
  • Allows chaining addEffect and removeEffect calls (#15)
  • Fixes issue where using the same effect in multiple sounds would disconnect some sounds (#42)

v0.5.0

Choose a tag to compare

@alemangui alemangui released this 11 Jan 17:55
  • Adds Quadrafuzz effect (commit)

v0.4.1

Choose a tag to compare

@alemangui alemangui released this 08 Jan 16:56
  • Solves issues related to sounds stopped when using attack/release (#31)
  • Added missing curly braces to prevent build errors when using grunt-remove-logging (PR #29 by @notepadwebdev)

v0.4.0

Choose a tag to compare

@alemangui alemangui released this 30 Sep 22:40
  • Adds tremolo effect (PR #22 by @JohnPaulHarold)
  • Adds the possibility of connecting AudioNodes to Pizzicato.Sound objects (issue #23)
  • Adds the possibility of connecting AudioNodes to and from Pizzicato effects (issue #23)
  • Pizzicato.Sound objects can now be created detached from the context's destination (issue #23)
  • Deprecates sustain property in Pizzicato.Sound objects in favor of release property (issue #20)

v0.3.2

Choose a tag to compare

@alemangui alemangui released this 20 Aug 18:34
  • Solves issue #9 allowing for seamless addition and removal of effects in looped sounds.