Post

Replies

Boosts

Views

Activity

Comment on Can Logic Pro load an Audio Unit v3 in-process?
Well, crap. Having worked on software with plugin APIs (I'm one of the authors of NetBeans), I get not wanting a plugin to be able to run amok. That said, there are those of us greybeards out there who know a thing or two about actual software engineering, and can write stuff that doesn't explode on contact. It would be nice if there were some sort of way to get whitelisted for in-process loading, either by Apple (as it does for Logic's built in plugins) or by the user. Sigh.
Topic: Media Technologies SubTopic: Audio Tags:
3w
Comment on Making sense of AVAudioSession interruption notifications
I don't know if you're able to see my other responses below - yesterday the web UI for direct replies was multiplying the number of characters in my response by -1 and saying there was no text to send, but that seems to be fixed. I wrapped all access to AVAudioSession in a facade so I could log if somehow my code were reactivating the audio session when the application is activated, and it is not the culprit. The notification is not triggered by my code interacting with AVAudioSession.
Topic: Media Technologies SubTopic: Audio Tags:
Mar ’25