Re: notifying host of parameter changes
Re: notifying host of parameter changes
- Subject: Re: notifying host of parameter changes
- From: Pavol Markovic <email@hidden>
- Date: Sun, 23 Oct 2005 22:58:24 +0200
On Oct 23, 2005, at 8:20 PM, Muon Software Ltd - Dave wrote:
PS - although its all now working, I'm still a bit worried about
calling
AUEventListenerNotify with both parameters NULL. I definately don't
implement any custom listeners in my carbon view but it seems likely
that
the base class might implement one of its own in order to receive
parameter
updates when hosts are writing automation to the AU without me knowing
about
it. I definately don't want to get a notification back for events the
editor
generates, so anyone any tips where to start looking? is this a
non-issue?
You don't have to be worried with passing two NULLs if you don't have
any listeners.
Host can access your parameters only via Get/SetParameter.
PPS - anyone any specific advice on getting Logic 7.1.1 to work nicely
with
XCode's debugger? it just quits when I try to start a debug session
with it
set as the custom executable. Logic 6.3.3 won't run either, it says
there is
no exectable :-(
On Logic 6.3.3 you need to specify full path to Executable, because
it's name is different then bundle name (an Xcode bug), something like
this:
/Applications/Logic 6 Series/Logic Platinum
6.3.3.app/Contents/MacOS/Logic Platinum
For Logic 7 debugging write here:
On Dec 14, 2004, at 6:40 PM, Stefan Gretscher wrote:
Please send all future questions regarding Logic and AUs to
"email@hidden" so they will reach the right people at
Apple/Emagic. We will then get back to you privately.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden