is there anyone who can use SimpleMIDIPort on Mac OSX 10.6.8?
Stéphane Ducasse san told me that it can use MIDIPlugin in Pharo 2.0
on Mac 10.8.3.
but I can't use MIDIPlugin on Mac OSX 10.6.8.
SimpleMIDIPort>>#midiIsSupported
-> false
SimpleMIDIPort>>#primPortCount
-> 0
vm:
Pharo.app(13/03/13)
Pharo-126.app(13/05/04)
Pharo-145.app(13/05/31)
Pharo-169.app(13/07/10)
Pharo-186.app(13/07/15)
Pharo-187.app(13/07/19)
Pharo-188.app(13/07/31)
I would like to know whether it is a problem of all those that are
using 10.6.8 or personal trouble.
-p.s.-
On Eliot Miranda san's CogMT.r2761.app and Cog.r2761.app,
SimpleMIDIPort>>#midiIsSupported
-> true
SimpleMIDIPort>>#primPortCount
-> 1
regards.