arirusso / unimidi

Realtime MIDI IO for Ruby
Other
255 stars 28 forks source link

jruby: hangs on close #9

Open arirusso opened 12 years ago

arirusso commented 12 years ago

as reported by @sdj on issue #7

arirusso commented 12 years ago

this is happening on osx lion. any others?

dfl commented 12 years ago

yup, happens to me too on Snow Leopard. I recommend using ffi-coremidi even when using JRuby on mac...

jruby-1.6.7 :002 > RUBY_PLATFORM => "java" jruby-1.6.7 :003 > uname => "Darwin\n"

I was using ffi-portmidi in my own project and it worked well too.