Hi Audioboy,
I don't know much about the reasons for having to reboot after an AU
installation.
I just found the workaround on kvr - start the script below from your
installer if an AU has been installed.
In the original script the first line was
#!/bin/bash
but this leads to an error in between.
Cheers,
Thomas
#!/bin/sh
if [[ ${OSTYPE:6} -ge 17 ]]; then
sudo killall -9 AudioComponentRegistrar
fi
Am 26.10.2020 um 03:15 schrieb audio boy via Coreaudio-api:
Having googled, this does seem to be a long standing problem and we
are not the only vendor to be affected by this. However it's clear
from user reports that many AUs are not affected by this and show up
correctly after install. So I would really like to figure out finally
exactly why this happens.
Does anyone know what the official mechanism is? There doesnt seem to
be anything on it in the apple docs.
What might be relevant is that we dont put our AU properties (type,
subtype) etc in the plist, only the .R file, as a result, we are using
the older entry point mechanism. But several major vendors, such as
U-HE are also doing the same, having checked, and these plugins show
up fine after install, at least on my test machine.
Also as you may have seen in my other recent post, we have set an
invalid SubType code (a number instead of a valid FourCC). Could this
be a reason? (But we are unable to change this as doing so makes our
plugins apparently disappear from Logic).
Would really really like to finally solve this problem....
Thanks
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (Coreaudio-api@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/coreaudio-api/developer%40netcologne.de
This email sent to develo...@netcologne.de
--
Thomas Rehaag
Steinkopfstraße 3
51065 Köln
Tel.: 0221 954 54 95
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (Coreaudio-api@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/coreaudio-api/archive%40mail-archive.com
This email sent to arch...@mail-archive.com