Re: [ANN] Rax 1.0 released - ReWire
Re: [ANN] Rax 1.0 released - ReWire
- Subject: Re: [ANN] Rax 1.0 released - ReWire
- From: "Angus F. Hewlett" <email@hidden>
- Date: Mon, 14 Jun 2004 11:39:29 +0100
Anyone know if it's possible to write a ReWire device (slave) in mach-o, or
will the enumeration fail unless they're CFM?
Regards,
Angus.
At 14:12 13/06/2004 -0400, Jeremy Sagan wrote:
>
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.
>
>
>
=======================================================
Angus F. Hewlett, Technical Director
FXpansion Audio UK Ltd -
http://www.fxpansion.com
=======================================================
_______________________________________________
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.