[PD] gem-0.92-0 for OSX (Re: Problem with memory use)

2009-09-10 Thread IOhannes m zmölnig
IOhannes m zmölnig wrote: hi enrique franco wrote: Hi, I have downloaded the binary for Gem 0.92.0 on Mac and copied it to the PD folder but I can´t find the Gem.pd_darwin file and it can´t load the library...what else do I need to do? ouch! indeed there are 2 separate issues here: - i p

Re: [PD] Problem with memory use

2009-09-10 Thread IOhannes m zmölnig
hi enrique franco wrote: Hi, I have downloaded the binary for Gem 0.92.0 on Mac and copied it to the PD folder but I can´t find the Gem.pd_darwin file and it can´t load the library...what else do I need to do? ouch! indeed there are 2 separate issues here: - i plainly forgot to include the

[PD] new GUI screenshots

2009-09-10 Thread Hans-Christoph Steiner
There is a small collection of some screenshots of the new GUI in action. Add anything you think is worth documenting: http://puredata.info/dev/PdGuiRewriteScreenshots .hc Looking at things from a more basic leve

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread Hans-Christoph Steiner
On Sep 10, 2009, at 3:59 PM, Jonathan Wilkes wrote: * clicking the "Text Editor" gives the following error: invalid command name "menu_texteditor" invalid command name "menu_texteditor" while executing "menu_texteditor $::focused_window" (menu invoke) not implemented and perhaps u

Re: [PD] Feedback discussion

2009-09-10 Thread mescali...@gmail.com
Jerome Covington wrote: > I'm interested to know who's been working with feedback, and if anyone > has any patches they've developed, or that others have developed that > they think is exemplary. > > #N canvas 70 40 513 492 10; #X obj 315 92 samplerate~; #X obj 315 113 /; #X obj 315 72 t b f; #

Re: [PD] installing pd extended in ubuntu studio

2009-09-10 Thread altern
ok. sorry. i thought it might uninstall few packages. thanks!! Hans-Christoph Steiner(e)k dio: Hey enrike! The ubuntustudio-audio package is just a meta package that installs other packages, so its ok to remove it. Ideally the ubuntustudio-audio package would depend on 'pd' rather than 'pu

Re: [PD] Problem with memory use

2009-09-10 Thread enrique franco
Hi Jack, It works!!! Can you explain how does the pix_buffer work? Thank you very much, Enrique On Thu, Sep 10, 2009 at 12:53 PM, Jack wrote: > Can you try something like that ? > And tell us if there is some news ;) > ++ > > Jack > > > Le jeudi 10 septembre 2009 à 11:40 -0500, enrique franco

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread Jonathan Wilkes
> > * clicking the "Text Editor" gives the following > error: > > invalid command name "menu_texteditor" > > invalid command name "menu_texteditor" > >    while executing > > "menu_texteditor $::focused_window" > >    (menu invoke) > > not implemented and perhaps unneeded Oh, that reminds me: on

Re: [PD] installing pd extended in ubuntu studio

2009-09-10 Thread Hans-Christoph Steiner
Hey enrike! The ubuntustudio-audio package is just a meta package that installs other packages, so its ok to remove it. Ideally the ubuntustudio- audio package would depend on 'pd' rather than 'puredata', because the pd-extended package provides 'pd'. .hc On Sep 10, 2009, at 3:09 PM, al

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread Hans-Christoph Steiner
On Sep 10, 2009, at 1:00 AM, Jonathan Wilkes wrote: From: Hans-Christoph Steiner Subject: Re: [PD] Pd-GUI-Rewrite test builds To: "Jonathan Wilkes" Cc: g...@itchybit.org, "PD List" Date: Saturday, September 5, 2009, 3:24 AM Ok, so it seems there was some kind of permissions problem.

[PD] installing pd extended in ubuntu studio

