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

I am working with the example of [freqRange](https://github.com/processing/p5.js-sound/blob/1ebdbe73d731274f5aa528773ae91f4bd4acb955/examples/FFT_freqRange/sketch.js) and trying to understand it, but I'm stumped on this one part of how it is dividing the frequencies. Why do we...

Wondering why `setSource()` isn't changing the audioIn source? [Example trying it](https://editor.p5js.org/ffd8/sketches/ChnBGvMmO) based on the [References](https://p5js.org/reference/#/p5.AudioIn/setSource)... while in the console it tells me it changed sources, both in audio-reactivity and in...

I have some code that uses `p5.audioIn` to record some input audio and then play it back. Started seeing some weird errors, so went back to the original p5 documentation...

Bumps [terser](https://github.com/terser/terser) from 4.6.13 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

- distortion.getAmount() now returns values between 0-1 - test for distortion now expects amount between 0-1 - fixed errors in documentation - added example for distortion - set works with...

When using p5.Part, both stop() and pause() are identical. They only pause playback. Stop() should reset to the first step and halt there. Here's a code example of the problem:...

On iOS 15 if you go for example to this example https://p5js.org/reference/#/p5.SoundLoop start playing audio and then minimize safari or lock the screen the audio "mutes" and continue laying one...

Bumps [grunt](https://github.com/gruntjs/grunt) from 0.4.5 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...

dependencies

The `getEnergy()` function throws an 'invalid input for getEnergy()' error if given zero as a first argument. I don't really know anything about the technicalities of how the FFT function...

Is there a reason why you can't change the oscillator type of the monosynth directly? like through the constructor or a setType function