-
Notifications
You must be signed in to change notification settings - Fork 12
Home
spencersalazar edited this page Aug 17, 2012
·
22 revisions
Welcome to the mobile-music wiki! Here are some additional resources to help you understand how the skeleton project works! This wiki is a collection of resources gathered for the workshops we led at GAFFTA and at CCRMA.
mmc-august - Repository for lectures
- Synthesis Toolkit (STK) - a precompiled iOS version is available here: https://github.com/downloads/markcerqueira/mobile-music/STK-iOS.zip
- Mobile Music Toolkit (MoMu)
- MIDI Note Number chart
- OSC Introduction
- 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!
- Curtis Roads, The Computer Music Tutorial. More a bible than a tutorial, the comprehensive resource on computer music synthesis and related topics.
- Perry Cook, Real Sound Synthesis for Interactive Applications. A briefer synopsis of key subjects in computer music/audio and physical modeling.
- Philip Rideout, iPhone 3D Programming: Developing Graphical Applications with OpenGL ES
- OpenGL Programming Guide: The Official Guide to Learning OpenGL. Focused on OpenGL in general rather than OpenGL ES, but comprehensive and with lots of good general information.
- MIDI / CoreMIDI
- Storyboarding
- Programmatic view construction - See the ProgrammaticViewController in the MobileMusic project
- Navigation controller stacks
- OSC on iOS - See the vvosc-ios repository