Re: [Audacity-devel] GUI support for VST committed
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Leland L. <pro...@ho...> - 2009-05-20 18:35:48
|
Quoting Gale Andrews <ga...@au...>: > > | 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 > That's odd...I wonder why it didn't get included... To get around it, just change the "LSTATUS" to "int" on line 198 and I'll check it out when I get home. Leland |