2009-09-10 Thread altern
hi not sure if that has been asked before. i am trying to install (dpckg -i) latest pure data extended in latest Ubuntu Studio and (of course) pd extended collides with the pd package that comes with studio. I tried to uninstall pd but it wants to remove the whole ubuntustudio-audio package.

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread Hans-Christoph Steiner
On Sep 10, 2009, at 1:10 PM, András Murányi wrote: I'm very interested in making a "good pd window'" as mentioned before. Where's the 'brainstorming" taking place? (Maybe here on the list??) Have you seen the most recent Pd window? I made it better than the original, but there is still

Re: [PD] Array Enhancements

2009-09-10 Thread Jonathan Wilkes
--- On Thu, 9/10/09, Si Mills wrote: > From: Si Mills > Subject: [PD] Array Enhancements > To: "puredata mailing list" > Date: Thursday, September 10, 2009, 11:14 AM > Hi Hans/DEv Tem > I have a couple of ideas for the Array/Table > object, mainly visual: > Hide Array name - > doesn't seem to

Re: [PD] gem 0.92.0

2009-09-10 Thread Pagano, Patrick
What modelers work with this version of GEM? I cannot get a mapped texture to show up with an .obj export from 3DS Max OR Sketchup Pro 7. Both show up fine with other viewers like Open Scene Graph though. Is there a proper procedure for getting .objs with textures to show up properly in GEM? pp

Re: [PD] Problem with memory use

2009-09-10 Thread Jack
Can you try something like that ? And tell us if there is some news ;) ++ Jack Le jeudi 10 septembre 2009 à 11:40 -0500, enrique franco a écrit : > Hi, > > I am attaching a patch with the images I load. If you check the > activity monitor you will see that it takes almost all the RAM memory > a

Re: [PD] gem 0.92.0

2009-09-10 Thread cyrille henry
IOhannes m zmölnig a écrit : not really, though you shouldn't copy the s_stuff.h around but rather make Gem find it by itself. yes, i know. that's why i ask... the way to do this is to tell Gem where the Pd sources are at configure time ("--with-pd=") but the ./configure did find pd locati

Re: [PD] gem 0.92.0

2009-09-10 Thread IOhannes m zmölnig
cyrille henry wrote: hello, after a fresh svn update, it look like i'm missing a file to compile Gem : s_stuff.h [...] after copying this file from pd source to the Base folder, Gem compile fine. is there anything i miss? not really, though you shouldn't copy the s_stuff.h around but

Re: [PD] [PD-announce] gem 0.92.0

2009-09-10 Thread cyrille henry
hello, after a fresh svn update, it look like i'm missing a file to compile Gem : s_stuff.h nus...@nusmuk:~/pd/Gem/src$ make make -C Base make[1]: entrant dans le répertoire « /home/nusmuk/pd/Gem/src/Base » GemSetup.cpp:50:22: error: s_stuff.h: Aucun fichier ou dossier de ce type g++ -c

Re: [PD] [PD-ot] RSS feeds from puredata.info

2009-09-10 Thread András Murányi
Works with Google Reader too. It must be a similar expiry issue as "All items" does show everything including the old ones. Andras On Thu, Sep 10, 2009 at 10:35 AM, IOhannes m zmoelnig wrote: > IOhannes m zmoelnig wrote: > >> >> my guess is, that feeds works correctly, but drupal uses some timeou

Re: [PD] Pd-GUI-Rewrite test builds

2009-09-10 Thread András Murányi
I'm very interested in making a "good pd window'" as mentioned before. Where's the 'brainstorming" taking place? (Maybe here on the list??) ...and: What do you guys recommend for me on amd64 with my 32bit externals? Thanks, -- Muranyi Andras ___ Pd-

Re: [PD] Problem with memory use

2009-09-10 Thread IOhannes m zmölnig
enrique franco wrote: Hi, I am attaching a patch with the images I load. If you check the activity monitor you will see that it takes almost all the RAM memory after a while. To run it, just create the Gem window and start the metro. Is this a problem with PD or GEM itself, or is there anythin

