Detecting FxSound Equalizer On/Off Status Using Python

Hello everyone,
I’m currently working on a project where I need to programmatically detect whether FxSound is turned on or off using Python. Does anyone have a good idea of how I could achieve this? I just need it to provide a clear indication of the status (on/off) so it can be used for further actions (e.g., trigger another function or log the status).

1 Like