blob: 1c549e2d8dcc6a44edbe48dd2661224f67a6ed53 [file] [log] [blame]
Kateryna Kostiuk4138db12018-06-08 15:52:18 -04001<?xml version="1.0" encoding="UTF-8"?>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -05002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="17506" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05003 <dependencies>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -05004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="17506"/>
Kateryna Kostiuk4138db12018-06-08 15:52:18 -04005 <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05006 </dependencies>
7 <objects>
8 <customObject id="-2" userLabel="File's Owner" customClass="AudioPrefsVC">
9 <connections>
Alexandre Lision611b8c12015-03-20 18:07:17 -040010 <outlet property="inputDeviceList" destination="bK9-uH-jDb" id="zhZ-Cr-n6B"/>
Alexandre Lision611b8c12015-03-20 18:07:17 -040011 <outlet property="outputDeviceList" destination="9SA-9E-IzQ" id="YpE-Fz-J8P"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040012 <outlet property="view" destination="deY-JV-Rfe" id="ebJ-o2-NpL"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050013 </connections>
14 </customObject>
15 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
16 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040017 <customView id="deY-JV-Rfe">
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -050018 <rect key="frame" x="0.0" y="0.0" width="400" height="216"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050019 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
20 <subviews>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -040021 <stackView distribution="fill" orientation="vertical" alignment="centerX" spacing="15" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6OQ-wD-f0s">
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -050022 <rect key="frame" x="20" y="25" width="360" height="166"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -040023 <subviews>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -050024 <stackView distribution="equalCentering" orientation="horizontal" alignment="centerY" spacing="10" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wCX-Iy-LKs">
25 <rect key="frame" x="104" y="146" width="153" height="20"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -040026 <subviews>
27 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Y73-M5-wnx">
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -050028 <rect key="frame" x="-2" y="2" width="47" height="16"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -040029 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Output" id="2gZ-Ab-XHf">
30 <font key="font" metaFont="system"/>
31 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
32 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
33 </textFieldCell>
34 </textField>
35 <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9SA-9E-IzQ" userLabel="Outputs">
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -050036 <rect key="frame" x="50" y="-4" width="107" height="25"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -040037 <constraints>
38 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="100" id="sdt-1V-qeL"/>
39 </constraints>
40 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="4Fp-hR-KdJ">
41 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
42 <font key="font" metaFont="menu"/>
43 <menu key="menu" id="eao-Bf-buc">
44 <connections>
45 <outlet property="delegate" destination="-2" id="dXz-O7-2jP"/>
46 </connections>
47 </menu>
48 </popUpButtonCell>
49 <connections>
50 <action selector="chooseOutput:" target="-2" id="SIh-kG-rV5"/>
51 </connections>
52 </popUpButton>
53 </subviews>
54 <visibilityPriorities>
55 <integer value="1000"/>
56 <integer value="1000"/>
57 </visibilityPriorities>
58 <customSpacing>
59 <real value="3.4028234663852886e+38"/>
60 <real value="3.4028234663852886e+38"/>
61 </customSpacing>
62 </stackView>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -050063 <stackView distribution="fill" orientation="horizontal" alignment="centerY" spacing="10" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vmI-cp-8lh">
64 <rect key="frame" x="104" y="111" width="153" height="20"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -040065 <subviews>
66 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="wn2-fz-UW2">
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -050067 <rect key="frame" x="-2" y="2" width="47" height="16"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -040068 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Input" id="x1o-rT-jy6">
69 <font key="font" metaFont="system"/>
70 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
71 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
72 </textFieldCell>
73 </textField>
74 <popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bK9-uH-jDb" userLabel="Inputs">
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -050075 <rect key="frame" x="50" y="-4" width="107" height="25"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -040076 <constraints>
77 <constraint firstAttribute="width" relation="greaterThanOrEqual" constant="100" id="Sr2-HE-Wv7"/>
78 </constraints>
79 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="3mj-4K-xif">
80 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
81 <font key="font" metaFont="menu"/>
82 <menu key="menu" id="szZ-RR-Ewo">
83 <connections>
84 <outlet property="delegate" destination="-2" id="g3C-Tc-BTO"/>
85 </connections>
86 </menu>
87 </popUpButtonCell>
88 <connections>
89 <action selector="chooseInput:" target="-2" id="ADO-Qj-tAz"/>
90 </connections>
91 </popUpButton>
92 </subviews>
93 <visibilityPriorities>
94 <integer value="1000"/>
95 <integer value="1000"/>
96 </visibilityPriorities>
97 <customSpacing>
98 <real value="3.4028234663852886e+38"/>
99 <real value="3.4028234663852886e+38"/>
100 </customSpacing>
101 </stackView>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -0500102 <customView translatesAutoresizingMaskIntoConstraints="NO" id="Sld-i2-1FY">
103 <rect key="frame" x="99" y="0.0" width="163" height="96"/>
104 </customView>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -0400105 </subviews>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400106 <constraints>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -0400107 <constraint firstItem="wn2-fz-UW2" firstAttribute="trailing" secondItem="Y73-M5-wnx" secondAttribute="trailing" id="2vm-nh-jOx"/>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -0500108 <constraint firstItem="wCX-Iy-LKs" firstAttribute="top" secondItem="6OQ-wD-f0s" secondAttribute="top" id="WLr-qG-E2V"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -0400109 <constraint firstItem="wn2-fz-UW2" firstAttribute="leading" secondItem="Y73-M5-wnx" secondAttribute="leading" id="cWK-va-QC3"/>
110 <constraint firstItem="bK9-uH-jDb" firstAttribute="leading" secondItem="9SA-9E-IzQ" secondAttribute="leading" id="gIx-Aw-W1s"/>
Alexandre Lisionf86edb32016-09-15 16:20:55 -0400111 </constraints>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -0400112 <visibilityPriorities>
113 <integer value="1000"/>
114 <integer value="1000"/>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -0500115 <integer value="1000"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -0400116 </visibilityPriorities>
117 <customSpacing>
118 <real value="3.4028234663852886e+38"/>
119 <real value="3.4028234663852886e+38"/>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -0500120 <real value="3.4028234663852886e+38"/>
Kateryna Kostiuk79f43d92019-08-22 11:24:12 -0400121 </customSpacing>
122 </stackView>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500123 </subviews>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400124 <constraints>
Kateryna Kostiuk8bb2f4b2020-04-29 16:46:15 -0400125 <constraint firstAttribute="trailing" secondItem="6OQ-wD-f0s" secondAttribute="trailing" constant="20" id="68O-xI-oE7"/>
126 <constraint firstItem="6OQ-wD-f0s" firstAttribute="leading" secondItem="deY-JV-Rfe" secondAttribute="leading" constant="20" id="Fox-sj-yEh"/>
Kateryna Kostiuk99eff4f2020-12-04 09:59:10 -0500127 <constraint firstAttribute="bottom" secondItem="6OQ-wD-f0s" secondAttribute="bottom" constant="25" id="JUM-x4-fZx"/>
128 <constraint firstItem="6OQ-wD-f0s" firstAttribute="top" secondItem="deY-JV-Rfe" secondAttribute="top" constant="25" id="e93-O3-78V"/>
Alexandre Lision7f01b072015-09-15 14:57:05 -0400129 </constraints>
130 <point key="canvasLocation" x="170.5" y="41.5"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500131 </customView>
132 </objects>
133</document>