[Pharo-dev] [ANN] PharoPro - A support company for Pharo (on the works)

2015-07-10 Thread Esteban Lorenzano
Dear Pharoers and others, As you know, the purpose of the Pharo Consortium is to secure Pharo by taking care about different needs, working on essential infrastructure assets and managing updates. The consortium is also an umbrella so that companies can control the system that they use daily.

Re: [Pharo-dev] OpenAL bindings.

2015-07-10 Thread Merwan Ouddane
Nice :) Note to the people: lower the volume before starting the video ^^ On Jul 10, 2015 3:52 AM, Ronie Salgado ronies...@gmail.com wrote: Hello, I made bindings for OpenAL, a 3D audio library. Here I made a quick demo: https://youtu.be/0wqbJrfYmU8 Next, I will integrate it into Woden.

Re: [Pharo-dev] OpenAL bindings.

2015-07-10 Thread Clément Bera
I am interested in playing music in Pharo. Questions: - Does your bindings work fine on Mac os x ? - Do you have to put a .so / .dll somewhere near your vm or does it work out of the box ? - Where can I download your code ? Good work, Best, Clement 2015-07-10 3:51 GMT+02:00 Ronie Salgado

[Pharo-dev] [pharo-project/pharo-core]

2015-07-10 Thread GitHub
Branch: refs/tags/50163 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] [pharo-project/pharo-core] 711815: 50163

2015-07-10 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 71181561ae0f8d16d4c3108be23b6092f4ebd5cd https://github.com/pharo-project/pharo-core/commit/71181561ae0f8d16d4c3108be23b6092f4ebd5cd Author: Jenkins Build Server bo...@pharo-project.org Date:

Re: [Pharo-dev] OpenAL bindings.

2015-07-10 Thread Ronie Salgado
Hi Clément, - Does your bindings work fine on Mac os x ? I don't know. They should work. - Do you have to put a .so / .dll somewhere near your vm or does it work out of the box ? It requires an implementation of OpenAL to be available. In Linux I only need to install the OpenAL package. In

Re: [Pharo-dev] OpenAL bindings.

2015-07-10 Thread Clément Bera
Ok I tried and your examples work out of the box on my mac. Nice work. Can you please add an example where you play a .wav or .mp3 ? I am not very good at composing music :-) 2015-07-10 14:36 GMT+02:00 Ronie Salgado ronies...@gmail.com: Hi Clément, - Does your bindings work fine on Mac os x

[Pharo-dev] [pharo-project/pharo-core]

2015-07-10 Thread GitHub
Branch: refs/tags/40618 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] OpenAL bindings.

2015-07-10 Thread S Krish
Is openAL proprietary now.. ? I guess it was open source and there is a fork now. On Fri, Jul 10, 2015 at 7:21 AM, Ronie Salgado ronies...@gmail.com wrote: Hello, I made bindings for OpenAL, a 3D audio library. Here I made a quick demo: https://youtu.be/0wqbJrfYmU8 Next, I will integrate

[Pharo-dev] [pharo-project/pharo-core] b3dde7: 40618

2015-07-10 Thread GitHub
Branch: refs/heads/4.0 Home: https://github.com/pharo-project/pharo-core Commit: b3dde746e10ce8d9ee82df1adcacc5fb09ca62f1 https://github.com/pharo-project/pharo-core/commit/b3dde746e10ce8d9ee82df1adcacc5fb09ca62f1 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core] 4da8a9: 50164

2015-07-10 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 4da8a9c819c160f03a606e3ced6a4198e120cf81 https://github.com/pharo-project/pharo-core/commit/4da8a9c819c160f03a606e3ced6a4198e120cf81 Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2015-07-10 Thread GitHub
Branch: refs/tags/50164 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Magritte3 in Pharo 5.0

2015-07-10 Thread Christophe Demarey
Le 13 juin 2015 à 20:51, Stephan Eggermont a écrit : On 13/06/15 20:38, Stephan Eggermont wrote: On 13/06/15 02:23, Sean P. DeNigris wrote: Loading via catalog browser gives: 'This package depends on the following classes: GRDelegatingStream You must resolve these dependencies before...

[Pharo-dev] [pharo-project/pharo-core] 04208f: 50165

2015-07-10 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 04208ffb454c03fc6e61c404ed47d4b5658869af https://github.com/pharo-project/pharo-core/commit/04208ffb454c03fc6e61c404ed47d4b5658869af Author: Jenkins Build Server bo...@pharo-project.org Date:

[Pharo-dev] [pharo-project/pharo-core]

2015-07-10 Thread GitHub
Branch: refs/tags/50165 Home: https://github.com/pharo-project/pharo-core

[Pharo-dev] Loading TWM in Pharo 4.0

2015-07-10 Thread Sean P. DeNigris
When loading TWM from the Configuration Browser, the version shown is ConfigurationOfTilingWindowManager-LaurentLaffont.28. But when I click load, ConfigurationOfTilingWindowManager-PhilippeBack.28 is what actually gets loaded, presumably from my cache, and which has no stable version for 4.0.

Re: [Pharo-dev] OpenAL bindings.

2015-07-10 Thread p...@highoctane.be
More like a game engine I'd say. So, makes sense to me. Phil Le 10 juil. 2015 22:36, stepharo steph...@free.fr a écrit : Hi ronie this is nice but why do you want to integrate it into Woden? To me Woden is for 3D graphics. Setf Le 10/7/15 03:51, Ronie Salgado a écrit : Hello, I

Re: [Pharo-dev] OpenAL bindings.

2015-07-10 Thread stepharo
Hi ronie this is nice but why do you want to integrate it into Woden? To me Woden is for 3D graphics. Setf Le 10/7/15 03:51, Ronie Salgado a écrit : Hello, I made bindings for OpenAL, a 3D audio library. Here I made a quick demo: https://youtu.be/0wqbJrfYmU8 Next, I will integrate it into