2 SuperColliderAU
Copyright (c
) 2006 Gerard Roma
.
4 This program is free software
; you can redistribute it and
/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation
; either version
2 of the License
, or
7 (at your option
) any later version
.
9 This program is distributed
in the hope that it will be useful
,
10 but WITHOUT ANY WARRANTY
; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
. See the
12 GNU General Public License
for more details
.
14 You should have received a copy of the GNU General Public License
15 along with this program
; if not
, write to the Free Software
16 Foundation
, Inc
., 51 Franklin Street
, Fifth Floor
, Boston
, MA
02110-1301 USA
20 #include <AudioUnit/AudioUnit.r>
22 #include "SuperColliderAUVersion.h"
24 // Note that resource IDs must be spaced
2 apart
for the
'STR ' name and description
25 #define kAudioUnitResID_SuperColliderAU 1000
27 //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SuperColliderAU
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29 #define RES_ID kAudioUnitResID_SuperColliderAU
30 #define COMP_TYPE kAudioUnitType_MusicEffect
31 //#define COMP_TYPE kAudioUnitType_Effect
32 #define COMP_SUBTYPE SuperColliderAU_COMP_SUBTYPE
33 #define COMP_MANUF SuperColliderAU_COMP_MANF
35 #define VERSION kSuperColliderAUVersion
36 #define NAME "SuperColliderAU: SuperColliderAU"
37 #define DESCRIPTION "SuperColliderAU AU"
38 #define ENTRY_POINT "SuperColliderAUEntry"
44 #include "AUResources.r"