mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Updates for wx3
A long way to go yet, but many OSX issues fixed including conversion of Audio Unit effects.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -178,7 +178,7 @@
|
||||
#define USE_VAMP 1
|
||||
|
||||
/* Define if VST plug-in support is enabled */
|
||||
#define USE_VST 1
|
||||
#define USE_VST 0
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "2.0.6"
|
||||
|
@@ -1,13 +1,3 @@
|
||||
// Macintosh-specific include file
|
||||
|
||||
// Audacity's four-character "creator" code and project type code
|
||||
#define AUDACITY_CREATOR 'auDy'
|
||||
#define AUDACITY_PROJECT_TYPE 'auDp'
|
||||
|
||||
#include <wx/defs.h>
|
||||
#include "../src/configunix.h"
|
||||
#define USE_AQUA_THEME 1
|
||||
#define USE_VST 1
|
||||
|
||||
// arch-tag: 1f1d80ef-d1b4-4c9e-8226-ec3b93dcb46c
|
||||
|
||||
|
Reference in New Issue
Block a user