Aron Homberg

Results 28 issues of Aron Homberg

Hi, I just duplicated an IPlug example for the first time and was wondering why I couldn't find config.h and the respective references. Turns out, the message printed is misleading...

When the visual keyboard of the synth gets clicked, a midi message event gets created and dispatched on window.onmidimessage (on window because there is no prototype to dispatch on currently)....

Hi :) just asking as the last release was about Feb and last commit in April? Best, Aron

Hi, lets imagine I have some 1024 `f32` values stored in some `Float32Array` buffer, waiting to be processed by WASM based DSP code :) I'm still pretty new to WebAssembly....

JS embedding

Hi Andrea, ...hope you're doing well! I remember reading your emails on the ES mailing list years ago :) Well... fast-forward; a few days ago I discovered your beautiful DOM...

enhancement
3rd Party

Hey :) as up-to-date STUN servers lists are often needed to be known in-browser, and you might not want to hard-code them, you can actually use this code in-browser to...

Hey, another one, I've wrote a TypeScript script to allocate geo location data per IP. This can be extremely helpful for selecting the nearest and fastest STUN server. Results attached...

Hi, I'm wondering how well the tracker is protected against large-scale attacks as many dApps/distributed systems are dependent on this central service; rendering them "non-decentral" in a way? What I...

Hi, there is an issue with a specific security condition where this hook can potentially break a whole web application, also production deploys, just by using it in the intended...

bug

Hi all :) I would like to replace my own MVP impl. with GWTP. My requirements for the projects front-end architecture are a bit more complex than whats seen in...

Suggestion