Skip to content

Commit

Permalink
v0.3.12 (#408)
Browse files Browse the repository at this point in the history
### New
- AudioWorklet replaces the deprecated ScriptProcessorNode (when available) in p5.SoundRecorder, p5.Amplitude, and p5.SoundFile, as part of @oshoham's GSoC project https://github.com/processing/p5.js/blob/master/developer_docs/project_wrapups/orenshoham_gsoc_2019.md
#369
#373
- p5 library compiled with webpack so it looks a little different and we had to remove comments that were tripping up YUIDoc here in the p5.js repo

### Fixes
- p5.SoundFile: stop() won't stop a soundfile loop https://github.com/processing/p5.js-sound/issues/401
- p5.SoundFile: addCue() not triggering function calls https://github.com/processing/p5.js-sound/issues/371
- p5.SoundFile: jump() only called if soundfile is playing #404
- p5.SoundFile: save() bugfix #406
- remove bad console call (#378)
  • Loading branch information
therewasaguy authored Jan 6, 2020
1 parent 3c56071 commit 006cfed
Show file tree
Hide file tree
Showing 5 changed files with 1,581 additions and 1,843 deletions.
Loading

0 comments on commit 006cfed

Please sign in to comment.