mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Round 8 of wx3 changes
VST control working on Windows...further changes will be required
This commit is contained in:
@@ -144,6 +144,7 @@
|
||||
<ClCompile Include="..\..\..\src\effects\EffectRack.cpp" />
|
||||
<ClCompile Include="..\..\..\src\effects\NoiseReduction.cpp" />
|
||||
<ClCompile Include="..\..\..\src\effects\Phaser.cpp" />
|
||||
<ClCompile Include="..\..\..\src\effects\VST\VSTControlMSW.cpp" />
|
||||
<ClCompile Include="..\..\..\src\Envelope.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FFmpeg.cpp" />
|
||||
<ClCompile Include="..\..\..\src\FFT.cpp" />
|
||||
@@ -414,6 +415,7 @@
|
||||
<ClInclude Include="..\..\..\src\effects\EffectRack.h" />
|
||||
<ClInclude Include="..\..\..\src\effects\NoiseReduction.h" />
|
||||
<ClInclude Include="..\..\..\src\effects\Phaser.h" />
|
||||
<ClInclude Include="..\..\..\src\effects\VST\VSTControlMSW.h" />
|
||||
<ClInclude Include="..\..\..\src\import\FormatClassifier.h" />
|
||||
<ClInclude Include="..\..\..\src\import\ImportGStreamer.h" />
|
||||
<ClInclude Include="..\..\..\src\import\MultiFormatReader.h" />
|
||||
|
@@ -837,6 +837,9 @@
|
||||
<ClCompile Include="..\..\..\src\ViewInfo.cpp">
|
||||
<Filter>src</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\..\src\effects\VST\VSTControlMSW.cpp">
|
||||
<Filter>src/effects/VST</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\src\AboutDialog.h">
|
||||
@@ -1673,6 +1676,9 @@
|
||||
<ClInclude Include="..\..\..\src\AudacityHeaders.h">
|
||||
<Filter>src</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\src\effects\VST\VSTControlMSW.h">
|
||||
<Filter>src/effects/VST</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="..\..\audacity.ico">
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#define USE_SBSMS 1
|
||||
#define USE_SOUNDTOUCH 1
|
||||
#define USE_VAMP 1
|
||||
#define USE_VST 0
|
||||
#define USE_VST 1
|
||||
#define USE_MIDI 1 // define this to use portSMF and PortMidi for midi file support
|
||||
|
||||
#define INSTALL_PREFIX "."
|
||||
|
Reference in New Issue
Block a user