Releases: alemangui/pizzicato
Releases · alemangui/pizzicato
v0.6.4
28 Oct 20:26
Compare
Sorry, something went wrong.
No results found
• Solves DOMException in Chrome (#91 ). Thanks @skywhale for your PR.
• Solves documentation (README.md) issues
v0.6.3
17 Jan 22:44
Compare
Sorry, something went wrong.
No results found
• 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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.6.0
17 Feb 22:18
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Adds Quadrafuzz effect (commit )
v0.4.1
08 Jan 16:56
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Solves issue #9 allowing for seamless addition and removal of effects in looped sounds.