Re: Wrapping VSTGUI for Dummies
Re: Wrapping VSTGUI for Dummies
- Subject: Re: Wrapping VSTGUI for Dummies
- From: Rob Martino <email@hidden>
- Date: Sat, 1 Nov 2003 17:56:30 -0500
Hello,
I've tried to incorporate some of these improvements in VST2AUView to
get a VST plug-in port working, however I'm having trouble with
CwViewContainer drawing. If I ensure that the CwFrame rect uses the
right offsets, and use Art's modified code below (so that SetOrigin is
unecessary), the CwViewContainers still draw without using the offset.
Everything else in the main frame seems to draw fine though.
When creating the CwViewContainer object, does the rect passed in have
to also be adjusted to reflect the offset like the rect passed into
CwFrame? Or shouldn't the view container take into account the frame's
offset?
Thanks,
Rob
On Thursday, October 2, 2003, at 04:54 PM, Art Gillespie wrote:
Peoples,
After spending the better part of the day doing some pro-bono work
trying to help out yet another dev with their Emagic VST->AU wrapper
woes, I came to the following conclusion:
The Emagic VST->AU wrapper is useless.
Below is a modified copy of VST2AUView.cpp with my comments and
changes (generally preceded with AG:). I tried to simply comment out
the original stuff that I changed, so you can compare and contrast. I
also tried to edit my original comments for content and political
sensitivity, but may have missed a few. :)
Hope this helps somebody out.
Best,
Art
>>0xBA
_______________________________________________
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.