Re: [PD] List of GEM objects

2010-03-10 Thread IOhannes m zmoelnig
On 2010-03-10 02:58, Ariane stolfi wrote: hi I've made this patch with all the objects I've found in the list of objects from the GEM manual, nice, but please remove gemorb gemtablet, as they are no longer part of Gem. neither is markEx. the manual should probably be updated... fgmasdr

Re: [PD] reson~ from max in pd

2010-03-10 Thread Frank Barknecht
Hallo, Björn Lindig hat gesagt: // Björn Lindig wrote: a friend asked me, wether there is a object similar to the [fffb~] in max/msp (a fast fixed filter bank) in pd. I did not find it instantly so I started to build one after the formula posted in [reson~]s help in max: y[n] = gain *

Re: [PD] gem framebuffer question

2010-03-10 Thread erich
hi, found the problem. i had to give a suitable |perspec( message to gemframebuffer so the whole texture would appear on the square. best erich On Mon, 2010-03-08 at 16:17 +0200, erich wrote: hello, i am having a problem with inserting gemframebuffer in the right way in the attached

Re: [PD] image grid in GEM

2010-03-10 Thread fz
Hi Ben, tried around.- Is [folderpanel] an object of Pd-extended ? Or did you mean [openpanel] ? fraenk Zitat von Ben Baker-Smith bbakersm...@gmail.com: You could use [folderpanel] to [folder_list] to [msgfile] and then read filenames from [msgfile] as you need them. See the attached

Re: [PD] [print]

2010-03-10 Thread Marco Donnarumma
Hi Matteo, here doesn't happen neither, I'm using the same Pd-ext version of yours, i.e. 0.42.5-extended-20100127 on Ubuntu Jaunty. Hmm, doesn't happen for me with Pd version 0.42.5-extended-20100224 .hc On Feb 23, 2010, at 10:43 AM, Matteo Sisti Sette wrote: Jonathan wrote: Hello,

[PD] [PD-announce] Good Morning Puredata

2010-03-10 Thread brankojr
Hi all! I'm brankolo from Turin in Italy. I'm using Pure Data from two years ago, i'm not so expert but i LOVE it. I also working on ITALY Community of Pure Data to expand the use of this software, and to find solution together. I practice expecially in ArtWork-Apps connected to Arduino for

Re: [PD] gridflow on windows

2010-03-10 Thread Matteo Sisti Sette
hello, in gridflow/doc/index.pd there a start for learning many objects Thank you for the hint. However, the point was that the [pddp_open] object (or abstraction?) used in the tutorial patch included in gridflow fails to create, so either the help patch relies on an object that is not part

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Ricardo Lameiro
Man, just change chip. Use the 168 or the 328. and stop complaining, or use google then. people told you what to do, now you should try it. this is open if you want to help document it, so please do. 2010/3/10 Derek Holzer de...@umatic.nl Where do I find the matching Pd Firmata objects for the

Re: [PD] image grid in GEM

2010-03-10 Thread Ben Baker-Smith
[folderpanel] is a pd-extended object. i believe it's a part of the Tof library. for some reason, i always have to add the Tof library manually (in the startup paths menu) even though it comes packaged with pd-extended. basically, it acts like [openpanel] but allows you to select a folder instead

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Derek Holzer
Yes and merry christmas to you to you too Ricardo. Google up Pure Data FLOSS Manual if you would like to see how much I complain and how little I document... Kids these days..jz.. D Quoting Ricardo Lameiro ricardolame...@gmail.com: Man, just change chip. Use the 168 or the 328.

Re: [PD] gridflow on windows

2010-03-10 Thread dmotd
hello matteo, its safe to ignore the pddp* messages, pddp is a series of objects that make the internal documentation a little more user friendly when interacting with the outside world (ie internet URLS). you're right it's not part of gridflow, but i think they are generally packaged with

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Derek Holzer
List goofballs aside, I think it would be good to clarify all this stuff. The split between the things available on HCs site and what comes with Arduino is quite confusing. I was only using the ones from HC to keep the versions matching. The Arduino-provided Firmata stuff does not contain

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Hans-Christoph Steiner
On Mar 10, 2010, at 9:59 AM, Derek Holzer wrote: List goofballs aside, I think it would be good to clarify all this stuff. The split between the things available on HCs site and what comes with Arduino is quite confusing. I was only using the ones from HC to keep the versions matching.

Re: [PD] diff frame from previous frame with Gem

2010-03-10 Thread Hans-Christoph Steiner
Your patch is pretty simple, but it seems to be that the logic of this operation should be based off of the frame clock rather than a delay. That way, the patch would work no matter the frame rate, for example. .hc On Mar 10, 2010, at 11:30 AM, Max wrote: hi hans, why so complicated?

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Derek Holzer
Hi HC, thanks for clarification. I will try to find some time to stick it in the FLOSS Manual Pduino chapters later on. I did get the ATMEGA8s running with the new baudrate, now I have a problem with the ATMEG328 but I will deal with that tomorrow. I tried to get all 12 students using

Re: [PD] diff frame from previous frame with Gem

2010-03-10 Thread Max
hi hans, why so complicated? just use [pix_delay 2] and [pix_separator] to feed the [pix_diff]. 05a-difference.pd Description: Binary data taken from http://web.uni-weimar.de/medien/wiki/Bewegungsmelder Am 03.03.2010 um 23:39 schrieb Hans-Christoph Steiner: I am trying to make a simple

Re: [PD] diff frame from previous frame with Gem

2010-03-10 Thread Max
pix_delay actually works exactly that way. its not milliseconds, it's frames. have a look at the helppatch fo pix_delay m. Am 10.03.2010 um 17:36 schrieb Hans-Christoph Steiner: Your patch is pretty simple, but it seems to be that the logic of this operation should be based off of the

Re: [PD] [PD-announce] Good Morning Puredata

2010-03-10 Thread András Murányi
On Wed, Mar 10, 2010 at 1:29 PM, brankojr brank...@gmail.com wrote: Hi all! I'm brankolo from Turin in Italy. I'm using Pure Data from two years ago, i'm not so expert but i LOVE it. I also working on ITALY Community of Pure Data to expand the use of this software, and to find solution

Re: [PD] diff frame from previous frame with Gem

2010-03-10 Thread IOhannes m zmoelnig
On 2010-03-10 17:36, Hans-Christoph Steiner wrote: Your patch is pretty simple, but it seems to be that the logic of this operation should be based off of the frame clock rather than a delay. [pix_delay] is a tap-delay (like z~), thus you give it the samples (frames) to delay, rather than

Re: [PD] Fontsizes

2010-03-10 Thread meino . cramer
I am on Linux... recent build means in case of overlays for Gentoo: Wait Best regards, mcc Jonathan Wilkes jancs...@yahoo.com [10-03-10 17:32]: In winxp: Browser-- fine. Font menu, console buttons, iemgui properties dialogue, gatom properties dialogue, canvas dialogue, scalar dialogue

Re: [PD] diff frame from previous frame with Gem

2010-03-10 Thread Hans-Christoph Steiner
Ah, ok, so then very nice! .hc On Mar 10, 2010, at 11:55 AM, Max wrote: pix_delay actually works exactly that way. its not milliseconds, it's frames. have a look at the helppatch fo pix_delay m. Am 10.03.2010 um 17:36 schrieb Hans-Christoph Steiner: Your patch is pretty simple, but it

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Hans-Christoph Steiner
Keep in mind this is beta software so you were just a beta tester. It would be great to incorporate your experience into the next release. Perhaps the best way to support the ATMEGA8 is to post a firmware for it somewhere, like StandardFirmataATMEGA8. It would just be

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Koray Tahiroglu
Hi Derek, As you said institutions have their own way of operating when it comes to upgrading their existing devices, which might even take ages for a single chip changes, I always find it handy to ask the available equipments list beforehand for the workshop. I have been using those Arduino

Re: [PD] reson~ from max in pd

2010-03-10 Thread Björn Lindig
O.k. that helps a lot! Thanks. I'll read on, for the math thing. If anybody has any suggestions, how to solve the problem, it would be great. I got curious about this stuff and am a litttle impatiant to know how it works ... Am Mittwoch 10 März 2010 00:12:30 schrieben Sie: Check the 'cyclone'

Re: [PD] Good Morning Puredata

2010-03-10 Thread Marco Donnarumma
Hey Brankolo, welcome! good to see you here.. cheers p.s. pay attention not to post to Pd-announce, unless you have news about events and similar. ;) -- Marco Donnarumma aka TheSAD Independent New Media Arts Professional, Performer, Teacher - Edinburgh, UK PORTFOLIO:

