Re: HostCallback_GetBeatAndTempo
Re: HostCallback_GetBeatAndTempo
- Subject: Re: HostCallback_GetBeatAndTempo
- From: Earl Vickers <email@hidden>
- Date: Fri, 9 Jun 2006 13:47:03 -0700
Title: Re:
HostCallback_GetBeatAndTempo
Olivier Tristan wrote:
Concerning the debug problem, you just
need to edit the custom target
(Get Info) and put the full path to DP executable
like /Contents/MacOS/Digital Performer
there not just path to the bundle
Hope this helps.
Indeed it does, thanks!!
What I'm finding now is that when I instantiate the plug-in, the
debugger console says:
Plugin Mas Audio Unit Support file
'MasAUSupportEffect.cpp', Line 259: ASSERT( context !=
kRegionOpProcContext ) failed
Then it seems to work okay, including the GetBeatAndTempo
callbacks, but when I close the plug-in, the debugger hangs.
Eventually it unlocks, but when I instantiate the plug-in again, the
debugger stops in the middle of MasAUSupportProc::GetBeatAndTempo and
says:
GDB: Program received signal:
"EXC_BAD_ACCESS".
Is it possible that as I close the plug-in, the callback is still
being processed, and then when the callback returns, there's no
plug-in to return to? So this is some kind of thread thing?
Earl
--
The Sound Guy, Inc.
http://www.sfxmachine.com
_______________________________________________
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