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 anything wrong with the patch? Is there a way to empty the buffer?
I am on MAC OS 10.5.2, Imac 2.4 GHz Intel Core 2 Duo, 1GB, Pd version 0.41.4-extended, Gem 0.91.3 compiled jun5 2009.
Enrique
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 anything wrong with the patch? Is there a way to empty the buffer?
I am on MAC OS 10.5.2, Imac 2.4 GHz Intel Core 2 Duo, 1GB, Pd version 0.41.4-extended, Gem 0.91.3 compiled jun5 2009.
thanks for the example; i haven't checked yet (no access to mac atm), but i did my only little tests with loading 1024x1024 pixel images on a powerpc using the latest and greatest Gem ever (0.92.0), and found me in the happy position to be unable to reproduce your problem.
could you please try to upgrade to the newest release of Gem and see whether the problem still exists?
it should not as i believe you have stumbled across this (fixed) bug: http://sourceforge.net/tracker/?func=detail&aid=2719368&group_id=643...
fmasdr IOhannes
PS: pd-list-request@ is really an administrative address for subscribing to this list; please don't post any questions there :-)
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 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 anything wrong with the patch? Is there a way to empty the buffer?
I am on MAC OS 10.5.2, Imac 2.4 GHz Intel Core 2 Duo, 1GB, Pd version 0.41.4-extended, Gem 0.91.3 compiled jun5 2009.
Enrique
-- Enrique Franco Telefono/Phone: +572 5552334 ext 388 Webpage: http://richie.idc.ul.ie/~enrique/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
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 jack@rybn.org 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 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 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 anything wrong with the patch? Is there a way to empty the buffer?
I am on MAC OS 10.5.2, Imac 2.4 GHz Intel Core 2 Duo, 1GB, Pd version 0.41.4-extended, Gem 0.91.3 compiled jun5 2009.
Enrique
-- Enrique Franco Telefono/Phone: +572 5552334 ext 388 Webpage: http://richie.idc.ul.ie/~enrique/http://richie.idc.ul.ie/%7Eenrique/
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
Very simple, 1st you load your pictures in the buffer at a certain place (the second $1 in the message [open() with [pix_buffer]. You give a name and a size for the buffer, here 'depot' and '10' (because you load 10 pictures). 2nd you use the pictures loaded with [pix_buffer_read]. You send a number in the second inlet to reach the picture you want (so here a number between 0 and 9 for the 10 pictures). ++
Jack
Le jeudi 10 septembre 2009 à 15:10 -0500, enrique franco a écrit :
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 jack@rybn.org 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 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 > 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 anything wrong > with the patch? Is there a way to empty the buffer? > > I am on MAC OS 10.5.2, Imac 2.4 GHz Intel Core 2 Duo, 1GB, Pd version > 0.41.4-extended, Gem 0.91.3 compiled jun5 2009. > > Enrique > > -- > Enrique Franco > Telefono/Phone: +572 5552334 ext 388 > Webpage: http://richie.idc.ul.ie/~enrique/ > > _______________________________________________ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Enrique Franco Telefono/Phone: +572 5552334 ext 388 Webpage: http://richie.idc.ul.ie/~enrique/