Music to spectrogram on iOS with the accelerate framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 

68 lines
5.2 KiB

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.iPad.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="iOS.CocoaTouch.iPad" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="4514"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="ViewController">
<connections>
<outlet property="contentView" destination="1" id="waQ-1e-XtN"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view contentMode="scaleToFill" id="1">
<rect key="frame" x="0.0" y="0.0" width="534" height="376"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="qOE-WQ-xv7">
<rect key="frame" x="414" y="256" width="100" height="100"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.40000000600000002" green="1" blue="0.80000001190000003" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="100" id="20Q-nP-HWg"/>
<constraint firstAttribute="width" constant="100" id="Isk-N0-p0Z"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="V5r-JV-Fkh">
<rect key="frame" x="414" y="20" width="100" height="100"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="0.80000001192092896" green="1" blue="0.40000000596046448" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="width" constant="100" id="GAt-IV-PXp"/>
<constraint firstAttribute="height" constant="100" id="eYY-eK-hai"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xhz-dx-nq1">
<rect key="frame" x="20" y="20" width="100" height="100"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="0.80000001192092896" blue="0.40000000596046448" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="100" id="L4i-fJ-6Ko"/>
<constraint firstAttribute="width" constant="100" id="ym9-zy-Fdt"/>
</constraints>
</view>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="01T-Bq-eRq">
<rect key="frame" x="20" y="256" width="100" height="100"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" red="1" green="0.43529412150382996" blue="0.81176471710205078" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstAttribute="height" constant="100" id="Vc9-mU-Out"/>
<constraint firstAttribute="width" constant="100" id="zza-hp-DTx"/>
</constraints>
</view>
</subviews>
<color key="backgroundColor" red="1" green="0.40000000596046448" blue="0.40000000596046448" alpha="1" colorSpace="calibratedRGB"/>
<constraints>
<constraint firstItem="01T-Bq-eRq" firstAttribute="leading" secondItem="1" secondAttribute="leading" constant="20" id="D6I-ib-Jul"/>
<constraint firstAttribute="trailing" secondItem="V5r-JV-Fkh" secondAttribute="trailing" constant="20" id="Jx3-5I-Mar"/>
<constraint firstItem="xhz-dx-nq1" firstAttribute="top" secondItem="1" secondAttribute="top" constant="20" id="MPA-2Y-2Ax"/>
<constraint firstItem="xhz-dx-nq1" firstAttribute="leading" secondItem="1" secondAttribute="leading" constant="20" id="TSQ-mb-8WP"/>
<constraint firstAttribute="bottom" secondItem="qOE-WQ-xv7" secondAttribute="bottom" constant="20" id="cwF-Rs-2Ma"/>
<constraint firstItem="V5r-JV-Fkh" firstAttribute="top" secondItem="1" secondAttribute="top" constant="20" id="lta-Lt-WYv"/>
<constraint firstAttribute="trailing" secondItem="qOE-WQ-xv7" secondAttribute="trailing" constant="20" id="oNF-uM-mJr"/>
<constraint firstAttribute="bottom" secondItem="01T-Bq-eRq" secondAttribute="bottom" constant="20" id="qi3-cZ-ZFw"/>
</constraints>
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
</view>
</objects>
</document>