Open JoshuaBThompson opened 7 years ago
Below are brief breakdown of steps taken to setup Ableton Link with an audio engine to update tempo
All steps described below are based of the Ableton Link LinkHut example app.
The process of updating the tempo (when another user set's new tempo):
First audio engine and Ableton Link objects are setup in ViewController -> viewDidLoad
Ableton Link will receive the tempo change from the other user (over the network for ex)
Ableton Link will send an event to the AVAudioSession audio engine route
User code has a callback that gets called when route event happens
See 'AudioEngine.m' in the Ableton LinkHut app example:
Below are brief breakdown of steps taken to setup Ableton Link with an audio engine to update tempo
All steps described below are based of the Ableton Link LinkHut example app.
The process of updating the tempo (when another user set's new tempo):
First audio engine and Ableton Link objects are setup in ViewController -> viewDidLoad
Ableton Link will receive the tempo change from the other user (over the network for ex)
Ableton Link will send an event to the AVAudioSession audio engine route
User code has a callback that gets called when route event happens
See 'AudioEngine.m' in the Ableton LinkHut app example: