AudioKit / Cookbook

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

Added MIDI event types, program change, and MIDI receive indicator #123

Closed markjeschke closed 1 year ago

markjeschke commented 1 year ago

Tested MIDI events using the KMI SoftStep 2 controller and the AudioKit Synth One app. Here's the video capture:

  1. Note On
  2. Continuous Controller
  3. Program Change (changes the Synth One preset in the background)
  4. CC ON/OFF Toggle
  5. Note On

https://user-images.githubusercontent.com/1577928/216841591-1c418a73-67b5-4ca6-90d2-83fabc87cbab.MP4

NickCulbertson commented 1 year ago

Looks good! Thanks, Mark!