Luis G. Torres

Results 3 issues of Luis G. Torres

I'm trying to put together a CMake-ified build of Vital, but I'm running into a snag in synthesis/effects_engine/sound_engine.cpp, specifically these lines: ``` Value* pitch_wheel = createBaseControl("pitch_wheel"); modulation_handler_->setPitchWheelControl(pitch_wheel); Value* mod_wheel =...

Fightcade can fail on an ImportError if the user already has another version of python in the PATH. Changing this line ensures that the site-packages in Resources/ gets loaded instead.

On some Macs, glfwGetFramebufferSize() would return a high-resolution result even when the GL framebuffer was not created in high-resolution (retina) mode. This is because the screen-to-pixel conversion function, convertRectToBacking(), doesn't...