Hmmm... I'm doing several things different, perhaps one or more of
them are impossible :-)
Basically, I'm trying to get MIDI support into Ruby via the PYMIDI
obj-c library, which is really just a wrapper around CoreMIDI. One way
I had thought of: create an additional obj-c class (MidiReceiver)
whi
Hi Mike,
On May 26, 2009, at 5:45 PM, Mike Laurence wrote:
Hello,
I'm trying to get some obj-c code to talk back to my ruby. After
encountering some "EXC_BAD_ACCESS" messages and scouring the web, I've
concluded that I'm probably supposed to use performRubySelector
instead of just expecting se