Re: [PD] pd-ext and Ubuntu

2010-03-10 Thread Hans-Christoph Steiner
liblame0 is not DFSG free because it is a patented algorithm in a number of countries, like the US and Germany. That's why Debian and GnuSense don't distribute it. Ubuntu is probably based in a country where that patent isn't valid, so they choose to include it. hc On Mar 8, 2010, at

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Derek Holzer
Once I fixed the baudrate (thx!!!) it works fine. One student has trouble with an ATMEGA328 that I will have to troubleshoot tomorrow. Good idea to make a specific release, or at least label it in some way that makes it clear. I know it's ugly to support very old hardware, but I think there

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Hans-Christoph Steiner
I don't have any ATMEGA8 boards anymore, so I am not in a position to maintain that stuff. Perhaps you could just bundle up the version you got working, call it StandardFirmataAtmega8 and post it somewhere? .hc On Mar 10, 2010, at 3:58 PM, Derek Holzer wrote: Once I fixed the baudrate

Re: [PD] osx pduino: nothing works

2010-03-10 Thread Ricardo Lameiro
Derek, sorry if me post seamed to harsh or stupid :) iwas only trying to say that you should use the 168 or 328 atmegas. If they don't have a programmer, I found somewhere on the net, that is possible to programm the atmegas using the arduino board. With little modification, Sorry again, I didn't

