Re: Need help getting started with CoreMidi
Re: Need help getting started with CoreMidi
- Subject: Re: Need help getting started with CoreMidi
- From: Michael Ellis <email@hidden>
- Date: Fri, 25 Jan 2013 20:21:53 -0500
Making some progress. Finally figured out that the C file from simplecoremidi didn't have any code to explicitly connect to any midi devices. Added code some based on examples from
"Learning Core Audio: A Hands-On Guide to Audio Programming for Mac and iOS" (a well-written reference, IMO) and am now able to connect to my keyboard, get the events, and pass the notes into Logic. So far no perceptible lag from the trip through the Python interpreter. Hopefully that will continue to be the case once I've got the harmonizer in the loop; right now I'm just doubling the notes an octave up to verify that I'm correctly reading and sending.
Much clean up and merging to do. Will share more once I've got it working well. Many, many thanks to all of you for help so far.