Re: [MacRuby-devel] Using performRubySelector

2009-05-27 Thread Mike Laurence
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

Re: [MacRuby-devel] Using performRubySelector

2009-05-27 Thread Laurent Sansonetti
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