diff options
| author | pepper <pepper@chimecrisis.com> | 2015-01-31 21:41:28 -0800 |
|---|---|---|
| committer | pepper <pepper@chimecrisis.com> | 2015-01-31 21:41:28 -0800 |
| commit | 97587996ee9db30ce00190bdcedd8210490b99f5 (patch) | |
| tree | d8554969ac496be3a1b02a159f2a4b5b79f9492e /vstgui.sf/drawtest/resources/audiounit.r | |
backup vst 2.4
Diffstat (limited to 'vstgui.sf/drawtest/resources/audiounit.r')
| -rw-r--r-- | vstgui.sf/drawtest/resources/audiounit.r | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/vstgui.sf/drawtest/resources/audiounit.r b/vstgui.sf/drawtest/resources/audiounit.r new file mode 100644 index 0000000..b4d71ff --- /dev/null +++ b/vstgui.sf/drawtest/resources/audiounit.r @@ -0,0 +1,34 @@ +#define kComponentSubType 'vgdt' +#define kComponentManuf 'Xxxx' +#define kVersionNumber 0x00010000 + +#include <AudioUnit/AudioUnit.r> +#include <AudioUnit/AudioUnitCarbonView.r> + +// ____________________________________________________________________________ +// component resources for Audio Unit +#define RES_ID 3000 +#define COMP_TYPE kAudioUnitType_Effect +#define COMP_SUBTYPE kComponentSubType +#define COMP_MANUF kComponentManuf +#define VERSION kVersionNumber +#define NAME "VSTGUI: DrawTest" +#define DESCRIPTION "DrawTest" +#define ENTRY_POINT "DrawTestAUEntry" + +#include "AUResources.r" + + +// ____________________________________________________________________________ +// component resources for Audio Unit Carbon View +#define RES_ID 9000 +#define COMP_TYPE kAudioUnitCarbonViewComponentType +#define COMP_SUBTYPE kComponentSubType +#define COMP_MANUF kComponentManuf +#define VERSION kVersionNumber +#define NAME "VSTGUI AUView" +#define DESCRIPTION "VSTGUI AUView" +#define ENTRY_POINT "VSTGUIAUViewEntry" + +#include "AUResources.r" + |
