On Wed, Dec 10, 2014 at 2:47 AM, Julius Smith <j...@ccrma.stanford.edu>
wrote:

> I cloned VSTAU and it compiled after removing 'const' from some NSString
> declarations for k* symbols, and commenting out "SetString(stringHandle,
> pstr);" which is not defined anywhere that I can find (yet).  I guess this
> is my version of the "twiddling" you mention.
>

That's exactly what I did. Obviously SetString is supposed to change a
Carbon resource value, but it's not in the core frameworks anywhere. I
guess that it's not save to just overwrite the StringHandle (which is in
fact a C char**), so I commented that out as well.


> Thanks for the heads up about 32-bit support only.  I'll try to throw the
> switch to 64-bit compilation, and will report back if I can get it to work.
>

VSTAU itself compiles with 64 bit just fine, I already tried that. But the
generated AU components are still 32 bit only. Somewhere in the code it
must create those components, this will need to be modified so that it
creates a universal binary instead. It would be nice if you could post your
patches if you can get it to work.

Albert

-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:    https://plus.google.com/+AlbertGraef
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to