Skip to content

Commit

Permalink
0.3.8 (#296)
Browse files Browse the repository at this point in the history
- Many updates to documentation and examples
- protect against errors during duplicate dispose/disconnect calls to ensure `dispose` methods free up resources, and to enable testing in headless Chrome
- Deprecate p5.Env in favor of p5.Envelope
- p5.MonoSynth and p5.PolySynth updates and bug fixes
  • Loading branch information
therewasaguy authored Jun 15, 2018
1 parent e50981b commit a7a2a22
Show file tree
Hide file tree
Showing 4 changed files with 640 additions and 374 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
p5.sound v. 0.3.8
- many updates to documentation and examples
- protect against errors during duplicate dispose/disconnect calls to ensure dispose methods free up resources, and to enable testing in headless Chrome
- Deprecate p5.Env in favor of p5.Envelope
- p5.MonoSynth and p5.PolySynth updates and bug fixes

p5.sound v. 0.3.7
- fix audioIn getSources
- improvements to soundFile.rate
Expand Down
Loading

0 comments on commit a7a2a22

Please sign in to comment.