We are considering using the AudioKit framework along with the BASSMIDI sampler provided by http://www.un4seen.com/ in our iOS app.
Here is what we aim to implement :
- Play a MIDI File using the AudioKit sequencer
- Send the MIDI events (read by the AudioKit sequencer) to the BASSMIDI sampler.
- Redirect the BASSMIDI sampler's audio output to an AudioKit Mixer instance
Our main concern is that it doesn't seem possible to access the BASSMIDI sampler's audio output.
Has anyone had the experience to do this ? Is it simply possible ?
Thanks in advance for your insights!