AudioKit / Cookbook

Canonical Examples for Using the AudioKit Framework
MIT License
639 stars 103 forks source link

Fix Issue 132, crash when navigating back without stopping drum sequencer #133

Closed misteu closed 1 year ago

misteu commented 1 year ago

This fixes issue #132 that I reported earlier.

With this fix, the midi connection is stopped (as far as I understand the underlying method) before actually everything is de-allocated.

I could not crash the app anymore with this fix, tried navigating back and forth starting and stopping a lot of times.

NickCulbertson commented 1 year ago

Thanks!