terry feng
terry feng
Backspace keystrokes are not recorded when repeating keystrokes They are also not recorded when recording macros
Using the build, HandPose does not have access or ask for camera permissions for hand tracking. Mac: Apple Silicon
Implementation of [Web MIDI](https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API) to interface with ChucK's `MIDIIn` `MIDIOut` `MIDIMsg` class https://chuck.stanford.edu/doc/reference/io.html#MidiIn. Feature request by @hoch
Preparing Playwright Test Framework for AudioWorklet Testing Tests written here `src/tests/playwright` (.spec.ts) Test pages are in `src/tests/playwrights/pages` More documentation is written here https://docs.google.com/document/d/1e7G9jc4kuVZWvjylTtFE76DzQBsOG6lZSFmV19Kc5cY/edit#heading=h.wb3akxg1nco
Steps to reproduce: 1. Open Demo: https://googlechromelabs.github.io/web-audio-samples/demos/wavetable-synth/ 2. Open console 3. Type `context.resume()` 4. Check box to switch to polyphonic mode 5. Uncheck box to switch back to monophonic Error...
Discovered by @PikosApikos on Discord: `CNoise` Pink Noise sounds more like White Noise on WebChucK. Sounds fundamentally different than native ChucK. Code to reproduce: ```java CNoise noise => HPF hip...
This PR is to introduce Rainfly: An AudioWorklet DSP Playground for Web Audio. This online AudioWorklet IDE streamlines writing custom JavaScript AudioWorklet code, building Web Audio DSP graphs, and recording...