p5.js-sound icon indicating copy to clipboard operation
p5.js-sound copied to clipboard

p5.sound brings the Processing approach to Web Audio and p5.js. Demos:

Results 116 p5.js-sound issues
Sort by recently updated
recently updated
newest added

hello, I use react and p5 to create a little app to record sound, but when I used the saveSound function the console gives me this message "Cannot read properties...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

The documentation states: > "Time will be passed as the first parameter to the callback function, and param will be the second parameter." As far as I can tell (I'm...

When trying to utilize p5.js and p5.sound.js >= 1.4.0 inside an iframe populated by srcdoc it works on Firefox and on Chrome, but fails on Safari. 1.3.0 [Repro CodePen](https://codepen.io/jon-playful-software/pen/NWMxGEg) Opening...

This happens when I execute `new p5.AudioIn()`. ![image](https://user-images.githubusercontent.com/31020711/80842948-8dfb5400-8bc8-11ea-91c6-1d8a57e72c92.png)

MonoSynth is using Envelope's `ramp` method, which uses `setTargetAtTime`, and that never reaches the target value.

Resolves #800 Link to the changes : https://github.com/processing/p5.js-sound/pull/801/files#diff-bf986b760c5ce6e90e15501e546f5757843770a858456acf0a4e5ef4ea7e01ab Screenshots of the change: Before: After:

Error thrown when using playMode with an invalid string does not mention "untildone" as an option.

closes #756 added `PolySynth.setType()`

Signed-off-by: Abhijay Jain refer PR: #641 (resolved merge conflicts in existing PR) - Added mocha-chrome as a grunt task, which is borrowed from p5.js. - Changed the test filing architecture...