Re: VST Wrapper
Re: VST Wrapper
- Subject: Re: VST Wrapper
- From: Glenn Olander <email@hidden>
- Date: Thu, 06 Feb 2003 10:33:08 -0800
Ben Dyer wrote:
Are you using the latest Emagic SDK (28th Jan) ?
Are you sing the latest Logic 6 pre-release download? (every new
version has a number of bug fixes)
What O/S are you on?
Have you done the Dec 2002 Dev update ?
Yes, I'm using the Jan 28th SDK and the Logic 6 pre-release.
I'm running OS 10.2, but haven't done the Dec Dev update yet.
That might explain why the Delay example doesn't work, but I
haven't seen a reply where anyone has said they've been able
to get the Delay example to work.
I have found a couple of problems in AU2VST library. Hopefully this
will save somebody the time it cost me:
1) There is some left over code for parameters 6 and 7 that
I'm sure they meant to remove, but the result is that your
7th parameter is forced to have values 0 or 1.
2) If your synth has inputs defined, your processReplacing() will
never be called.
3) The default GUI which Logic uses rounds all parameter values
off to the nearest .01. That explains why my plug would work
in Metro but not Logic: Metro uses different controls for the
default GUI which do not force the round-off. My VST version
has a custom control to provide the necessary resolution, but
I'd like to at least browse the presets...does anyone know
of a workaround for this?
- Glenn
_______________________________________________
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.