terry feng

Results 8 issues of 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

Support ChuGL with WebGPU

enhancement
research

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

enhancement
research

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

gsoc24

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...

type:bug
P2

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...

gsoc24