Re: [PD] reson~ from max in pd

2010-03-10 Thread Björn Lindig
Thank you Frank! Your information is very useful and interesting. I think, the jurney of learning how to make filters has just begun! Best regards, Bjoern Am Mittwoch 10 März 2010 09:09:19 schrieb Frank Barknecht: Hallo, Björn Lindig hat gesagt: // Björn Lindig wrote: a friend asked me,

[PD] GSOC 2010?

2010-03-10 Thread Dan Wilcox
Is there any interest in pushing for Google Summer of Code 2010? Pd should be sponsored over the plethora of lame open source games. Dan Wilcox danomatika.com robotcowboy.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] GSOC 2010?

2010-03-10 Thread Hans-Christoph Steiner
I'll happily contribute, but since i am 2 for 2 on not getting it, I think someone else should lead the charge. We certainly have a lot of material to start with. .hc On Mar 10, 2010, at 4:40 PM, Dan Wilcox wrote: Is there any interest in pushing for Google Summer of Code 2010? Pd

Re: [PD] [PD-announce] Good Morning Puredata

2010-03-10 Thread Husk 00
Hey Brakolo, good to see you there ;) András, the page you linked was the wiki page we use during the first puredata meeting in italy in april 2007. It was organized by bugslab, an italian hacklab from Rome. Now we are focused on other activities, like this: http://nilin-palestine.org but still

Re: [PD] Extended can't load any library except Gem on Windows Vista

2010-03-10 Thread Hans-Christoph Steiner
Sounds like 'libdir' isn't being loaded first. Try reseting your registry settings with the included pdsettings.reg file. .hc On Mar 7, 2010, at 1:07 PM, Matteo Sisti Sette wrote: Errata corrige: there is one other library that does load, it is vbap. And one thing it has in common

Re: [PD] How to add relative paths - was: Re: Extended can't load any library except Gem on Windows Vista

2010-03-10 Thread Hans-Christoph Steiner
Which version of Pd-extended are you using? .hc On Mar 8, 2010, at 5:35 AM, Matteo Sisti Sette wrote: IOhannes m zmoelnig escribió: seems like you are missing the libdir loader. Pd-extended compiles libraries as libdirs, [...] Oh yes! Libdir is indeed the first item in the loadlib list -

