AudioKit / Cookbook

Canonical Examples for Using the AudioKit Framework
MIT License
606 stars 97 forks source link

Add midiCallback to DrumSequencer #152

Closed NickCulbertson closed 4 months ago

NickCulbertson commented 4 months ago

In Xcode 15.3 Beta MIDISampler instruments are not responding to MIDI events from AppleSequencer. This issue might only be present in the Beta. As a workaround a MIDICallback instrument is being used. This fix might also need to be applied to the Music Toy example or fixes made to MIDISampler if things are still funky when Xcode 15.3 is released.

Addresses issue: https://github.com/AudioKit/AudioKit/issues/2901