[PD] Console error: 'Out of memory'

2014-04-21 Thread Claire O'Connor
Hi, I am currently using GEM to create a slideshow of images and videos. However, after a while of loading images, PD stops loading them and the console shows up with this error: 'out of memory! Can't allocate memory for an image.' And then shows the file path of the image that it tried to load

Re: [PD] Chebyshev waveshaper

2014-04-21 Thread Alexandros Drymonitis
Opening tcheb~-help.pd I get this in the console: smoother~ ... couldn't create There's a smoother~-help.pd included but no smoother~.pd or smoother~.pd_darwin or a .c file... On Mon, Apr 21, 2014 at 3:30 AM, sebfumas...@aol.com wrote: Hi all, If anybody's interested I made a chebyshev wave

Re: [PD] Console error: 'Out of memory'

2014-04-21 Thread Jack
Hello, What is the object you used to load images with Gem ? Have you tried to reduce the resolution of your images (to fit your screen) before to load them ? ++ Jack Le 21/04/2014 17:03, Claire O'Connor a écrit : Hi, I am currently using GEM to create a slideshow of images and videos.

Re: [PD] Chebyshev waveshaper

2014-04-21 Thread sebfumaster
Sorry bout that, all it is is a number box connected to a line~ (to make it smooth) It should be in the zip now. Thanks for the heads up -Sebastian -Original Message- From: Alexandros Drymonitis adr...@gmail.com To: sebfumaster sebfumas...@aol.com Cc: PD-list

Re: [PD] Bad sound quality when playing .wav file during a GEM sequence

2014-04-21 Thread Claire O'Connor
It's still the same when they are on different drives, I'm afraid. It's only jumpy and glitchy when the GEM window is open but that's necessary so... Is there any way for PD to trigger an action in an external program? So, have the soundfile in Audacity, for example, and have PD trigger it to

Re: [PD] Bad sound quality when playing .wav file during a GEM sequence

2014-04-21 Thread Chris Clepper
Run a second copy of Pd. On the Mac, option drag the Pd app to make a copy. Use netsend/netreceive to communicate between the two copies of Pd: one for GEM and one for audio. On Mon, Apr 21, 2014 at 1:53 PM, Claire O'Connor oconn...@tcd.ie wrote: It's still the same when they are on

Re: [PD] Console error: 'Out of memory'

2014-04-21 Thread Jack
OK. For a slideshow, i will use [pix_buffer] or [pix_multiimage]... My preference is for [pix_buffer]. With [pix_buffer], you also need [pix_buffer_read] to select the image you want to show (see help about these two objects) But, I think, it is a good idea to reduce the resolution of your

[PD] make first inlet a proxy inlet

2014-04-21 Thread Jonathan Wilkes
Let's say I have foo_class that creates object [foo] and bar_class which creates object [bar]. I want the inlet of both to forward incoming messages to an object of type blah_class which serves as a proxy inlet.  (The struct of foo and bar would store a pointer to it and control creation and

Re: [PD] make first inlet a proxy inlet

2014-04-21 Thread Jonathan Wilkes
I think I answered my own question.  It looks like I can use CLASS_NOINLET, then create an inlet explicitly inside the *_new function for my classes. On Monday, April 21, 2014 4:49 PM, Jonathan Wilkes jancs...@yahoo.com wrote: Let's say I have foo_class that creates object [foo] and bar_class

Re: [PD] Bad sound quality when playing .wav file during a GEM sequence

2014-04-21 Thread Claire O'Connor
That works perfectly! Thanks Chris :) On 21 April 2014 19:27, Chris Clepper cgclep...@gmail.com wrote: Run a second copy of Pd. On the Mac, option drag the Pd app to make a copy. Use netsend/netreceive to communicate between the two copies of Pd: one for GEM and one for audio. On Mon,

Re: [PD] Bad sound quality when playing .wav file during a GEM sequence

2014-04-21 Thread peiman khosravi
Reaper accepts OSC messages for almost every action. *www.peimankhosravi.co.uk http://www.peimankhosravi.co.uk || RSS Feed http://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 21 April 2014 18:53, Claire O'Connor oconn...@tcd.ie wrote: It's

[PD] Trouble understanding pix_buffer

2014-04-21 Thread Claire O'Connor
Hi everyone, I'm having a bit of trouble understanding how to use pix_buffer, pix_read and pix_write. Does anyone know of any good tutorials or somewhere online that can help to teach me about them? Thanks! ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] WG: Inverse bandpass filter

2014-04-21 Thread Alexandre Torres Porres
isn't it just subtract the audio from the filtered output? I guess you can get inverse freq response just by that cheers 2014-04-18 17:21 GMT-03:00 Ingo i...@miamiwave.com: You could send the original signal in parallel and invert the phase by multiplying with -1. You might have to delay

[PD] can vcf~ be obtained with biquad coefficients?

2014-04-21 Thread Alexandre Torres Porres
hi, this is the next thing on my list :) need to know if you can have biquad coeficients for the parameters of vcf~ So I know [vcf~] can be obtained with a [cpole~] object - though I didn't do it yet as I find it a bit hard to get to the coeficients from the vcf~ code. So, quick question, if