Jay Oster

Results 366 comments of Jay Oster

For anyone experiencing this problem, Audio MIDI Setup can be found in /Applications/Utilities. I used it to create a Multi-output device that included both WavTap and my Default Built-In audio...

@pitxels You have to set volume on the built-in audio device before switching to the multi-output device. AFAICT, this is a limitation in OSX. It may seem redundant to do...

Looks like #104 was accepted, instead.

FWIW `imgui` is known to do all of its color interpolations in the sRGB color space, which is mathematically incorrect. See https://github.com/ocornut/imgui/issues/578

This is a bug with the inspector vs iframe. You can see the same issue on JavaScript sandboxing sites like codepen, too: http://codepen.io/greggman/pen/doxdaM

~~I cannot reproduce this~~, (_edit: oh, yes I can! I was using the crates.io release. The current git rev has this bug._) but I am concerned that this bug is...

I am pretty confident this is also the cause of #25, based on the stack trace provided in that thread.

The scaling function is the cause. The discussion in #23 seems to hint at that being the case. If I replace `generate_scaled()` with `generate` and do my own scaling, I...

This still happens, but it becomes more pronounced with slightly higher frequency and lower octaves. ![diagonals](https://user-images.githubusercontent.com/456942/151687384-f2eb57b6-1da7-40bf-9060-b1ad5670ea7c.png) Code that produces the image ```rust use minifb::{Key, Window, WindowOptions}; const WIDTH: usize =...