Re: [PD] building Pd-ext/GEM for Windows

2012-01-24 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-01-23 21:54, rolf meesters wrote: hi, still busy with my PIII's. trying to build a Pd-ext without SSE2 for Windows. following the Pd-webpage for it. (i guess there's not an easier way to go) i got stuck in ./building-libs-on-mingw.sh

[PD] Ricardo Palmieri deixou uma mensagem para você...

2012-01-24 Thread Badoo
Ricardo Palmieri deixou uma mensagem para você... Só você pode ler o conteúdo desta mensagem e ver quem a enviou. Delete a qualquer momento ou responda imediatamente com o sistema de troca de mensagens. Para descobrir o que diz a mensagem, siga este link.

[PD] OSC namespaces and how to tame them?

2012-01-24 Thread Julian Brooks
Hi all, I'm looking for something that can quickly trim fairly long lists of incoming OSC messages, for example: slime/user/sb/app/renoise/midichannel/3/noteon/38 127 So that I can just get at '38 127'? Theses lists are dynamic, so it's not possible to have them setup beforehand apart from the

Re: [PD] How to use GL shaders

2012-01-24 Thread Marco Donnarumma
Hi Antonio, me and few others are preparing some new tutorials based on the already existing documentation in Pd. There was a discussion on the list not a long time ago. Take a look at the archive. Hopefully I will produce some patches soon(ish). cheers, M Is there a tutorial on how to on

Re: [PD] OSC namespaces and how to tame them?

2012-01-24 Thread batinste
hi see [splitfilename] On 24/01/2012 12:46, Julian Brooks wrote: Hi all, I'm looking for something that can quickly trim fairly long lists of incoming OSC messages, for example: slime/user/sb/app/renoise/midichannel/3/noteon/38 127 So that I can just get at '38 127'? Theses lists are

Re: [PD] OSC namespaces and how to tame them?

2012-01-24 Thread Martin Peach
You can use wild cards like [routeOSC /*/*/noteon ] or use a [set /x/y/z( message to dynamically set [routeOSC]'s path(s). Martin On 2012-01-24 06:46, Julian Brooks wrote: Hi all, I'm looking for something that can quickly trim fairly long lists of incoming OSC messages, for example:

Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-24 Thread Joson Android
I got 0.43.1-extended first time working today. I love it!!! Thank you! Spend all day testing new cool features (instead of working). One thing bothers me: How to change the language from German to English? MacOSX10.6.7 Am 23.01.2012 um 18:13 schrieb Hans-Christoph Steiner: Ok, Mac OS X

Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-24 Thread Hans-Christoph Steiner
I'm guessing you are using a German localization for your computer. Pd-extended just follows that. If you rank English above German, Pd-extended should be in English. .hc On Jan 24, 2012, at 9:37 AM, Joson Android wrote: I got 0.43.1-extended first time working today. I love it!!! Thank

[PD] Ask pd to quit (nogui)

2012-01-24 Thread Charles Goyard
Hi list, I was wondering if there's a message to ask pd to exit, while using -nogui. At the moment I use kill on Linux, but I'm looking for some way to tell pd to exit from within the patch itself. Thanks, Charlot ___ Pd-list@iem.at mailing list

Re: [PD] Ask pd to quit (nogui)

2012-01-24 Thread Hans-Christoph Steiner
[; pd quit( On Jan 24, 2012, at 11:56 AM, Charles Goyard wrote: Hi list, I was wondering if there's a message to ask pd to exit, while using -nogui. At the moment I use kill on Linux, but I'm looking for some way to tell pd to exit from within the patch itself. Thanks, Charlot

Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-24 Thread Mathieu Bouchard
Le 2012-01-24 à 15:37:00, Joson Android a écrit : One thing bothers me: How to change the language from German to English? Just enjoy it being in German. That will fix the problem. __ | Mathieu BOUCHARD - téléphone :

Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-24 Thread Max
Am 24.01.2012 um 15:37 schrieb Joson Android: One thing bothers me: How to change the language from German to English? If you want your computer to be in english, then go to the system preferences and chang that there. If you'd like to contribute to the german Pd translation edit it here:

[PD] Spanish translation (Re: translation activity)

2012-01-24 Thread Max
there was a finished mexican translation, so i took the contents of that and filled the gaps of the spanish (castilian) translation. spaniards please check if that's correct: https://www.transifex.net/projects/p/puredata/resource/templatepot/l/es/ m. Am 22.01.2012 um 21:35 schrieb

Re: [PD] Spanish translation (Re: translation activity)

2012-01-24 Thread Jaime Oliver
Hi all, I am trying to get to the translation, but cannot for some reason. I get a warning: This translation is locked by someone else. Are we not trying to achieve a single spanish translation? best, J On Tue, Jan 24, 2012 at 1:12 PM, Max abonneme...@revolwear.com wrote: there was a

Re: [PD] OSC namespaces and how to tame them?

2012-01-24 Thread Julian Brooks
Dear Batinste Martin, Many thanks for your responses... Will investigate splitfilename further and Martin's suggestions (I had looked at the help file honest:). I obviously need to think this through further but what I would really like is something that not only gives me access to the data

Re: [PD] OSC namespaces and how to tame them?

2012-01-24 Thread Julian Brooks
[splitfilename] is indeed my friend. J On 24 January 2012 20:44, Julian Brooks jbee...@gmail.com wrote: Dear Batinste Martin, Many thanks for your responses... Will investigate splitfilename further and Martin's suggestions (I had looked at the help file honest:). I obviously need to

Re: [PD] building Pd-ext/GEM for Windows

2012-01-24 Thread rolf meesters
building Gem on mingw is _highly_ experimental and _only_ works with a recent git checkout. there is close to zero chance that you can compile an older version of Gem (e.g. the latest and greatest stable release 0.93.3) with anything but visualstudio. even then it is a big nightmare to

Re: [PD] Spanish translation (Re: translation activity)

2012-01-24 Thread Max
¡Hola Jaime! the system is locking the ones which are worked on. if you look at the overview page https://www.transifex.net/projects/p/puredata/resource/templatepot/ you can see which ones are currently locked. when clicking on them it will tell you for how many more minutes the lock is valid.

Re: [PD] precision of vline~ and/or pd messaging

2012-01-24 Thread Jonathan Wilkes
I'm not sure if this is correct, so someone with a deeper knowledge of Pd can confirm/deny... :) 125ms at a samplerate of (I'm guessing) 44100 would mean you're sending a message to [line~] every 5512.5 samples.  Pd's default blocksize is 64, and when you convert from a control value to a

[PD] 0.43 Audio problems trying Pd-0.42.5-extended on Ubuntu Oneiric ?

2012-01-24 Thread tim vets
Hi all, I tried Pd-extended 0.43 on Oneiric but I can't get audio working with it (both Jack and alsa, broken sound, very slow, hangs and crashes...) I have another disk which also runs Oneiric, and it has Pd-Extended 0.42.5 running nicely, so I want to try 0.42.5 on this install too, to see if

Re: [PD] precision of vline~ and/or pd messaging

2012-01-24 Thread João Pais
Hmm, I have to correct your message to get a more interesting answer from you :) the SR is 48K, and I'm using vline~ already. Theoretically with E Lyon's objects I should also get more messaging precision, or maybe not at all? João I'm not sure if this is correct, so someone with a deeper

Re: [PD] precision of vline~ and/or pd messaging

2012-01-24 Thread Claude Heiland-Allen
On 24/01/12 21:50, João Pais wrote: maybe the messaging isn't precisely aligned with the audio. For this patch I'm using E Lyon's samm~ and click2bang~ I'm not familiar with those externals, nor in inspecting the output of a patch (which is on the large size) instead of the patch. But some

Re: [PD] precision of vline~ and/or pd messaging

2012-01-24 Thread Jonathan Wilkes
Ah, and I see in addition to your message you wrote vline~ in the title! Oops. I don't know what click2bang~ does-- is it aligning its bangs to block boundaries?  That's just a guess. -Jonathan From: João Pais jmmmp...@googlemail.com To: PD-List

Re: [PD] 0.43 Audio problems trying Pd-0.42.5-extended on Ubuntu Oneiric ?

2012-01-24 Thread Hans-Christoph Steiner
On Jan 24, 2012, at 6:07 PM, tim vets wrote: Hi all, I tried Pd-extended 0.43 on Oneiric but I can't get audio working with it (both Jack and alsa, broken sound, very slow, hangs and crashes...) Strange, it works on my Oneiric, that's my main dev OS. I have had a bunch of other problems

Re: [PD] Spanish translation (Re: translation activity)

2012-01-24 Thread Hans-Christoph Steiner
Actually, the first complete translation was en_CA. People like their own languages with all the details. I say the more the merrier, let people have it the way they like it :-) Maybe I'll make a de_US and make my own translation in my bastard German . Or Amish German. ;) .hc On Jan 24,

Re: [PD] 0.43 Audio problems trying Pd-0.42.5-extended on Ubuntu Oneiric ?

2012-01-24 Thread Kaj Ailomaa
On 2012-01-25 00:07, tim vets wrote: but then I got a pd-extended that can't load any of the externals. This is the libdir thing. Rename the file ~/.pdextended (or whatever it is called - something with pd) to something else and try again. If you use the same configuration file for 0.43 as

Re: [PD] Pd-extended 0.43 tests builds usable again

2012-01-24 Thread Hans-Christoph Steiner
I just committed a fix to every occurance of this problem that I know of. Please try tomorrow's build and let me know if it fixes it or not. .hc On Wed, Jan 18, 2012, at 12:01, olsen wrote: oups sorry the row.pd abstraction was the wrong one - attached the correct one. though the behavior