Skip to content

A simple CoreMIDI example, demonstrating the common 'Midi Learn' feature

Notifications You must be signed in to change notification settings

Furthermoore/MIDILearnViewController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MIDILearnViewController

A simple CoreMIDI example, demonstrating the common 'Midi Learn' feature.

The example Xcode project contains MIDILearnViewController, a UIViewController subclass that handles the entire learn operation:

  1. Setup a Midi client on the main thread.
  2. Parse Midi information in the callback.
  3. Send results back onto the main thread.
  4. Dispose of the Midi client, on the main thread.

A protocol named MIDILearnViewControllerDelegate has been declared, along with a weak property reference named delegate, and can be used to inform the presenting view controller (or any object that your heart desires) of the results.

About

A simple CoreMIDI example, demonstrating the common 'Midi Learn' feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published