1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 09:01:15 +02:00

Round 2 of wx3 changes on OSX

Main change is that VST GUI support is now integrate with new Cocoa
views.  Direct support for VST Cocoa views (via Cockos extensions:
http://www.reaper.fm/sdk/vst/vst_ext.php) has been added.
This commit is contained in:
Leland Lucius
2015-07-11 19:33:04 -05:00
parent a9184af222
commit b8872a4a02
13 changed files with 670 additions and 1409 deletions

View File

@@ -178,7 +178,7 @@
#define USE_VAMP 1
/* Define if VST plug-in support is enabled */
#define USE_VST 0
#define USE_VST 1
/* Version number of package */
#define VERSION "2.0.6"