sbooth / CAAudioHardware

The Swift-friendly Core Audio HAL
MIT License
2 stars 1 forks source link

actually use scope for `canBeDefault` #10

Closed nmggithub closed 3 months ago

nmggithub commented 3 months ago

This is a minor bug fix. It looks like the canBeDefault method wasn't using the scope that was being passed in. The property doesn't exist on the global scope, so the function always failed.

nmggithub commented 3 months ago

Force-pushed with a signed commit.

sbooth commented 3 months ago

Thanks for this!