aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/MacAU/Channel4/Channel4.r
diff options
context:
space:
mode:
authorChris Johnson <jinx6568@sover.net>2018-06-03 21:19:24 -0400
committerChris Johnson <jinx6568@sover.net>2018-06-03 21:19:24 -0400
commit3a3c2dde62b7c28950898c469c376ad32ac63f39 (patch)
treeffb5f43117d42b7c65d33d01969d931ff5c8d527 /plugins/MacAU/Channel4/Channel4.r
parent4e96c7400c70a1e7bc67e2241727bcc74315c574 (diff)
downloadairwindows-lv2-port-3a3c2dde62b7c28950898c469c376ad32ac63f39.tar.gz
airwindows-lv2-port-3a3c2dde62b7c28950898c469c376ad32ac63f39.tar.bz2
airwindows-lv2-port-3a3c2dde62b7c28950898c469c376ad32ac63f39.zip
Righteous4 && Channel4
Diffstat (limited to 'plugins/MacAU/Channel4/Channel4.r')
-rwxr-xr-xplugins/MacAU/Channel4/Channel4.r61
1 files changed, 61 insertions, 0 deletions
diff --git a/plugins/MacAU/Channel4/Channel4.r b/plugins/MacAU/Channel4/Channel4.r
new file mode 100755
index 0000000..6a0ba66
--- /dev/null
+++ b/plugins/MacAU/Channel4/Channel4.r
@@ -0,0 +1,61 @@
+/*
+* File: Channel4.r
+*
+* Version: 1.0
+*
+* Created: 12/3/14
+*
+* Copyright: Copyright © 2014 Airwindows, All Rights Reserved
+*
+* Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple Computer, Inc. ("Apple") in
+* consideration of your agreement to the following terms, and your use, installation, modification
+* or redistribution of this Apple software constitutes acceptance of these terms. If you do
+* not agree with these terms, please do not use, install, modify or redistribute this Apple
+* software.
+*
+* In consideration of your agreement to abide by the following terms, and subject to these terms,
+* Apple grants you a personal, non-exclusive license, under Apple's copyrights in this
+* original Apple software (the "Apple Software"), to use, reproduce, modify and redistribute the
+* Apple Software, with or without modifications, in source and/or binary forms; provided that if you
+* redistribute the Apple Software in its entirety and without modifications, you must retain this
+* notice and the following text and disclaimers in all such redistributions of the Apple Software.
+* Neither the name, trademarks, service marks or logos of Apple Computer, Inc. may be used to
+* endorse or promote products derived from the Apple Software without specific prior written
+* permission from Apple. Except as expressly stated in this notice, no other rights or
+* licenses, express or implied, are granted by Apple herein, including but not limited to any
+* patent rights that may be infringed by your derivative works or by other works in which the
+* Apple Software may be incorporated.
+*
+* The Apple Software is provided by Apple on an "AS IS" basis. APPLE MAKES NO WARRANTIES, EXPRESS OR
+* IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY
+* AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE APPLE SOFTWARE OR ITS USE AND OPERATION ALONE
+* OR IN COMBINATION WITH YOUR PRODUCTS.
+*
+* IN NO EVENT SHALL APPLE BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL
+* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE,
+* REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE APPLE SOFTWARE, HOWEVER CAUSED AND WHETHER
+* UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN
+* IF APPLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+*
+*/
+#include <AudioUnit/AudioUnit.r>
+
+#include "Channel4Version.h"
+
+// Note that resource IDs must be spaced 2 apart for the 'STR ' name and description
+#define kAudioUnitResID_Channel4 1000
+
+//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Channel4~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+#define RES_ID kAudioUnitResID_Channel4
+#define COMP_TYPE kAudioUnitType_Effect
+#define COMP_SUBTYPE Channel4_COMP_SUBTYPE
+#define COMP_MANUF Channel4_COMP_MANF
+
+#define VERSION kChannel4Version
+#define NAME "Airwindows: Channel4"
+#define DESCRIPTION "Channel4 AU"
+#define ENTRY_POINT "Channel4Entry"
+
+#include "AUResources.r" \ No newline at end of file