This repository contains the project for 'Sequencer Demo' for iOS. It's meant to demonstrate an issue with creating a perfectly quantized sequence using the AudioKit platform.
Download Xcode from [Apple's Developer Website] (https://developer.apple.com/xcode/) or Apple's App Store.
Clone the repository by executing the following command from the command line.
git clone [email protected]/derekfairholm/SequencerDemo.git
With CocoaPods installed on your machine, install the project dependencies by executing the following commands from the command line.
pod install
Open the workspace CocoaPods has created in Xcode. Build and run the application.