You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This song also dies with 65536, 65537, 800, 200000 and 257, with the latter one interestingly not instantly, but delayedly causing the segfault.
I guess these values are "invalid" anyway, but while the manual states that the valid range is from 0.0 to 1.0 the player.cpp contains a wired in filter curve list (https://github.com/libsidplayfp/sidplayfp/blob/master/src/player.cpp#L184) which contains values above 1.0, and the sound really differs between for instance 1.0 and 1.5.
What is the real interval?
The text was updated successfully, but these errors were encountered:
TCH68k
changed the title
Certain songs with certain filter curve value causes SIDPlayFp to crash with segfault
Certain songs with certain filter curve values causes SIDPlayFp to crash with segfault
Jun 5, 2024
I guess these values are "invalid" anyway, but while the manual states that the valid range is from 0.0 to 1.0 the player.cpp contains a wired in filter curve list (https://github.com/libsidplayfp/sidplayfp/blob/master/src/player.cpp#L184) which contains values above 1.0, and the sound really differs between for instance 1.0 and 1.5.
The values in that list are transformed to fit into the correct range:
This song also dies with 65536, 65537, 800, 200000 and 257, with the latter one interestingly not instantly, but delayedly causing the segfault.
I guess these values are "invalid" anyway, but while the manual states that the valid range is from 0.0 to 1.0 the
player.cpp
contains a wired in filter curve list (https://github.com/libsidplayfp/sidplayfp/blob/master/src/player.cpp#L184) which contains values above 1.0, and the sound really differs between for instance 1.0 and 1.5.What is the real interval?
The text was updated successfully, but these errors were encountered: