From 83a3894bf7925b9d5c0753b756d71b6eb2270a44 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sun, 1 Sep 2013 01:49:35 +0000 Subject: Some more work on localization for OS X. Create a Spanish localization. It currently is just the English files copied over. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87046 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- .../Resorces/OpenAL/es.lproj/InfoPlist.strings | 6 + .../Resorces/SDL/es.lproj/InfoPlist.strings | 6 + .../DFSound/Resorces/Shared/es.lproj/Credits.rtf | 13 + .../Resorces/Shared/es.lproj/Localizable.strings | 33 + .../Shared/es.lproj/NetSfPeopsSpuPluginMain.xib | 2496 ++++++++++++++++++++ 5 files changed, 2554 insertions(+) create mode 100644 macosx/plugins/DFSound/Resorces/OpenAL/es.lproj/InfoPlist.strings create mode 100644 macosx/plugins/DFSound/Resorces/SDL/es.lproj/InfoPlist.strings create mode 100644 macosx/plugins/DFSound/Resorces/Shared/es.lproj/Credits.rtf create mode 100644 macosx/plugins/DFSound/Resorces/Shared/es.lproj/Localizable.strings create mode 100644 macosx/plugins/DFSound/Resorces/Shared/es.lproj/NetSfPeopsSpuPluginMain.xib (limited to 'macosx/plugins/DFSound') diff --git a/macosx/plugins/DFSound/Resorces/OpenAL/es.lproj/InfoPlist.strings b/macosx/plugins/DFSound/Resorces/OpenAL/es.lproj/InfoPlist.strings new file mode 100644 index 00000000..4c8e3f3a --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/OpenAL/es.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "OpenAL Sound Plugin"; +CFBundleShortVersionString = "SPU Plugin for PCSXR"; +CFBundleGetInfoString = "Based on P.E.Op.S. SPU Sound Plugin."; +NSHumanReadableCopyright = "Copyright © 2004 Gil Pedersen."; diff --git a/macosx/plugins/DFSound/Resorces/SDL/es.lproj/InfoPlist.strings b/macosx/plugins/DFSound/Resorces/SDL/es.lproj/InfoPlist.strings new file mode 100644 index 00000000..31673188 --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/SDL/es.lproj/InfoPlist.strings @@ -0,0 +1,6 @@ +/* Localized versions of Info.plist keys */ + +CFBundleName = "SDL Sound Plugin"; +CFBundleShortVersionString = "SPU Plugin for PCSXR"; +CFBundleGetInfoString = "Based on P.E.Op.S. SPU Sound Plugin."; +NSHumanReadableCopyright = "Copyright © 2004 Gil Pedersen."; diff --git a/macosx/plugins/DFSound/Resorces/Shared/es.lproj/Credits.rtf b/macosx/plugins/DFSound/Resorces/Shared/es.lproj/Credits.rtf new file mode 100644 index 00000000..3847a9c0 --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/Shared/es.lproj/Credits.rtf @@ -0,0 +1,13 @@ +{\rtf1\mac\ansicpg10025\cocoartf824\cocoasubrtf240 +{\fonttbl\f0\fswiss\fcharset77 Helvetica-Bold;\f1\fswiss\fcharset77 Helvetica;} +{\colortbl;\red255\green255\blue255;} +\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\ql\qnatural + +\f0\b\fs24 \cf0 Macintosh Port: +\f1\b0 \ + Gil Pedersen\ +\ + +\f0\b Original coders: +\f1\b0 \ + Pete Bernert and the P.E.Op.S. team} \ No newline at end of file diff --git a/macosx/plugins/DFSound/Resorces/Shared/es.lproj/Localizable.strings b/macosx/plugins/DFSound/Resorces/Shared/es.lproj/Localizable.strings new file mode 100644 index 00000000..9c4b6b4f --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/Shared/es.lproj/Localizable.strings @@ -0,0 +1,33 @@ +/* + Localizable.strings + PeopsSPU + + Created by C.W. Betts on 11/16/11. + Copyright 2011 __MyCompanyName__. All rights reserved. + */ + +"SDL Sound" = "SDL Sound"; +"OpenAL Sound" = "OpenAL Sound"; +"Mac OS X Sound" = "Mac OS X Sound"; +"P.E.Op.S. Sound Driver V1.7\nCoded by Pete Bernert and the P.E.Op.S. team\n" = "P.E.Op.S. Sound Driver V1.7\nCoded by Pete Bernert and the P.E.Op.S. team\n"; + +/*Unknown/not found value */ +"(Unknown)" = "(Unknown)"; + +/* Interpolation Values */ +"(No Interpolation)" = "(No Interpolation)"; +"(Simple Interpolation)" = "(Simple Interpolation)"; +"(Gaussian Interpolation)" = "(Gaussian Interpolation)"; +"(Cubic Interpolation)" = "(Cubic Interpolation)"; + +/* Reverb Values */ +"(No Reverb)" = "(No Reverb)"; +"(Simple Reverb)" = "(Simple Reverb)"; +"(PSX Reverb)" = "(PSX Reverb)"; + +/* Volume Values */ +"(Muted)" = "(Muted)"; +"(Low)" = "(Low)"; +"(Medium)" = "(Medium)"; +"(Loud)" = "(Loud)"; +"(Loudest)" = "(Loudest)"; diff --git a/macosx/plugins/DFSound/Resorces/Shared/es.lproj/NetSfPeopsSpuPluginMain.xib b/macosx/plugins/DFSound/Resorces/Shared/es.lproj/NetSfPeopsSpuPluginMain.xib new file mode 100644 index 00000000..0aedd66e --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/Shared/es.lproj/NetSfPeopsSpuPluginMain.xib @@ -0,0 +1,2496 @@ + + + + 1070 + 12E55 + 3084 + 1187.39 + 626.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 3084 + + + IBNSLayoutConstraint + NSBox + NSButton + NSButtonCell + NSCustomObject + NSMatrix + NSSlider + NSSliderCell + NSTextField + NSTextFieldCell + NSView + NSWindowTemplate + + + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + + SPUPluginController + + + FirstResponder + + + NSApplication + + + 1 + 2 + {{128, 348}, {466, 337}} + 1886912512 + SPU Configuration + NSWindow + + View + + + {213, 107} + + + 256 + + + + 256 + + + + 274 + + + + 256 + {{13, 86}, {96, 17}} + + + + {250, 750} + YES + + 67108864 + 4194304 + Reverb: + + LucidaGrande + 13 + 1044 + + + + 6 + System + controlColor + + 3 + MC42NjY2NjY2NjY3AA + + + + 6 + System + controlTextColor + + 3 + MAA + + + + NO + + + + 256 + {{127, 84}, {144, 26}} + + + + YES + + 67371264 + 0 + + + + + Helvetica + 12 + 16 + + + 2 + 0.0 + 1 + 0.0 + 3 + 1 + YES + NO + + NO + + + + 256 + {{13, 54}, {96, 17}} + + + + {250, 750} + YES + + 67108864 + 4194304 + Interpolation: + + + + + + NO + + + + 256 + {{127, 52}, {144, 26}} + + + + YES + + 67371264 + 0 + + + + + + 3 + 0.0 + 1 + 0.0 + 4 + 1 + YES + NO + + NO + + + + 256 + {{274, 86}, {133, 17}} + + + + {250, 750} + YES + + 67108864 + 71303168 + (Simple Reverb) + + LucidaGrande + 11 + 3100 + + + + + + NO + + + + 256 + {{274, 54}, {133, 17}} + + + + {250, 750} + YES + + 67108864 + 71303168 + (Simple Interpolation) + + + + + + NO + + + + 256 + {{14, 26}, {96, 17}} + + + + {250, 750} + YES + + 67108864 + 4194304 + Volume: + + + + + + NO + + + + 256 + {{127, 20}, {144, 26}} + + + + YES + + 67371264 + 0 + + + + + + 4 + 0.0 + 3 + 0.0 + 5 + 1 + YES + NO + + NO + + + + 256 + {{274, 26}, {133, 17}} + + + + {250, 750} + YES + + 67108864 + 71303168 + (Loud) + + + + + + NO + + + {{2, 2}, {428, 127}} + + + + + + {{17, 173}, {432, 144}} + + + + {0, 0} + + 67108864 + 0 + General Settings + + + 6 + System + textBackgroundColor + + 3 + MQA + + + + 3 + MCAwLjgwMDAwMDAxAA + + + + 3 + 0 + 2 + NO + + + + 256 + + + + 274 + + + + 256 + {{17, 55}, {153, 18}} + + + + YES + NO + 1 + 1 + + + 67108864 + 0 + Change XA Speed + + + 1211912448 + 2 + + NSSwitch + + + + 200 + 25 + + + {153, 18} + {0, 0} + -2080374784 + + + 67108864 + 0 + Change XA Speed + + 1211912448 + 2 + + + 200 + 25 + + -1 + -1 + + + + + {{2, 2}, {199, 83}} + + + + + + {{246, 69}, {203, 100}} + + + + {0, 0} + + 67108864 + 0 + XA Music + + + + 3 + MCAwLjgwMDAwMDAxAA + + + + 3 + 0 + 2 + NO + + + + 256 + + + + 274 + + + + 256 + {{17, 13}, {199, 60}} + + + + YES + NO + 3 + 1 + + + 67108864 + 0 + High Compatibility Mode + + + 1211912448 + 2 + + NSImage + NSSwitch + + + + + 200 + 25 + + + 67108864 + 0 + SPU IRQ Wait + + + 1211912448 + 2 + + + + + 200 + 25 + + + 67108864 + 0 + Mono Sound + + + 1211912448 + 2 + + + + 200 + 25 + + + {199, 18} + {0, 3} + -2080366592 + + + 67108864 + 0 + High Compatibility Mode + + 1211912448 + 2 + + + 200 + 25 + + -1 + -1 + + + + + {{2, 2}, {223, 83}} + + + + + + {{17, 69}, {227, 100}} + + + + {0, 0} + + 67108864 + 0 + Misc + + + + 3 + MCAwLjgwMDAwMDAxAA + + + + 3 + 0 + 2 + NO + + + + 268 + {{393, 13}, {59, 32}} + + + + _NS:9 + YES + + 67108864 + 134217728 + OK + + _NS:9 + + -2038284288 + 129 + + DQ + 200 + 25 + + NO + + + + 268 + {{311, 13}, {82, 32}} + + + + _NS:9 + YES + + 67108864 + 134217728 + Cancel + + _NS:9 + + -2038284288 + 129 + + Gw + 200 + 25 + + NO + + + + 268 + {{14, 13}, {75, 32}} + + + + _NS:9 + YES + + 67108864 + 134217728 + Reset + + _NS:9 + + -2038284288 + 129 + + + 200 + 25 + + NO + + + {466, 337} + + + + + {{0, 0}, {1920, 1058}} + {213, 129} + {10000000000000, 10000000000000} + YES + + + + + + + window + + + + 39 + + + + reverbValue + + + + 58 + + + + interpolValue + + + + 55 + + + + volumeValue + + + + 75 + + + + reset: + + + + 175 + + + + ok: + + + + 176 + + + + cancel: + + + + 177 + + + + hiCompBox + + + + 203 + + + + irqWaitBox + + + + 204 + + + + monoSoundBox + + + + 205 + + + + xaSpeedBox + + + + 246 + + + + delegate + + + + 43 + + + + initialFirstResponder + + + + 53 + + + + nextKeyView + + + + 44 + + + + takeStringValueFrom: + + + + 41 + + + + takeStringValueFrom: + + + + 42 + + + + nextKeyView + + + + 76 + + + + takeStringValueFrom: + + + + 78 + + + + + + 0 + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + 6 + + + + + + Configuration + + + 5 + + + + + + 5 + 0 + + 6 + 1 + + 12 + + 1000 + + 6 + 24 + 3 + + + + 6 + 0 + + 6 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 4 + 0 + + 4 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 4 + 0 + + 4 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 5 + 0 + + 5 + 1 + + 249 + + 1000 + + 3 + 9 + 3 + + + + 5 + 0 + + 6 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 3 + 0 + + 4 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 6 + 0 + + 6 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 4 + 0 + + 4 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 5 + 0 + + 5 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 11 + 0 + + 11 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 3 + 0 + + 4 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 5 + 0 + + 5 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 3 + 0 + + 3 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 5 + 0 + + 5 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + 6 + 0 + + 6 + 1 + + 20 + + 1000 + + 8 + 29 + 3 + + + + + + + + + + + 9 + + + + + + + + + 11 + 0 + + 11 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 6 + 0 + + 6 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 5 + 0 + + 6 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 11 + 0 + + 11 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 5 + 0 + + 6 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 5 + 0 + + 6 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 5 + 0 + + 5 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 3 + 0 + + 3 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 11 + 0 + + 11 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 5 + 0 + + 6 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 6 + 0 + + 6 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 4 + 0 + + 4 + 1 + + 20 + + 1000 + + 3 + 9 + 3 + + + + 10 + 0 + + 10 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 3 + 0 + + 4 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 5 + 0 + + 5 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 3 + 0 + + 4 + 1 + + 8 + + 1000 + + 6 + 24 + 3 + + + + 11 + 0 + + 11 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 5 + 0 + + 5 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 3 + 0 + + 3 + 1 + + 32 + + 1000 + + 9 + 40 + 3 + + + + 5 + 0 + + 5 + 1 + + 128 + + 1000 + + 3 + 9 + 3 + + + + 11 + 0 + + 11 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 5 + 0 + + 5 + 1 + + 16 + + 1000 + + 8 + 29 + 3 + + + + 3 + 0 + + 3 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 6 + 0 + + 6 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + 5 + 0 + + 5 + 1 + + 15 + + 1000 + + 3 + 9 + 3 + + + + 5 + 0 + + 5 + 1 + + 0.0 + + 1000 + + 6 + 24 + 2 + + + + + + + + + + + 19 + + + + + 3 + 0 + + 3 + 1 + + 25 + + 1000 + + 8 + 29 + 3 + + + + 5 + 0 + + 5 + 1 + + 16 + + 1000 + + 8 + 29 + 3 + + + + + + + 24 + + + + + 4 + 0 + + 4 + 1 + + 11 + + 1000 + + 8 + 29 + 3 + + + + 5 + 0 + + 5 + 1 + + 16 + + 1000 + + 8 + 29 + 3 + + + + 3 + 0 + + 3 + 1 + + 25 + + 1000 + + 8 + 29 + 3 + + + + + + + -3 + + + Application + + + 11 + + + + + + 8 + 0 + + 0 + 1 + + 17 + + 1000 + + 3 + 9 + 1 + + + + 7 + 0 + + 0 + 1 + + 90 + + 1000 + + 3 + 9 + 1 + + + + + + 80 + + + + + 12 + + + + + + 7 + 0 + + 0 + 1 + + 140 + + 1000 + + 3 + 9 + 1 + + + + + + 81 + + + + + 15 + + + + + + 8 + 0 + + 0 + 1 + + 17 + + 1000 + + 3 + 9 + 1 + + + + + + 82 + + + + + 16 + + + + + + + + 83 + + + + + 17 + + + + + + 7 + 0 + + 0 + 1 + + 127 + + 1000 + + 3 + 9 + 1 + + + + + + 84 + + + + + 18 + + + + + + + + 85 + + + + + 69 + + + + + + 7 + 0 + + 0 + 1 + + 90 + + 1000 + + 3 + 9 + 1 + + + + + + 86 + + + + + 70 + + + + + + + + 87 + + + + + 71 + + + + + + 8 + 0 + + 0 + 1 + + 17 + + 1000 + + 3 + 9 + 1 + + + + + + 88 + + + + + 107 + + + + + 108 + + + + + 109 + + + + + 111 + + + + + 112 + + + + + 122 + + + + + 129 + + + + + 131 + + + + + 133 + + + + + 134 + + + + + 136 + + + + + 137 + + + + + 140 + + + + + 141 + + + + + 145 + + + + + 147 + + + + + 148 + + + + + 149 + + + + + 150 + + + + + 151 + + + + + 152 + + + + + 153 + + + + + 154 + + + + + 157 + + + + + 162 + + + + + + + + 163 + + + + + 164 + + + + + 165 + + + + + 166 + + + + + + + + 167 + + + + + 169 + + + + + 170 + + + + + 171 + + + + + + + + 172 + + + + + 173 + + + + + 174 + + + + + 180 + + + + + 181 + + + + + 182 + + + + + 183 + + + + + 186 + + + + + 188 + + + + + 189 + + + + + 191 + + + + + 193 + + + + + 196 + + + + + + + + + + + 197 + + + + + 92 + + + + + 91 + + + + + 90 + + + + + 206 + + + + + 207 + + + + + 209 + + + + + 210 + + + + + 213 + + + + + 214 + + + + + 222 + + + + + 224 + + + + + 225 + + + + + 226 + + + + + 227 + + + + + 228 + + + + + 229 + + + + + 233 + + + + + + + + + 234 + + + + + 89 + + + + + 240 + + + + + 247 + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + NamedSlider + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + NamedSlider + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + + + + + + + + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + com.apple.InterfaceBuilder.CocoaPlugin + NamedSlider + + com.apple.InterfaceBuilder.CocoaPlugin + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + 247 + + + + + NSLayoutConstraint + NSObject + + IBProjectSource + ./Classes/NSLayoutConstraint.h + + + + NamedSlider + NSSlider + + IBProjectSource + ./Classes/NamedSlider.h + + + + SPUPluginController + NSWindowController + + id + id + id + + + + cancel: + id + + + ok: + id + + + reset: + id + + + + NSCell + NamedSlider + NSCell + NSCell + NamedSlider + NamedSlider + NSCell + NSCell + + + + hiCompBox + NSCell + + + interpolValue + NamedSlider + + + irqWaitBox + NSCell + + + monoSoundBox + NSCell + + + reverbValue + NamedSlider + + + volumeValue + NamedSlider + + + xaEnableBox + NSCell + + + xaSpeedBox + NSCell + + + + IBProjectSource + ./Classes/SPUPluginController.h + + + + + 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + + YES + 3 + + NSSwitch + {15, 15} + + YES + + -- cgit v1.2.3