- Last Change:
- Clone URL:
ssh://anonymous@tobhe.de:2233/siomixer.git
- ECDSA:
SHA256:dc2B1zoxG/YKk3q0dEiI/SSy9BotxLEffrcJxOJq2XE
- ED25519:
SHA256:mLmQTwfKVZr+T+dI4YPYlb3l2Isux14M+WEAnmdnLTs
- RSA:
SHA256:Kc5AHP6q3OlyOIVBwTralUcNxCNdlL5NFgSm2eKfmTw
Commit Briefs
Remove the custom dispose hook
It isn't needed and seems to cause problems on closing the application.
Fix refcounting mess
Create a gobject for every device we get from sndioctl, coalescing in one step is too fragile. The problem is that we sometimes get the new controls first before the old ones are removed causing name conflicts. The old approach would have deleted the entire node at the end if that happened. # changes to be committed on branch main:
