SlideShare a Scribd company logo
1 of 27
Creating Music
                            Instruments on iOS
                                      Greg Cerveny
                                      @gmcerveny
                                greg.cerveny@gmail.com




Tuesday, September 11, 12
Music on iOS

                    • Apple Design Award Apps
                     • DM 1, Djay, Tab Toolkit
                    • Companies: Smule, Tonara, Khush
                    • Great Apps: Figure, Lemur, Animoog, ...
                    • Apple Store

Tuesday, September 11, 12
Tuesday, September 11, 12
Tuesday, September 11, 12
Max Mathews Radio Baton Video Demo:
                               http://www.youtube.com/watch?
                                 v=3ZOzUVD4oLg#t=4m46s




Tuesday, September 11, 12
Core Audio
                    • Audio and MIDI support
                    • Low Latency & Dynamic
                    • Objective C and C
                     • Proxy Objects
                    • Audio Toolbox, Audio Unit, Core MIDI
                            Frameworks


Tuesday, September 11, 12
Introduction to
                            Computer Music




Tuesday, September 11, 12
Introduction to
                            Computer Music

                    • Notes



Tuesday, September 11, 12
Introduction to
                            Computer Music

                    • Notes
                    • Signals


Tuesday, September 11, 12
Sonata No. 14, 'Moonlight'
                                                                                                              Ludwig van Beethoven
              Adagio sostenuto                                                                                        Op. 27, No. 2
                                Si deve suonare tutto questo pezzo delicatissimamente e senza sordini



                                        3 5                                                             2 4             3 5
                                1       3                                                           1

                                sempre pianissimo e senza sordini                                                   5




            4                                                                           pp
                                        5
                                    2         3 5       4 5   3 5
                                                                            4       3
                                                                        1
                            4                       5
                                                                    4




                                                                                         5
            7                                       5                           4               3

Tuesday, September 11, 12
1. Music File




Tuesday, September 11, 12
2. Set Up Music Sequence

                    • Create a new music sequence
                            NewMusicSequence(MusicSequence *outSequence)


                    • Load a music file
                            MusicSequenceFileLoad(
                                MusicSequence inSequence,
                                CFURLRef inFileRef,
                                MusicSequenceFileTypeID inFileTypeHint,
                                MusicSequenceLoadFlags inFlags)




Tuesday, September 11, 12
3. Load Into Music Player

                    • Create a new music player
                            NewMusicPlayer(MusicPlayer *outPlayer)


                    • Load sequence into player
                            MusicPlayerSetSequence(MusicPlayer inPlayer,

                                MusicSequence inSequence)


                    • Play
                            MusicPlayerStart(myMusicPlayer)




Tuesday, September 11, 12
DEMO



Tuesday, September 11, 12
Music Player Types

                • MusicPlayer
                  • MusicEventIterator
                • MusicSequence
                • MusicTrack



Tuesday, September 11, 12
Notes


                • MIDI Notes
                       MIDINoteMessage {
                           UInt8 channel;
                           UInt8 note;
                           UInt8 velocity;
                           UInt8 releaseVelocity;
                           Float32 duration; }




Tuesday, September 11, 12
Signal




Tuesday, September 11, 12
8 Steps to an Audio Graph
                    1.      Configure an Audio Session

                    2.      Create an Audio Processing Graph

                    3.      Create and Describe Audio Nodes for Each Unit

                    4.      Open the Audio Processing Graph to Instantiate the Audio Units

                    5.      Obtain Pointers and Configure Each Unit

                    6.      Connect the Nodes

                    7.      Initialize the Graph

                    8.      Start the Audio




Tuesday, September 11, 12
8 Steps to an Audio Graph

                • Create an Audio Processing Graph
                            NewAUGraph(AUGraph *outGraph)


                • Describe Audio Node
                            AudioComponentDescription {
                                componentType;
                                componentSubType;
                                componentManufacturer;
                                componentFlags;
                                componentFlagsMask;
                            }



Tuesday, September 11, 12
8 Steps to an Audio Graph


                • Add Node to Graph
                            AUGraphAddNode(
                                AUGraph inGraph,
                                AudioComponentDescription *inDescription,
                                AUNode *outNode )


                • Open the graph
                            AUGraphOpen(AUGraph inGraph)




Tuesday, September 11, 12
8 Steps to an Audio Graph
                • Pointers to Nodes
                            AUGraphNodeInfo(
                                AUGraph inGraph,
                                AUNode inNode,
                                AudioComponentDescription *outDescription,
                                AudioUnit *outAudioUnit)

                • Connect Nodes
                            AUGraphConnectNodeInput(
                                AUGraph inGraph,
                                AUNode inSourceNode,
                                UInt32 inSourceOutputNumber,
                                AUNode inDestNode,
                                UInt32 inDestInputNumber)


Tuesday, September 11, 12
8 Steps to an Audio Graph


                • Initialize Graph
                            AUGraphInitialize(!
                                              AUGraph inGraph)


                • Start Audio
                            AUGraphStart(AUGraph inGrap)




Tuesday, September 11, 12
DEMO



Tuesday, September 11, 12
Audio Graph

                    • Audio Graph
                     • Creation, Opening, and Starting
                    • Nodes and Descriptions
                    • Audio Units

Tuesday, September 11, 12
Resources
                    • Learning Core Audio by Adamson
                    • WWDC
                     • 2011: Music in iOS and Lion
                     • 2010: Audio Development for iOS1/2
                    • Core Audio Programming Guide
                    • Audio Unit Hosting/Programming Guide
Tuesday, September 11, 12
Other Libraries


                    • C Sound
                    • LibPD - Pure Data


Tuesday, September 11, 12
Creating Music
                            Instruments on iOS
                                      Greg Cerveny
                                      @gmcerveny
                                greg.cerveny@gmail.com




Tuesday, September 11, 12

More Related Content

Viewers also liked

Viewers also liked (7)

Test
TestTest
Test
 
荒木おいだしスライド
荒木おいだしスライド荒木おいだしスライド
荒木おいだしスライド
 
Evaluacion halcones (1)
Evaluacion halcones (1)Evaluacion halcones (1)
Evaluacion halcones (1)
 
Building A Streaming Apple TV App (CocoaConf DC, Sept 2016)
Building A Streaming Apple TV App (CocoaConf DC, Sept 2016)Building A Streaming Apple TV App (CocoaConf DC, Sept 2016)
Building A Streaming Apple TV App (CocoaConf DC, Sept 2016)
 
論文口試
論文口試論文口試
論文口試
 
Cytogenetics
Cytogenetics Cytogenetics
Cytogenetics
 
Digital marketing case study patanjali ppt
Digital marketing case study patanjali pptDigital marketing case study patanjali ppt
Digital marketing case study patanjali ppt
 

Recently uploaded

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 

Recently uploaded (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 

iOS as a Music Instrument

  • 1. Creating Music Instruments on iOS Greg Cerveny @gmcerveny greg.cerveny@gmail.com Tuesday, September 11, 12
  • 2. Music on iOS • Apple Design Award Apps • DM 1, Djay, Tab Toolkit • Companies: Smule, Tonara, Khush • Great Apps: Figure, Lemur, Animoog, ... • Apple Store Tuesday, September 11, 12
  • 5. Max Mathews Radio Baton Video Demo: http://www.youtube.com/watch? v=3ZOzUVD4oLg#t=4m46s Tuesday, September 11, 12
  • 6. Core Audio • Audio and MIDI support • Low Latency & Dynamic • Objective C and C • Proxy Objects • Audio Toolbox, Audio Unit, Core MIDI Frameworks Tuesday, September 11, 12
  • 7. Introduction to Computer Music Tuesday, September 11, 12
  • 8. Introduction to Computer Music • Notes Tuesday, September 11, 12
  • 9. Introduction to Computer Music • Notes • Signals Tuesday, September 11, 12
  • 10. Sonata No. 14, 'Moonlight' Ludwig van Beethoven Adagio sostenuto Op. 27, No. 2 Si deve suonare tutto questo pezzo delicatissimamente e senza sordini 3 5 2 4 3 5 1 3 1 sempre pianissimo e senza sordini 5 4 pp 5 2 3 5 4 5 3 5 4 3 1 4 5 4 5 7 5 4 3 Tuesday, September 11, 12
  • 11. 1. Music File Tuesday, September 11, 12
  • 12. 2. Set Up Music Sequence • Create a new music sequence NewMusicSequence(MusicSequence *outSequence) • Load a music file MusicSequenceFileLoad( MusicSequence inSequence, CFURLRef inFileRef, MusicSequenceFileTypeID inFileTypeHint, MusicSequenceLoadFlags inFlags) Tuesday, September 11, 12
  • 13. 3. Load Into Music Player • Create a new music player NewMusicPlayer(MusicPlayer *outPlayer) • Load sequence into player MusicPlayerSetSequence(MusicPlayer inPlayer, MusicSequence inSequence) • Play MusicPlayerStart(myMusicPlayer) Tuesday, September 11, 12
  • 15. Music Player Types • MusicPlayer • MusicEventIterator • MusicSequence • MusicTrack Tuesday, September 11, 12
  • 16. Notes • MIDI Notes MIDINoteMessage { UInt8 channel; UInt8 note; UInt8 velocity; UInt8 releaseVelocity; Float32 duration; } Tuesday, September 11, 12
  • 18. 8 Steps to an Audio Graph 1. Configure an Audio Session 2. Create an Audio Processing Graph 3. Create and Describe Audio Nodes for Each Unit 4. Open the Audio Processing Graph to Instantiate the Audio Units 5. Obtain Pointers and Configure Each Unit 6. Connect the Nodes 7. Initialize the Graph 8. Start the Audio Tuesday, September 11, 12
  • 19. 8 Steps to an Audio Graph • Create an Audio Processing Graph NewAUGraph(AUGraph *outGraph) • Describe Audio Node AudioComponentDescription { componentType; componentSubType; componentManufacturer; componentFlags; componentFlagsMask; } Tuesday, September 11, 12
  • 20. 8 Steps to an Audio Graph • Add Node to Graph AUGraphAddNode( AUGraph inGraph, AudioComponentDescription *inDescription, AUNode *outNode ) • Open the graph AUGraphOpen(AUGraph inGraph) Tuesday, September 11, 12
  • 21. 8 Steps to an Audio Graph • Pointers to Nodes AUGraphNodeInfo( AUGraph inGraph, AUNode inNode, AudioComponentDescription *outDescription, AudioUnit *outAudioUnit) • Connect Nodes AUGraphConnectNodeInput( AUGraph inGraph, AUNode inSourceNode, UInt32 inSourceOutputNumber, AUNode inDestNode, UInt32 inDestInputNumber) Tuesday, September 11, 12
  • 22. 8 Steps to an Audio Graph • Initialize Graph AUGraphInitialize(! AUGraph inGraph) • Start Audio AUGraphStart(AUGraph inGrap) Tuesday, September 11, 12
  • 24. Audio Graph • Audio Graph • Creation, Opening, and Starting • Nodes and Descriptions • Audio Units Tuesday, September 11, 12
  • 25. Resources • Learning Core Audio by Adamson • WWDC • 2011: Music in iOS and Lion • 2010: Audio Development for iOS1/2 • Core Audio Programming Guide • Audio Unit Hosting/Programming Guide Tuesday, September 11, 12
  • 26. Other Libraries • C Sound • LibPD - Pure Data Tuesday, September 11, 12
  • 27. Creating Music Instruments on iOS Greg Cerveny @gmcerveny greg.cerveny@gmail.com Tuesday, September 11, 12