blob: 454a72438972ab43979db8cbcfc761d1b09c890e [file] [log] [blame]
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05001<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -04002<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7706" systemVersion="14F27" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05003 <dependencies>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -04004 <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7706"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -05005 </dependencies>
6 <objects>
7 <customObject id="-2" userLabel="File's Owner" customClass="AudioPrefsVC">
8 <connections>
Alexandre Lision611b8c12015-03-20 18:07:17 -04009 <outlet property="alwaysRecordingButton" destination="kOg-hX-1Q5" id="n6R-hv-JLY"/>
10 <outlet property="inputDeviceList" destination="bK9-uH-jDb" id="zhZ-Cr-n6B"/>
11 <outlet property="muteDTMFButton" destination="Jyg-5H-Ygw" id="PDq-aH-ieL"/>
12 <outlet property="outputDeviceList" destination="9SA-9E-IzQ" id="YpE-Fz-J8P"/>
13 <outlet property="recordingsPathControl" destination="nyE-tZ-v4C" id="4cw-pY-c3Z"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040014 <outlet property="view" destination="deY-JV-Rfe" id="ebJ-o2-NpL"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050015 </connections>
16 </customObject>
17 <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
18 <customObject id="-3" userLabel="Application" customClass="NSObject"/>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040019 <customView id="deY-JV-Rfe">
20 <rect key="frame" x="0.0" y="1" width="322" height="267"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -050021 <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
22 <subviews>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040023 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ftI-JV-7cE">
24 <rect key="frame" x="19" y="230" width="80" height="17"/>
25 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Recordings" id="9HH-Pa-4Aq">
26 <font key="font" metaFont="systemBold"/>
27 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
28 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
29 </textFieldCell>
30 </textField>
31 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Y73-M5-wnx">
32 <rect key="frame" x="44" y="109" width="53" height="17"/>
33 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Output:" id="2gZ-Ab-XHf">
34 <font key="font" metaFont="system"/>
35 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
36 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
37 </textFieldCell>
38 </textField>
39 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="She-fN-vzD">
40 <rect key="frame" x="46" y="205" width="49" height="17"/>
41 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Save in" id="ksV-r2-EVJ">
42 <font key="font" metaFont="system"/>
43 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
44 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
45 </textFieldCell>
46 </textField>
47 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="kOg-hX-1Q5">
48 <rect key="frame" x="46" y="170" width="130" height="18"/>
49 <buttonCell key="cell" type="check" title="Always recording" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="jeD-Nk-KHA">
50 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
51 <font key="font" metaFont="system"/>
52 </buttonCell>
53 <connections>
54 <action selector="toggleAlwaysRecording:" target="-2" id="sOq-tA-ZBV"/>
55 </connections>
56 </button>
57 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9SA-9E-IzQ" userLabel="Outputs">
58 <rect key="frame" x="96" y="104" width="209" height="26"/>
59 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="4Fp-hR-KdJ">
60 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
61 <font key="font" metaFont="menu"/>
62 <menu key="menu" title="outputlist" id="eao-Bf-buc">
Alexandre Lision611b8c12015-03-20 18:07:17 -040063 <connections>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040064 <outlet property="delegate" destination="-2" id="dXz-O7-2jP"/>
Alexandre Lision611b8c12015-03-20 18:07:17 -040065 </connections>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -040066 </menu>
67 </popUpButtonCell>
68 <connections>
69 <action selector="chooseOutput:" target="-2" id="SIh-kG-rV5"/>
70 </connections>
71 </popUpButton>
72 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bMB-Zm-k0Z">
73 <rect key="frame" x="20" y="136" width="99" height="17"/>
74 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Audio devices" id="B0r-wh-wc3">
75 <font key="font" metaFont="systemBold"/>
76 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
77 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
78 </textFieldCell>
79 </textField>
80 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="JuP-vn-Oim">
81 <rect key="frame" x="19" y="19" width="92" height="17"/>
82 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Tone settings:" id="NvN-ip-svk">
83 <font key="font" metaFont="system"/>
84 <color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
85 <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
86 </textFieldCell>
87 </textField>
88 <button fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Jyg-5H-Ygw">
89 <rect key="frame" x="115" y="18" width="94" height="18"/>
90 <buttonCell key="cell" type="check" title="Mute DTMF" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="pAA-Iv-EmI">
91 <behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
92 <font key="font" metaFont="system"/>
93 </buttonCell>
94 <connections>
95 <action selector="toggleMuteDTMF:" target="-2" id="RNQ-D2-2m6"/>
96 </connections>
97 </button>
98 <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="wn2-fz-UW2">
99 <rect key="frame" x="56" y="68" width="42" height="17"/>
100 <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Input:" id="x1o-rT-jy6">
101 <font key="font" metaFont="system"/>
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 <popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="bK9-uH-jDb" userLabel="Inputs">
107 <rect key="frame" x="99" y="63" width="206" height="26"/>
108 <popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" id="3mj-4K-xif">
109 <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
110 <font key="font" metaFont="menu"/>
111 <menu key="menu" title="inputlist" id="szZ-RR-Ewo">
Alexandre Lision611b8c12015-03-20 18:07:17 -0400112 <connections>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -0400113 <outlet property="delegate" destination="-2" id="g3C-Tc-BTO"/>
Alexandre Lision611b8c12015-03-20 18:07:17 -0400114 </connections>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -0400115 </menu>
116 </popUpButtonCell>
117 <connections>
118 <action selector="chooseInput:" target="-2" id="ADO-Qj-tAz"/>
119 </connections>
120 </popUpButton>
121 <pathControl verticalHuggingPriority="750" fixedFrame="YES" allowsExpansionToolTips="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nyE-tZ-v4C">
122 <rect key="frame" x="95" y="201" width="210" height="26"/>
123 <pathCell key="cell" selectable="YES" editable="YES" alignment="left" pathStyle="popUp" id="SPB-Bz-vDM">
124 <font key="font" metaFont="system"/>
125 <url key="url" string="file://localhost/Applications/"/>
126 </pathCell>
127 <connections>
128 <action selector="pathControlSingleClick:" target="-2" id="jyC-qZ-OzW"/>
129 <outlet property="delegate" destination="-2" id="JXx-Le-f5R"/>
130 </connections>
131 </pathControl>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500132 </subviews>
Alexandre Lisionbfa68f62015-09-10 08:38:42 -0400133 <point key="canvasLocation" x="99" y="47.5"/>
Alexandre Lision4a7b95e2015-02-20 10:06:43 -0500134 </customView>
135 </objects>
136</document>