Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/English.lproj/AudioSettingsPanel.xib

Parent Directory Parent Directory | Revision Log Revision Log


Revision 122 - (show annotations) (download)
Sun Oct 8 13:32:45 2017 UTC (6 years, 7 months ago) by toshinagata1964
File size: 20432 byte(s)
Internal structure of audio graph is changed so that effect plug-ins can be used.
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11762" systemVersion="15G1010" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
3 <dependencies>
4 <deployment identifier="macosx"/>
5 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
6 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
7 </dependencies>
8 <objects>
9 <customObject id="-2" userLabel="File's Owner" customClass="AudioSettingsPanelController">
10 <connections>
11 <outlet property="busListView" destination="274" id="283"/>
12 <outlet property="separatorLine" destination="80" id="276"/>
13 <outlet property="window" destination="1" id="34"/>
14 </connections>
15 </customObject>
16 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
17 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
18 <window title="Audio Settings" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="1">
19 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
20 <windowPositionMask key="initialPositionMask" leftStrut="YES" bottomStrut="YES"/>
21 <rect key="contentRect" x="196" y="134" width="540" height="376"/>
22 <rect key="screenRect" x="0.0" y="0.0" width="1680" height="1028"/>
23 <view key="contentView" id="2">
24 <rect key="frame" x="0.0" y="0.0" width="540" height="376"/>
25 <autoresizingMask key="autoresizingMask"/>
26 <subviews>
27 <textField verticalHuggingPriority="750" id="28">
28 <rect key="frame" x="70" y="357" width="120" height="17"/>
29 <autoresizingMask key="autoresizingMask"/>
30 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Device/Virtual Synth" id="29">
31 <font key="font" metaFont="smallSystem"/>
32 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
33 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
34 </textFieldCell>
35 </textField>
36 <textField verticalHuggingPriority="750" id="65">
37 <rect key="frame" x="216" y="357" width="32" height="17"/>
38 <autoresizingMask key="autoresizingMask"/>
39 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Pan" id="66">
40 <font key="font" metaFont="smallSystem"/>
41 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
42 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
43 </textFieldCell>
44 </textField>
45 <textField verticalHuggingPriority="750" id="67">
46 <rect key="frame" x="271" y="357" width="60" height="17"/>
47 <autoresizingMask key="autoresizingMask"/>
48 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Volume" id="68">
49 <font key="font" metaFont="smallSystem"/>
50 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
51 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
52 </textFieldCell>
53 </textField>
54 <textField verticalHuggingPriority="750" id="69">
55 <rect key="frame" x="385" y="357" width="44" height="17"/>
56 <autoresizingMask key="autoresizingMask"/>
57 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Level" id="70">
58 <font key="font" metaFont="smallSystem"/>
59 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
60 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
61 </textFieldCell>
62 </textField>
63 <slider verticalHuggingPriority="750" tag="350" id="209">
64 <rect key="frame" x="249" y="11" width="99" height="17"/>
65 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
66 <sliderCell key="cell" controlSize="small" continuous="YES" state="on" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="below" numberOfTickMarks="11" sliderType="linear" id="226">
67 <font key="font" metaFont="smallSystem"/>
68 </sliderCell>
69 <connections>
70 <action selector="volumeSliderMoved:" target="-2" id="244"/>
71 </connections>
72 </slider>
73 <levelIndicator verticalHuggingPriority="750" tag="550" id="210">
74 <rect key="frame" x="358" y="9" width="97" height="13"/>
75 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
76 <levelIndicatorCell key="cell" controlSize="small" alignment="left" maxValue="100" warningValue="80" criticalValue="90" levelIndicatorStyle="continuousCapacity" id="225">
77 <font key="font" metaFont="smallSystem"/>
78 </levelIndicatorCell>
79 </levelIndicator>
80 <levelIndicator verticalHuggingPriority="750" tag="450" id="211">
81 <rect key="frame" x="358" y="24" width="97" height="13"/>
82 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
83 <levelIndicatorCell key="cell" controlSize="small" alignment="left" maxValue="100" warningValue="80" criticalValue="90" levelIndicatorStyle="continuousCapacity" id="224">
84 <font key="font" metaFont="smallSystem"/>
85 </levelIndicatorCell>
86 </levelIndicator>
87 <slider horizontalHuggingPriority="750" verticalHuggingPriority="750" tag="250" id="212">
88 <rect key="frame" x="212" y="8" width="28" height="30"/>
89 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
90 <sliderCell key="cell" continuous="YES" enabled="NO" alignment="left" maxValue="100" allowsTickMarkValuesOnly="YES" sliderType="circular" id="223">
91 <font key="font" metaFont="system"/>
92 </sliderCell>
93 <connections>
94 <action selector="panKnobMoved:" target="-2" id="235"/>
95 </connections>
96 </slider>
97 <popUpButton verticalHuggingPriority="750" tag="150" id="213">
98 <rect key="frame" x="52" y="11" width="155" height="22"/>
99 <autoresizingMask key="autoresizingMask"/>
100 <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="222" id="218">
101 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
102 <font key="font" metaFont="smallSystem"/>
103 <menu key="menu" title="OtherViews" id="219">
104 <items>
105 <menuItem title="Item1" state="on" id="222"/>
106 <menuItem title="Item2" id="220"/>
107 <menuItem title="Item3" id="221"/>
108 </items>
109 </menu>
110 </popUpButtonCell>
111 <connections>
112 <action selector="myPopUpAction:" target="-2" id="261"/>
113 </connections>
114 </popUpButton>
115 <textField verticalHuggingPriority="750" id="214">
116 <rect key="frame" x="7" y="13" width="95" height="17"/>
117 <autoresizingMask key="autoresizingMask"/>
118 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Output" id="217">
119 <font key="font" metaFont="smallSystem"/>
120 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
121 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
122 </textFieldCell>
123 </textField>
124 <scrollView horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" id="271">
125 <rect key="frame" x="-1" y="41" width="542" height="317"/>
126 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
127 <clipView key="contentView" id="61K-j4-mIF">
128 <rect key="frame" x="1" y="1" width="529" height="315"/>
129 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
130 <subviews>
131 <customView id="274">
132 <rect key="frame" x="0.0" y="0.0" width="537" height="315"/>
133 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
134 <subviews>
135 <slider verticalHuggingPriority="750" tag="300" id="19">
136 <rect key="frame" x="249" y="285" width="99" height="17"/>
137 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
138 <sliderCell key="cell" controlSize="small" continuous="YES" state="on" alignment="left" maxValue="100" doubleValue="50" tickMarkPosition="below" numberOfTickMarks="11" sliderType="linear" id="20">
139 <font key="font" metaFont="smallSystem"/>
140 </sliderCell>
141 <connections>
142 <action selector="volumeSliderMoved:" target="-2" id="236"/>
143 </connections>
144 </slider>
145 <levelIndicator verticalHuggingPriority="750" tag="500" id="22">
146 <rect key="frame" x="358" y="283" width="97" height="13"/>
147 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
148 <levelIndicatorCell key="cell" controlSize="small" alignment="left" maxValue="100" warningValue="80" criticalValue="90" levelIndicatorStyle="continuousCapacity" id="23">
149 <font key="font" metaFont="smallSystem"/>
150 </levelIndicatorCell>
151 </levelIndicator>
152 <levelIndicator verticalHuggingPriority="750" tag="400" id="49">
153 <rect key="frame" x="358" y="298" width="97" height="13"/>
154 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
155 <levelIndicatorCell key="cell" controlSize="small" alignment="left" maxValue="100" warningValue="80" criticalValue="90" levelIndicatorStyle="continuousCapacity" id="50">
156 <font key="font" metaFont="smallSystem"/>
157 </levelIndicatorCell>
158 </levelIndicator>
159 <slider horizontalHuggingPriority="750" verticalHuggingPriority="750" tag="200" id="53">
160 <rect key="frame" x="212" y="282" width="28" height="30"/>
161 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
162 <sliderCell key="cell" continuous="YES" state="on" alignment="left" maxValue="100" doubleValue="88.007689584853068" allowsTickMarkValuesOnly="YES" sliderType="circular" id="54">
163 <font key="font" metaFont="system"/>
164 </sliderCell>
165 <connections>
166 <action selector="panKnobMoved:" target="-2" id="227"/>
167 </connections>
168 </slider>
169 <popUpButton verticalHuggingPriority="750" tag="100" id="55">
170 <rect key="frame" x="52" y="285" width="155" height="22"/>
171 <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
172 <popUpButtonCell key="cell" type="push" title="Item1" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="62" id="58">
173 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
174 <font key="font" metaFont="smallSystem"/>
175 <menu key="menu" title="OtherViews" id="59">
176 <items>
177 <menuItem title="Item1" state="on" id="62"/>
178 <menuItem title="Item2" id="60"/>
179 <menuItem title="Item3" id="61"/>
180 </items>
181 </menu>
182 </popUpButtonCell>
183 <connections>
184 <action selector="myPopUpAction:" target="-2" id="253"/>
185 </connections>
186 </popUpButton>
187 <textField verticalHuggingPriority="750" tag="800" id="56">
188 <rect key="frame" x="6" y="287" width="95" height="17"/>
189 <autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
190 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Bus 1" id="57">
191 <font key="font" metaFont="smallSystem"/>
192 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
193 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
194 </textFieldCell>
195 </textField>
196 <button verticalHuggingPriority="750" misplaced="YES" tag="600" id="71">
197 <rect key="frame" x="471" y="295" width="48" height="18"/>
198 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
199 <buttonCell key="cell" type="squareTextured" title="View..." bezelStyle="texturedSquare" imagePosition="overlaps" alignment="center" controlSize="mini" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="72">
200 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
201 <font key="font" metaFont="miniSystem"/>
202 </buttonCell>
203 <connections>
204 <action selector="customViewButtonPressed:" target="-2" id="245"/>
205 </connections>
206 </button>
207 <box verticalHuggingPriority="750" boxType="separator" id="80">
208 <rect key="frame" x="7" y="277" width="516" height="5"/>
209 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
210 </box>
211 <button verticalHuggingPriority="750" misplaced="YES" tag="700" id="eo2-Dt-Ffg">
212 <rect key="frame" x="471" y="279" width="48" height="18"/>
213 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
214 <buttonCell key="cell" type="squareTextured" title="Effects..." bezelStyle="texturedSquare" imagePosition="overlaps" alignment="center" controlSize="mini" enabled="NO" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="RUv-Kh-Pkg">
215 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
216 <font key="font" metaFont="miniSystem"/>
217 </buttonCell>
218 <connections>
219 <action selector="effectButtonPressed:" target="-2" id="aft-9o-HER"/>
220 </connections>
221 </button>
222 </subviews>
223 </customView>
224 </subviews>
225 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
226 </clipView>
227 <scroller key="horizontalScroller" hidden="YES" verticalHuggingPriority="750" horizontal="YES" id="273">
228 <rect key="frame" x="-100" y="-100" width="525.80078125" height="15"/>
229 <autoresizingMask key="autoresizingMask"/>
230 </scroller>
231 <scroller key="verticalScroller" verticalHuggingPriority="750" doubleValue="1" controlSize="small" horizontal="NO" id="272">
232 <rect key="frame" x="530" y="1" width="11" height="315"/>
233 <autoresizingMask key="autoresizingMask"/>
234 </scroller>
235 </scrollView>
236 </subviews>
237 </view>
238 </window>
239 </objects>
240 </document>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26