-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit c65cc66
committed
p5.sound 1.0.1
Bug Fixes
* Fix drywet function bug https://github.com/processing/p5.js-sound/pulls/606
* Fix function name in documentation processing/p5.js-sound#603
* Fix repeat initialization of audioWorklet processing/p5.js-sound#593
* Fix issue with p5.Score that prevented parts from being passed as argument processing/p5.js-sound#543
* Fallback when AudioWorklet buffer array length is zero
processing/p5.js-sound#542
* Remove extra callbacks for SoundFile cue
processing/p5.js-sound#449
* Fix abnormal behaviour of audio output in p5.signal example section
processing/p5.js-sound#476
* Fix error while playing sound through `p5.soundFile.play()` method
processing/p5.js-sound#542
Intrastructure Improvements
* Library is re-written in ESM ( ECMASCRIPT MODULES).
* Audio Nodes are written as `Class` style rather than being written as `function` style.
* Library using features of es6 like `let` , `const` keywords and many other es6+ features.
* Testing architecture has been made more clean and robust.
* All above listed improvements are part of [Divyanshu's](https://github.com/endurance21) GSOC-20 Project , more details can be found in his [wrap-up-post](https://github.com/endurance21/GSOC-20-WrapUp).
* Improvements in pre-commit-hook action processing/p5.js-sound#574
Documentation Fixes
* Fixed broken anchor tags in p5.Audioln
processing/p5.js-sound#450
* Fixed typo in p5.fft documentation
processing/p5.js-sound#433
* Added documentations for P5.oscillator APIs
processing/p5.js-sound#420
* Improved documentation of p5.soundloop
processing/p5.js-sound#437
* Fixed broken links in p5.panner3D documentations
processing/p5.js-sound#465
* Typo improvements in p5.soundloop reference
processing/p5.js-sound#557
Deprecations and Renames
* renames: outputVolume method and Main class processing/p5.js-sound#610
* We have deprecated functionality in an effort to focus the API
* p5.Signal
* p5.SoundFile.processPeaks1 parent 8764b25 commit c65cc66Copy full SHA for c65cc66
2 files changed
+10250
-9818
lines changed
0 commit comments