Re: [Pharo-dev] is there anyone who can use SimpleMIDIPort on Mac OSX 10.6.8?

2013-08-14 Thread Stéphane Ducasse
Thanks for the feedback. Please let us know if you find problems…. because we could not find the original code which was probably never in the source management. So we really enjoy seeing your code running on Pharo :) Stef On Aug 14, 2013, at 1:06 PM, NISHIHARA Satoshi wrote: > I've just notic

Re: [Pharo-dev] is there anyone who can use SimpleMIDIPort on Mac OSX 10.6.8?

2013-08-14 Thread Esteban Lorenzano
Ah yes... I forget to send a mail to the list, but I spent monday fixing the MIDI plugin :P cool to know that it worked! Esteban On Aug 14, 2013, at 1:06 PM, NISHIHARA Satoshi wrote: > I've just noticed github message > - added missing methods for SerialPlugin > https://github.com/pharo-proj

Re: [Pharo-dev] is there anyone who can use SimpleMIDIPort on Mac OSX 10.6.8?

2013-08-05 Thread Igor Stasenko
On 4 August 2013 18:35, laurent laffont wrote: > Hi, > > I was looking about MIDI on Linux today, and may be that's related. On > Linux, for the MIDI plugin, there's 2 files: > - sqUnixMIDIALSA.inc > - sqUnixMIDINone.inc > > it seems sqUnixMIDINone is build, and not ALSA one. In > /platforms/unix/

Re: [Pharo-dev] is there anyone who can use SimpleMIDIPort on Mac OSX 10.6.8?

2013-08-04 Thread laurent laffont
Hi, I was looking about MIDI on Linux today, and may be that's related. On Linux, for the MIDI plugin, there's 2 files: - sqUnixMIDIALSA.inc - sqUnixMIDINone.inc it seems sqUnixMIDINone is build, and not ALSA one. In /platforms/unix/plugins/MIDIPlugin/sqUnixMIDI.c: #if defined(USE_MIDI_ALSA) # in

Re: [Pharo-dev] is there anyone who can use SimpleMIDIPort on Mac OSX 10.6.8?

2013-08-04 Thread Stéphane Ducasse
to test please load Gofer new smalltalkhubUser: 'PharoExtras' project: 'Sound'; package: 'ConfigurationOfPharoSound'; load. ((Smalltalk globals at: #ConfigurationOfPharoSound) project version: '5.3') load

[Pharo-dev] is there anyone who can use SimpleMIDIPort on Mac OSX 10.6.8?

2013-08-04 Thread NISHIHARA Satoshi
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(