Re: [PD] Any experience with analog gamepad and [hid]?

2010-03-10 Thread Hans-Christoph Steiner
[hid] just relays the data that the OS gets, so it sounds like your cheap gamepads are a bit too cheap. I've seen exactly that in some gamepads and joysticks. The quality of HID devices can vary wildly. I've had good luck with Saitek joysticks and Logitech mice. Logitech joysticks

Re: [PD] Fontsizes

2010-03-10 Thread Hans-Christoph Steiner
I am guessing that you don't have the right font installed. Depending on which version of Pd you are using, it could be Bitstream Vera Sans Mono, DejaVu Sans Mono, or others. .hc On Mar 10, 2010, at 11:57 AM, meino.cra...@gmx.de wrote: I am on Linux... recent build means in case of

Re: [PD] MusicumMachina

2010-03-10 Thread Hans-Christoph Steiner
Wow, 1.5 gigs of samples is a lot. Is there a smaller version to play with? Nice sound sample. .hc On Feb 17, 2010, at 1:50 PM, JKP wrote: An Machine Sound Generator for Pure Data Made with Pd version 0.41.4-extended --- DOWNLOAD --- The Patches

[PD] [PD-announce] [readanysf~] for ubuntu

2010-03-10 Thread Roman Haefeli
Hi all I dug into deb packaging and published the results on a PPA: https://launchpad.net/~reduzierer/+archive/rdz-pd-extra+deps Supported are: Ubuntu Karmic (amd64, i386, lpia) Ubuntu Jaunty (amd64, i386, lpia) I hope this works for you (please report back, if not). I had troubles building

Re: [PD] [PD-announce] [readanysf~] for ubuntu

2010-03-10 Thread Ricardo Lameiro
Nice one. very useful :D thanks for the release! 2010/3/10 Roman Haefeli reduzie...@yahoo.de Hi all I dug into deb packaging and published the results on a PPA: https://launchpad.net/~reduzierer/+archive/rdz-pd-extra+depshttps://launchpad.net/%7Ereduzierer/+archive/rdz-pd-extra+deps

Re: [PD] Fontsizes

2010-03-10 Thread meino . cramer
Regarding the fix, which was mentioned here: I checked, whether there is something on the svn of pd-overlay for gentoo-linux...nothing. And: What version of pd was patched with this fix? Regarding you posting: The or others is the thing, which gives me headaches... ;/ What do you suggest what

Re: [PD] pd-ext and Ubuntu

2010-03-10 Thread András Murányi
I used to keep with Hardy then i unfortunately was forced to upgrade to Jaunty. liblame0 has been renamed (?) to libmp3lame0, so you may find it by that name. It comes from the Multiverse repo, which is not enabled by default. For all kinds of copyrighted stuff, add the Medibuntu.org repo. (It

[PD] Playing soundfile via array

2010-03-10 Thread meino . cramer
Hi, (using Pd version 0.41.4-extended on Gentoo Linux (pd-overlay)) I am trying to read a short soundfile (wav/aiff) from disc into an array and then play the data of the array into a [dac~]. In the meanwhile to sounds like something but itt has nothing to do with the original file, which

Re: [PD] GSOC 2010?

2010-03-10 Thread ydego...@gmail.com
google are located in a totally unfriendly city where i've been working ( the incredible truth ) apart from their will to control all of us, and sell their poison i would say : sell chewing gums to the pinguins, godgle ... did i say GODgle?, oops a mistake sevy Dan Wilcox wrote: Is there any

Re: [PD] gem fullscreen question

2010-03-10 Thread Michal Seta
offset and dimen work fine on my intel as well: lspci 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics

Re: [PD] analysis before synthesis: How?

2010-03-10 Thread pvallet
Hi, You might also want to chek the pd doc about fft operations examples in pd\doc\audio.examples\ namely I04.noisegate.pd for filtering the noise and I03.resynthesis.pd to reconstruct your signal. (but all the I section is loosely relevant) You'll then be able to experiment and build from