p5.js-sound
p5.js-sound copied to clipboard
p5.sound brings the Processing approach to Web Audio and p5.js. Demos:
**Actual Behaviour** Browsing the p5.PolySynth docs and attempted to use the provided example object `click to play` **Expected Behaviour** A music chord should play **Steps to reproduce it** CLick the...
No microphone is being found on iPhone when using p5js mic.start() but works on desktop. Found this same issue when viewing the microphone p5 example [here](https://p5js.org/examples/sound-mic-input.html) Mic has worked on...
When recording audio I get this error on recent Chrome(v71): Failed to execute 'createBuffer' on 'BaseAudioContext': The number of frames provided (0) is less than or equal to the minimum...
Just ran into a strange bug with p5.sound (v1.0.1) on Safari (13.1.2, yes old.. MacOS 10.13.6) – but I believe others have run into a very similar issue with `currentTime`...
I was trying to load a song from a url but gives me the CORS error -  Code - ``` let url = "https://malpha.123tokyo.xyz/get.php/f/98/CtgD91Ev4NU.mp3?cid=MTczLjI0OS4xMC4yMjIsMTczLjI0OS4xMC4yMjJ8R28taHR0cC1jbGllbnQvMS4xfERF&h=bpV5rGEBlKfcLqfpaO_U2Q&s=1641466012&n=Rozana-Full-Video-Song-Naam-Shabana-Akshay-Kumar-Taapsee-Pannu-Taher-Shabbir-I-Shreya-Rochak" song = loadSound(url) ``` In...
Working through testing some of the undocumented methods in p5.Oscillator and ran into `scale(inMin,inMax,outMin,outMax)`. I would expect to be able to do the following, scaling amplitudes from 0 - 1...
Resolves #513 - Fix incorrect sigChain helper function, which inserts or modifies a node into a signal chain - Fix incorrect math in scale method - Add tests
[As mentioned](https://discourse.processing.org/t/typeerror-arraysequence-0-is-undefined) in the Processing forum, Firefox is returning a strange error while using latest 0.3.12 of p5.sound (Safari + Chrome have no issue). I think it's connected to `getLevel()`...
The documentation says amount should be a value between 0-1 but isn't possible to set the distortion amount to 0 via the `set()` method as it checks the truthy value...
Hi, Safari 15.0 on MacOS BigSur 11.6 yields this error when trying to record. This happens on any p5js version above 0.7.3 according to my tests. Everything works as expected...