Re: [Audacity-devel] GUI support for VST committed
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Martyn S. <mar...@go...> - 2009-05-20 23:41:25
|
I had the same problem and couldn't figure out the 'right' solution so I swapped 'LSTATUS' to 'LONG' and it worked. A missing 'include'? I've had some success and have seen the 'GUI' interface on two VST thing so far (TAL Phaser and Flanger) but the normal 'sliders' on others (Freeverb). Nice one, Leland! TTFN Martyn Gale Andrews wrote: > | From Leland <le...@au...> > | Wed, 20 May 2009 01:49:59 -0500 > | Subject: [Audacity-devel] GUI support for VST committed >> I just committed the resurrected GUI support for VST effects. This time >> it's using the VeSTige VST header. > > So far only tried compiling ANSI Release (on Windows) with one error as > below. I deleted build directory and > C:\Program Files\audacity_HEAD\audacity\win\Projects\Audacity\Release, > and deleted audacity.sln so am using the current one from CVS: > > LoadVST.cpp > ..\..\..\src\effects\VST\LoadVST.cpp(198) : error C2065: 'LSTATUS' : undeclared identifier > ..\..\..\src\effects\VST\LoadVST.cpp(198) : error C2146: syntax error : missing ';' before identifier 's' > ..\..\..\src\effects\VST\LoadVST.cpp(198) : error C2065: 's' : undeclared identifier > > > Gale > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > audacity-devel mailing list > aud...@li... > https://lists.sourceforge.net/lists/listinfo/audacity-devel > |