PharoSound does not have the same behavior in a one-click

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

PharoSound does not have the same behavior in a one-click

jannik laval
Hi all,

I loaded PharoSound in a Pharo 2.0 image and try the code :
        SimpleMIDIPort examplePlayNoteNamedVelocityOnChannel

It works fine.
Now, try the same with a Pharo one-click, it does not work.
A primitive fail:
        #primMIDIOpenPort:readSemaIndex:interfaceClockRate:

What is different between the two versions ?

Jannik

Reply | Threaded
Open this post in threaded view
|

Re: PharoSound does not have the same behavior in a one-click

Benjamin Van Ryseghem (Pharo)
I would say the Vm …

Could you print the VM version for both images ?

Ben

On Mar 19, 2013, at 9:27 PM, "jannik.laval" <[hidden email]> wrote:

Hi all,

I loaded PharoSound in a Pharo 2.0 image and try the code :
SimpleMIDIPort examplePlayNoteNamedVelocityOnChannel

It works fine.
Now, try the same with a Pharo one-click, it does not work.
A primitive fail:
#primMIDIOpenPort:readSemaIndex:interfaceClockRate:

What is different between the two versions ?

Jannik


Reply | Threaded
Open this post in threaded view
|

Re: PharoSound does not have the same behavior in a one-click

jannik laval
I tried with the latest version available on Pharo website :)

Jannik

On Mar 19, 2013, at 9:33 PM, Benjamin <[hidden email]> wrote:

I would say the Vm …

Could you print the VM version for both images ?

Ben

On Mar 19, 2013, at 9:27 PM, "jannik.laval" <[hidden email]> wrote:

Hi all,

I loaded PharoSound in a Pharo 2.0 image and try the code :
SimpleMIDIPort examplePlayNoteNamedVelocityOnChannel

It works fine.
Now, try the same with a Pharo one-click, it does not work.
A primitive fail:
#primMIDIOpenPort:readSemaIndex:interfaceClockRate:

What is different between the two versions ?

Jannik



Reply | Threaded
Open this post in threaded view
|

Re: PharoSound does not have the same behavior in a one-click

stephane ducasse
may be a plugin is not found.

"Could you print the VM version for both images ?"

Smalltalk vm version or something like that

Stef


On Mar 19, 2013, at 9:35 PM, jannik.laval <[hidden email]> wrote:

I tried with the latest version available on Pharo website :)

Jannik

On Mar 19, 2013, at 9:33 PM, Benjamin <[hidden email]> wrote:

I would say the Vm …

Could you print the VM version for both images ?

Ben

On Mar 19, 2013, at 9:27 PM, "jannik.laval" <[hidden email]> wrote:

Hi all,

I loaded PharoSound in a Pharo 2.0 image and try the code :
SimpleMIDIPort examplePlayNoteNamedVelocityOnChannel

It works fine.
Now, try the same with a Pharo one-click, it does not work.
A primitive fail:
#primMIDIOpenPort:readSemaIndex:interfaceClockRate:

What is different between the two versions ?

Jannik




Reply | Threaded
Open this post in threaded view
|

Re: PharoSound does not have the same behavior in a one-click

jannik laval
Here is my VM:

===
 'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
<a href="git://gitorious.org/cogvm/blessed.git">git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14535
'
===

Here the one click image:
===
 'NBCoInterpreter NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
NBCogit NativeBoost-CogPlugin-EstebanLorenzano.18 uuid: a53445f9-c0c0-4015-97a3-be7db8d9ed6b Mar 13 2013
<a href="git://gitorious.org/cogvm/blessed.git">git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14535
'
===

Seems to be the same.
In the plugins repository, it seems that there is the same files.

Jannik

On Mar 19, 2013, at 10:04 PM, stephane ducasse <[hidden email]> wrote:

may be a plugin is not found.

"Could you print the VM version for both images ?"

Smalltalk vm version or something like that

Stef


On Mar 19, 2013, at 9:35 PM, jannik.laval <[hidden email]> wrote:

I tried with the latest version available on Pharo website :)

Jannik

On Mar 19, 2013, at 9:33 PM, Benjamin <[hidden email]> wrote:

I would say the Vm …

Could you print the VM version for both images ?

Ben

On Mar 19, 2013, at 9:27 PM, "jannik.laval" <[hidden email]> wrote:

Hi all,

I loaded PharoSound in a Pharo 2.0 image and try the code :
SimpleMIDIPort examplePlayNoteNamedVelocityOnChannel

It works fine.
Now, try the same with a Pharo one-click, it does not work.
A primitive fail:
#primMIDIOpenPort:readSemaIndex:interfaceClockRate:

What is different between the two versions ?

Jannik