Skip to content

Releases: alemangui/pizzicato

v0.6.4

28 Oct 20:26
Compare
Choose a tag to compare

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

v0.6.3

17 Jan 22:44
Compare
Choose a tag to compare

• 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

04 Nov 11:21
Compare
Choose a tag to compare
  • 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

26 Mar 19:25
Compare
Choose a tag to compare

v0.6.0

17 Feb 22:18
Compare
Choose a tag to compare
  • 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

18 Jan 21:56
Compare
Choose a tag to compare
  • 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

11 Jan 17:55
Compare
Choose a tag to compare
  • Adds Quadrafuzz effect (commit)

v0.4.1

08 Jan 16:56
Compare
Choose a tag to compare
  • 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

30 Sep 22:40
Compare
Choose a tag to compare
  • 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

20 Aug 18:34
Compare
Choose a tag to compare
  • Solves issue #9 allowing for seamless addition and removal of effects in looped sounds.