Develop and Download Open Source Software

Browse Subversion Repository

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Sat Nov 11 10:06:52 2017 UTC (6 years, 4 months ago) by toshinagata1964
File size: 21705 byte(s)
Count-off during MIDI recording is now working.
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="box content view" minToolsVersion="7.0"/>
7 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
8 </dependencies>
9 <objects>
10 <customObject id="-2" userLabel="File's Owner" customClass="RecordPanelController">
11 <connections>
12 <outlet property="audioChannelsPopUp" destination="118" id="128"/>
13 <outlet property="audioFileLocationText" destination="100" id="124"/>
14 <outlet property="audioFileNameText" destination="98" id="125"/>
15 <outlet property="audioFormatPopUp" destination="107" id="126"/>
16 <outlet property="audioSampleRatePopUp" destination="113" id="127"/>
17 <outlet property="startRecordingButton" destination="9" id="135"/>
18 <outlet property="startTickText" destination="77" id="83"/>
19 <outlet property="stopTickCheckbox" destination="76" id="85"/>
20 <outlet property="stopTickText" destination="66" id="84"/>
21 <outlet property="window" destination="7" id="79"/>
22 </connections>
23 </customObject>
24 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
25 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
26 <window title="Panel" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="7" userLabel="Panel" customClass="NSPanel">
27 <windowStyleMask key="styleMask" titled="YES" closable="YES"/>
28 <windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
29 <rect key="contentRect" x="291" y="475" width="356" height="249"/>
30 <rect key="screenRect" x="0.0" y="0.0" width="1280" height="778"/>
31 <value key="minSize" type="size" width="213" height="107"/>
32 <view key="contentView" id="8">
33 <rect key="frame" x="0.0" y="0.0" width="356" height="249"/>
34 <autoresizingMask key="autoresizingMask"/>
35 <subviews>
36 <button verticalHuggingPriority="750" id="9">
37 <rect key="frame" x="228" y="8" width="121" height="28"/>
38 <autoresizingMask key="autoresizingMask"/>
39 <buttonCell key="cell" type="push" title="Start Recording" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="202">
40 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
41 <font key="font" metaFont="smallSystem"/>
42 <string key="keyEquivalent" base64-UTF8="YES">
43 DQ
44 </string>
45 </buttonCell>
46 <connections>
47 <action selector="startButtonPressed:" target="-2" id="86"/>
48 </connections>
49 </button>
50 <button verticalHuggingPriority="750" id="10">
51 <rect key="frame" x="6" y="8" width="80" height="28"/>
52 <autoresizingMask key="autoresizingMask"/>
53 <buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="203">
54 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
55 <font key="font" metaFont="smallSystem"/>
56 <string key="keyEquivalent" base64-UTF8="YES">
57 Gw
58 </string>
59 </buttonCell>
60 <connections>
61 <action selector="cancelButtonPressed:" target="-2" id="87"/>
62 </connections>
63 </button>
64 <box title="Record settings" id="104">
65 <rect key="frame" x="8" y="178" width="339" height="65"/>
66 <autoresizingMask key="autoresizingMask"/>
67 <view key="contentView" id="NkO-em-Ekk">
68 <rect key="frame" x="2" y="2" width="335" height="48"/>
69 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
70 <subviews>
71 <textField verticalHuggingPriority="750" id="77">
72 <rect key="frame" x="45" y="13" width="90" height="19"/>
73 <autoresizingMask key="autoresizingMask"/>
74 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" placeholderString="----:--:----" drawsBackground="YES" id="207">
75 <font key="font" metaFont="smallSystem"/>
76 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
78 </textFieldCell>
79 <connections>
80 <action selector="tickTextChanged:" target="-2" id="88"/>
81 <outlet property="delegate" destination="-2" id="Q0L-cs-CTg"/>
82 </connections>
83 </textField>
84 <textField verticalHuggingPriority="750" id="66">
85 <rect key="frame" x="215" y="13" width="90" height="19"/>
86 <autoresizingMask key="autoresizingMask"/>
87 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="center" placeholderString="----:--:----" drawsBackground="YES" id="205">
88 <font key="font" metaFont="smallSystem"/>
89 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
90 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
91 </textFieldCell>
92 <connections>
93 <action selector="tickTextChanged:" target="-2" id="89"/>
94 <outlet property="delegate" destination="-2" id="NY8-Vw-yaF"/>
95 </connections>
96 </textField>
97 <textField verticalHuggingPriority="750" id="59">
98 <rect key="frame" x="11" y="15" width="43" height="14"/>
99 <autoresizingMask key="autoresizingMask"/>
100 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Start" id="204">
101 <font key="font" metaFont="smallSystem"/>
102 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
103 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
104 </textFieldCell>
105 </textField>
106 <button id="76">
107 <rect key="frame" x="149" y="13" width="60" height="18"/>
108 <autoresizingMask key="autoresizingMask"/>
109 <buttonCell key="cell" type="check" title="Stop at" bezelStyle="regularSquare" imagePosition="left" alignment="left" controlSize="small" inset="2" id="206">
110 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
111 <font key="font" metaFont="smallSystem"/>
112 </buttonCell>
113 <connections>
114 <action selector="stopCheckboxClicked:" target="-2" id="91"/>
115 </connections>
116 </button>
117 </subviews>
118 </view>
119 </box>
120 <box title="Destination file" id="122">
121 <rect key="frame" x="9" y="36" width="338" height="143"/>
122 <autoresizingMask key="autoresizingMask"/>
123 <view key="contentView" id="hfM-62-OuJ">
124 <rect key="frame" x="2" y="2" width="334" height="126"/>
125 <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
126 <subviews>
127 <textField verticalHuggingPriority="750" id="97">
128 <rect key="frame" x="11" y="69" width="76" height="14"/>
129 <autoresizingMask key="autoresizingMask"/>
130 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="File name:" id="208">
131 <font key="font" metaFont="smallSystem"/>
132 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
133 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
134 </textFieldCell>
135 </textField>
136 <textField verticalHuggingPriority="750" id="98">
137 <rect key="frame" x="72" y="66" width="151" height="19"/>
138 <autoresizingMask key="autoresizingMask"/>
139 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="209">
140 <font key="font" metaFont="smallSystem"/>
141 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
142 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
143 </textFieldCell>
144 <connections>
145 <action selector="destinationTextChanged:" target="-2" id="133"/>
146 </connections>
147 </textField>
148 <textField verticalHuggingPriority="750" id="99">
149 <rect key="frame" x="14" y="96" width="76" height="14"/>
150 <autoresizingMask key="autoresizingMask"/>
151 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Location:" id="210">
152 <font key="font" metaFont="smallSystem"/>
153 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
154 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
155 </textFieldCell>
156 </textField>
157 <textField verticalHuggingPriority="750" id="100">
158 <rect key="frame" x="72" y="93" width="251" height="19"/>
159 <autoresizingMask key="autoresizingMask"/>
160 <textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" drawsBackground="YES" id="211">
161 <font key="font" metaFont="smallSystem"/>
162 <color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
163 <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
164 </textFieldCell>
165 <connections>
166 <action selector="destinationTextChanged:" target="-2" id="134"/>
167 </connections>
168 </textField>
169 <button verticalHuggingPriority="750" id="101">
170 <rect key="frame" x="233" y="61" width="94" height="28"/>
171 <autoresizingMask key="autoresizingMask"/>
172 <buttonCell key="cell" type="push" title="Choose..." bezelStyle="rounded" alignment="center" controlSize="small" borderStyle="border" inset="2" id="212">
173 <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
174 <font key="font" metaFont="smallSystem"/>
175 </buttonCell>
176 <connections>
177 <action selector="chooseDestinationFile:" target="-2" id="129"/>
178 </connections>
179 </button>
180 <textField verticalHuggingPriority="750" id="106">
181 <rect key="frame" x="11" y="41" width="59" height="14"/>
182 <autoresizingMask key="autoresizingMask"/>
183 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Format:" id="213">
184 <font key="font" metaFont="smallSystem"/>
185 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
186 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
187 </textFieldCell>
188 </textField>
189 <popUpButton verticalHuggingPriority="750" id="107">
190 <rect key="frame" x="69" y="35" width="74" height="22"/>
191 <autoresizingMask key="autoresizingMask"/>
192 <popUpButtonCell key="cell" type="push" title="AIFF" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="110" id="214">
193 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
194 <font key="font" metaFont="smallSystem"/>
195 <menu key="menu" title="OtherViews" id="108">
196 <items>
197 <menuItem title="AIFF" state="on" id="110"/>
198 <menuItem title="WAV" tag="1" id="111"/>
199 </items>
200 </menu>
201 </popUpButtonCell>
202 <connections>
203 <action selector="myPopUpAction:" target="-2" id="130"/>
204 </connections>
205 </popUpButton>
206 <textField verticalHuggingPriority="750" id="112">
207 <rect key="frame" x="154" y="40" width="80" height="14"/>
208 <autoresizingMask key="autoresizingMask"/>
209 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Sample rate:" id="215">
210 <font key="font" metaFont="smallSystem"/>
211 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
212 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
213 </textFieldCell>
214 </textField>
215 <popUpButton verticalHuggingPriority="750" id="113">
216 <rect key="frame" x="226" y="35" width="99" height="22"/>
217 <autoresizingMask key="autoresizingMask"/>
218 <popUpButtonCell key="cell" type="push" title="44100" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="116" id="216">
219 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
220 <font key="font" metaFont="smallSystem"/>
221 <menu key="menu" title="OtherViews" id="114">
222 <items>
223 <menuItem title="44100" state="on" id="116"/>
224 <menuItem title="48000" id="115"/>
225 </items>
226 </menu>
227 </popUpButtonCell>
228 <connections>
229 <action selector="myPopUpAction:" target="-2" id="131"/>
230 </connections>
231 </popUpButton>
232 <textField verticalHuggingPriority="750" id="117">
233 <rect key="frame" x="11" y="16" width="59" height="14"/>
234 <autoresizingMask key="autoresizingMask"/>
235 <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Channels:" id="217">
236 <font key="font" metaFont="smallSystem"/>
237 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
238 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
239 </textFieldCell>
240 </textField>
241 <popUpButton verticalHuggingPriority="750" id="118">
242 <rect key="frame" x="69" y="10" width="74" height="22"/>
243 <autoresizingMask key="autoresizingMask"/>
244 <popUpButtonCell key="cell" type="push" title="2" bezelStyle="rounded" alignment="left" controlSize="small" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" selectedItem="120" id="218">
245 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
246 <font key="font" metaFont="smallSystem"/>
247 <menu key="menu" title="OtherViews" id="119">
248 <items>
249 <menuItem title="1" id="121"/>
250 <menuItem title="2" state="on" tag="1" id="120"/>
251 </items>
252 </menu>
253 </popUpButtonCell>
254 <connections>
255 <action selector="myPopUpAction:" target="-2" id="132"/>
256 </connections>
257 </popUpButton>
258 </subviews>
259 </view>
260 </box>
261 </subviews>
262 </view>
263 </window>
264 </objects>
265 </document>

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