Leandro Nini

Results 28 issues of Leandro Nini

Since moving from fmod to sdl_mixer the functionality has been lost, Would be nice reimplementing it. See https://gist.github.com/hydren/f60d107f144fcb41dd6f898b126e17b2 for an example

The actions defined in the header are not used consistently but mixed with GEGNER actions. https://github.com/HurricanGame/Hurrican/blob/9792ffc2d9c73b0cf0ede3f69d4746b4e060b8c4/Hurrican/src/bosses/Boss_MetalHead.hpp#L14-L21 https://github.com/HurricanGame/Hurrican/blob/9792ffc2d9c73b0cf0ede3f69d4746b4e060b8c4/Hurrican/src/bosses/Boss_MetalHead.cpp#L741-L750

To allow adding/removing controllers at runtime. https://wiki.libsdl.org/SDL2/SDL_ControllerDeviceEvent

enhancement

i just thought of adding color palette options on the `[Console]` section, like: `CopyrightPalette = blue, white`

enhancement

Coming from #102, we could have an (optional) background noise to add realism and a retro feeling. We need to determine the spectral characteristic and the loudness. Also it should...

Idea

Changed the analog stage to use floats instead of ints. The code is clearer but quite heavier on CPU. Not sure if there's margin for improvements...

Cut down the summer and mixer tables at the expense of a little runtime overhead (a couple of divs in the hot path) and rounding error when averaging the voltages....

BTW, one thing you could cherry-pick immediately would be my removal of OpenMP with std::thread. The startup time for both filter configs has been lowered from 300ms to 100ms (on...

Memory usage for Resampling tables: 1) From NTSC to intermediate frequency = 2,929 shorts = 5,858 BYTES = 5,8 KiloBytes. Kilo. Not mega. 2) From intermediate to output frequency (44.1...

From https://sourceforge.net/p/sidplay-residfp/bugs/28/ > When noise+pulse are selected the lower bits of OSC3 are being pulled down by the last four noise bits which are grounded. > See [vice-emu bug #1037](https://sourceforge.net/p/vice-emu/bugs/1037/)...