[Pharo-project] PharoSound does not have the same behavior in a one-click
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
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" <jannik.laval@gmail.com> 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
I tried with the latest version available on Pharo website :) Jannik On Mar 19, 2013, at 9:33 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> 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" <jannik.laval@gmail.com> 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
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 <jannik.laval@gmail.com> wrote:
I tried with the latest version available on Pharo website :)
Jannik
On Mar 19, 2013, at 9:33 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> 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" <jannik.laval@gmail.com> 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
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 git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm@gmail.com> 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 git://gitorious.org/cogvm/blessed.git Commit: 412abef33cbed05cf1d75329e451d71c0c6aa5a7 Date: 2013-03-13 17:48:50 +0100 By: Esteban Lorenzano <estebanlm@gmail.com> 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 <stephane.ducasse@free.fr> 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 <jannik.laval@gmail.com> wrote:
I tried with the latest version available on Pharo website :)
Jannik
On Mar 19, 2013, at 9:33 PM, Benjamin <benjamin.vanryseghem.pharo@gmail.com> 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" <jannik.laval@gmail.com> 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
participants (3)
-
Benjamin -
jannik.laval -
stephane ducasse