Releases: processing/p5.sound.js
Releases · processing/p5.sound.js
v0.3.0
What's Changed
- fix typos by @omahs in #51
- Refactor by @ogbabydiesal in #69
- Update documentation link to beta.p5js.org by @ksen0 in #73
- fix: yuidoc circular referencing problem by @kunstewi in #75
- fix : sound warning due to orphaned sound class as wrong names by @kunstewi in #77
- docs: added example sketches for start() and stop() methods in AudioIn class by @kunstewi in #78
- Tone audio context share by @ogbabydiesal in #80
- Friendly descriptions by @ogbabydiesal in #81
New Contributors
- @omahs made their first contribution in #51
- @ksen0 made their first contribution in #73
- @kunstewi made their first contribution in #75
Full Changelog: v0.2.0...v0.3.0
v0.3.0-rc.0
https://cdn.jsdelivr.net/npm/p5.sound@0.3.0-rc.0/dist/p5.sound.js
What's Changed
- fix typos by @omahs in #51
- Refactor by @ogbabydiesal in #69
New Contributors
Full Changelog: v0.2.0...v0.3.0-rc.0
p5.sound.js 0.2.0
Version 0.1.0 of p5.sound.js supports both preload() as used in p5.js 1.x, and async/await as used in p5.js 2.0 - here's how
Features:
- added drywet method to reverb
- added LowPass, HighPass, and BandPass subclasses to Biquad class
- more accurate reverb description and more accurate parameter
- added audio rate control of amp method in the gain class
- added smoothing to amplitude class
Documentation & Cleanup:
- added changelog by Raphaël de Courville
- removed portamento from oscillator frequency by default on advice from daniel fishkin, added better documentation for the rampTime param of the freq method
- remove old PitshShifter.js file
- fixed PitchShifter.js file name
- Fix reference rendering
- added documentation for AudioContext utils
- added dave to advisors
- reference page corrections for website integration
- added module reference for website documentation
- karplus biquad example
- minor readme fixes
Bugfixes:
- mic isn't connected to output by default reverting back to original behavior
- fixed getAudioContext() and verified p5 sound objects can be connected to vanilla web audio api and RNBO
- fixed amp method in noise class
- fixed example in biquad to include p5 prefix when initializing classes
- fixed bug when sending negative values to SoundFile rate method
- fixed bug that prevented rate to be called as a function
- Update SoundFile.js
- Update PitshShifter.js
- Update Panner3D.js
- Update Panner.js
- Update src/Amplitude.js
- use audio
p5.sound.js 0.1.0
Initial release of p5.sound.js
Full Changelog: v0.1.0-beta...v0.1.0
p5.sound 0.1.0-beta
v0.1.0-beta 0.1.0-beta