Re: [MacRuby-devel] Using performRubySelector

2009-06-02 Thread Mike Laurence
zed I wanted to use a different program flow for input anyway (pretty much just following rbcoremidi, with an array that gets filled with midi data and emptied whenever you query it.) ~Mike On Thu, May 28, 2009 at 1:57 PM, Mike Laurence wrote: > I'll try and post what I was working on to

Re: [MacRuby-devel] Using performRubySelector

2009-05-28 Thread Mike Laurence
e point of the performRubySelector, but thereafter it >>> > launches into the debugger with EXC_BAD_ACCESS messages or other >>> > unsightly stack dumps. >>> > >>> > --- >>> > >>> > An even *better* interface would be to have the &quo

Re: [MacRuby-devel] Using performRubySelector

2009-05-27 Thread Mike Laurence
sense here! I greatly appreciate any info that you can send my way. Hopefully when I get this all figured out I can write a nice, fat blog post about it :-) Regards, Mike Laurence On Wed, May 27, 2009 at 8:18 PM, Laurent Sansonetti wrote: > Hi Mike, > > On May 26, 2009, at 5:

[MacRuby-devel] Using performRubySelector

2009-05-26 Thread Mike Laurence
could give me a quick example of how to call arbitrary ruby methods, I would highly appreciate it. Of course, if I'm completely off base and there's some other way to call ruby code, please let me know! Thanks! Regards, Mike Laurence __