Re: [PD] Array Enhancements

2009-09-10 Thread Hans-Christoph Steiner
Hey Si, Lots of good ideas there. They are all possible, they would probably all require changes on the C side as well as the Tcl side, but nothing too bad. My dev activities right now are focused on tying up all the loose ends with the new GUI, so I won't be able to take on anything n

Re: [PD] higher math

2009-09-10 Thread Mathieu Bouchard
On Tue, 8 Sep 2009, Hans Roels wrote: I noticed some strange behaviour of some higher math objects in Pd vanilla (0.42-4): 'log~' has a right inlet log(a,b) = log(a)/log(b) it's dumb, because when a two-input log is computed, it takes the time of two one-input logs plus the time of a division

Re: [PD] future of the "Text Editor" (fwd)

2009-09-10 Thread Mathieu Bouchard
On Wed, 9 Sep 2009, Hans-Christoph Steiner wrote: I just added a triple-click binding. The others seem possible but not easy. Matju, did you embed a full 'text' widget into the canvas using a window? Yeah, well, I got Chun to do it. I thought I had told you a few times. _ _ __ ___ _ __

Re: [PD] [PD-announce] gem 0.92.0

2009-09-10 Thread Jarbas Jacome
nice! thank you!! jjR On Wed, Sep 9, 2009 at 2:07 PM, IOhannes m zmoelnig wrote: > after a year of silence and hard labour, i decided to take advantage of the > nice date today and finally made a new release of Gem: 0.92 > > > binaries available for w32 (installer), OS-X (universal) and the brave

Re: [PD] [PD-ot] RSS feeds from puredata.info

2009-09-10 Thread Jack
Yep ! it works now. Very nice job Iohannes and thanx again for your effort and for the last release of GEM. Just a last remark : i get the news in wrong order in Drupal because, i think, you "touched" the old feeds :) So Gem 0.92.0 released! is the last news (you can see the last update of the new

[PD] Array Enhancements

2009-09-10 Thread Si Mills
Hi Hans/DEv Tem I have a couple of ideas for the Array/Table object, mainly visual: Hide Array name - doesn't seem to be working. Would it be possible to limit the array vertically? This would make manually entering values for a sequencer more usable. Allow a step value for each slider, so sel

Re: [PD] [PD-announce] gem 0.92.0

2009-09-10 Thread IOhannes m zmoelnig
pascale gustin wrote: Hello, I test this new release of Gem but It doesn't work for [pix_video] (same problem as the old gem) I'm on MacBookPro (Intel) Linux Debian Lenny... [pdp_v4l2] works fine (I usually use bridge [pdp2gem] between pdp and gem with PS3-camera) in this case you don't have

Re: [PD] [PD-ot] RSS feeds from puredata.info

2009-09-10 Thread IOhannes m zmoelnig
Jack wrote: i'll investigate a little bit. Thanx a lot for your efforts. If you want i test something, tell me. ok, here is a status update. i swallowed the pill and setup an RSS-proxy at feedburner. the news feed is now available as http://feeds.feedburner.com/puredata/cJQO while feedburner

Re: [PD] [PD-ot] RSS feeds from puredata.info

2009-09-10 Thread IOhannes m zmoelnig
IOhannes m zmoelnig wrote: my guess is, that feeds works correctly, but drupal uses some timeout mechanism in order to discard old items. since the news feed on puredata is not very heavily used, most items are already too old to be included in the drupal aggregator. and with this in mind i

Re: [PD] [PD-announce] gem 0.92.0

2009-09-10 Thread pascale gustin
Hello, I test this new release of Gem but It doesn't work for [pix_video] (same problem as the old gem) I'm on MacBookPro (Intel) Linux Debian Lenny... [pdp_v4l2] works fine (I usually use bridge [pdp2gem] between pdp and gem with PS3-camera) pasc...@debian:~$ pd -lib /home/pascsaq/Perso/gem-0.