jamsinclair / ballast

Keep your audio balance from drifting! OSX Status Bar App
https://jamsinclair.nz/ballast
MIT License
466 stars 9 forks source link

Continuously corrects on a loop whenever balance changes #30

Closed OIRNOIR closed 9 months ago

OIRNOIR commented 2 years ago

When the app first starts up when the balance is 0, it works as intended. The first time the balance is adjusted however, it goes into an infinite loop correcting and re-correcting the balance, until it finally seems to crash (or maybe that was a fluke, cannot reproduce the crashing behavior).

OIRNOIR commented 2 years ago

I saw issue #29, that does not seem to be the case when downloaded directly from Github.

jamsinclair commented 2 years ago

Thanks for the report @OIRNOIR. Can you think of any further steps to help replicate the infinite loop on correction?

In the code we use a debounce approach to prevent this siutation from occurring.

Do you have any other software running that might also be updating the device balance?

OIRNOIR commented 2 years ago

No I do not have any other software that might be updating the device balance. I can't seem to replicate the issue.

OIRNOIR commented 9 months ago

Stale