Re: [ANN] Rax 1.0 released - ReWire
Re: [ANN] Rax 1.0 released - ReWire
- Subject: Re: [ANN] Rax 1.0 released - ReWire
- From: Jeremy Sagan <email@hidden>
- Date: Sun, 13 Jun 2004 14:12:11 -0400
Lubor,
On Jun 12, 2004, at 12:56 PM, Lubor Prikryl wrote:
Hello,
I have noticed several apps in mach-o format using ReWire, but
Propellerheads have their libs compiled in PEF (for CFM). Do you wrap
all the functions using the mach-o/CFM pointer conversion, or is there
another solution?
Yes. Add this to the end of ReWireFindReWireSharedLibraryFunction and
return RP
#if TARGET_RT_MAC_MACHO
RP = ((REWIREPROC)MachOFunctionPointerForCFMFunctionPointer(RP));
#endif
And don't forget to unwrap so as to not leak memory if you ever shut
off ReWire. To do this add this to cleanup:
DisposeMachOFunctionPointer for all the rewire functions.
Jeremy
Thanks
Lubor
Lubor Prikryl
DSound (CZ)
Audio Software Developer
email@hidden
On 9.6.2004, at 20:49, Robert Grant wrote:
After it almost didn't happen - Rax 1.0 has finally been released.
http://www.grantedsw.com/rax
Thanks for answering lots of dumb questions :-)
I hear it's pretty helpful for AU developers as it loads much faster
than many AU hosts and has a handy "reopen last rack on launch"
feature for those wanting to test with a standard setup.
Best,
Robert.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.