forked from markcerqueira/mobile-music
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
markcerqueira edited this page Jul 6, 2012
·
6 revisions
Welcome to the mobile-music wiki! Here are some additional resources to help you understand how the skeleton project works!
- Synthesis Toolkit (STK) - a precompiled iOS version is available here: https://github.com/downloads/markcerqueira/mobile-music/STK-iOS.zip
- Mobile Music Toolkit (MoMu)
- iOS Developer Library - Apple's documentation of frameworks and classes - your go to place when you are using a framework/class you are not sure how to use
- Stanford on iTunes U - iPad and iPhone Application Development - if you go over the first few lectures, it will get you more comfortable with Xcode, Objective-C, and iOS development
- WWDC 2012 Videos - Apple's annual Worldwide Developer Conference covers many up-and-coming features to iOS. You'll need a Developer account needed to access these videos!
- MIDI / CoreMIDI
- Storyboarding
- Programmatic view construction
- Navigation controller stacks
- OSC on iOS