You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
Copy file name to clipboardExpand all lines: changelog.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
p5.sound v. 0.3.8
2
+
- many updates to documentation and examples
3
+
- protect against errors during duplicate dispose/disconnect calls to ensure dispose methods free up resources, and to enable testing in headless Chrome
4
+
- Deprecate p5.Env in favor of p5.Envelope
5
+
- p5.MonoSynth and p5.PolySynth updates and bug fixes
0 commit comments