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
Applying the following patch to disable S3 after disposal of all descriptors causes infinite recursion:
(the patch is also incorrect, becuase S3Disable stops all outlet sounds before descriptors are destroyed)
In
S3Shutdown
, the descriptors are cleaned up with the following code:dethrace/src/S3/audio.c
Lines 103 to 113 in 07d5173
However,
S3Disable
disablesgS3_enabled
:dethrace/src/S3/audio.c
Lines 124 to 126 in 07d5173
Which causes
S3DisposeDescriptor
to never do anything:dethrace/src/S3/audio.c
Lines 193 to 200 in 07d5173
Applying the following patch to disable S3 after disposal of all descriptors causes infinite recursion:
(the patch is also incorrect, becuase
S3Disable
stops all outlet sounds before descriptors are destroyed)The text was updated successfully, but these errors were encountered: