Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bad console call #378

Merged
merged 1 commit into from
Aug 15, 2019
Merged

Remove bad console call #378

merged 1 commit into from
Aug 15, 2019

Conversation

arist0tl3
Copy link
Contributor

Correct console function call

Correct console function call
@arist0tl3 arist0tl3 changed the title Update soundfile.js Remove bad console call Aug 14, 2019
oshoham
oshoham previously approved these changes Aug 15, 2019
@oshoham oshoham dismissed their stale review August 15, 2019 06:48

I'm probably not the right person to review this.

@therewasaguy
Copy link
Member

ahh, thank you @arist0tl3

@therewasaguy therewasaguy merged commit 0dacdc7 into processing:master Aug 15, 2019
@arist0tl3
Copy link
Contributor Author

@therewasaguy

Hey, thanks for the quick merge. I'm wondering what the process is to get something like https://cdnjs.com/libraries/p5.js/ updated with this fix, as we have a few projects pointing at this and it would be nice to not have to use local code fixes for them =)

Thanks!

@therewasaguy therewasaguy mentioned this pull request Jan 6, 2020
therewasaguy added a commit that referenced this pull request Jan 6, 2020
### 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)
therewasaguy added a commit to processing/p5.js that referenced this pull request Jan 6, 2020
- improved inline documentation - all examples start audio on user gesture processing/p5.js-sound#403
- 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
processing/p5.js-sound#369
processing/p5.js-sound#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

- 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 processing/p5.js-sound#404
- p5.SoundFile: save() bugfix processing/p5.js-sound#406
- remove bad console call (processing/p5.js-sound#378)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants