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

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
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)
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
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
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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