Re: [PD] Maximum size of a GEM window?

2013-10-01 Thread Cyrille Henry
hello, there is no software limitation. memory of your gpu is the limitation. if it's for non real timerecording, you can try rendering in a big famebuffer, it's possible that it use less memory than the main Gem window. if it's not enought, you can still move camera to render only part of the

Re: [PD] [PD-announce] pd 0.45-3 test 1 released

2013-10-01 Thread peiman khosravi
And 96k working nicely here on 10.7.5. Thanks very much for this. Best, Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 1 October 2013 03:50, Jaime E Oliver jaime.oliv...@gmail.com wrote: 48k

Re: [PD] writesf~ time to flush to disk…?

2013-10-01 Thread Thomas Mayer
Hi, On 30.09.2013 17:22, Jamie Bullock wrote: Hi folks, The documentation for writesf~ states that: You need not provide any disk access time between open and start, but between stop and the next open you must give the object time to flush all the output to disk This

Re: [PD] writesf~ time to flush to disk…?

2013-10-01 Thread Jamie Bullock
On 1 Oct 2013, at 09:27, Thomas Mayer tho...@residuum.org wrote: On 30.09.2013 17:22, Jamie Bullock wrote: Could an outlet be added to writesf~, outputing the number of samples written to disk? The parent patch could then use this outlet to establish when writesf~ is ready to receive

Re: [PD] search engine with xapian backend

2013-10-01 Thread Hans-Christoph Steiner
Wow, that's very nice! Well done! .hc On Sep 30, 2013, at 3:59 PM, Jonathan Wilkes wrote: Here's a quick demo of some nice changes: https://puredata.info/Members/jancsika/search-plugin-with-xapian.webm/view Sorry about the size of the file-- I can remove some of the old demo builds if

Re: [PD] tanh() or a compressor?

2013-10-01 Thread Mario Mey
El 01/10/13 00:54, Brian Fay escribió: Are you using a pop filter or windscreen or anything in front of the mic? Maybe that could help filter out some of the super-loud plosive and fricative sounds. No beatboxer uses a pop filter or windscreen... unless he/she is at a recording studio.

Re: [PD] tanh() or a compressor?

2013-10-01 Thread Mario Mey
How does Pd or the soundcard outputs the signal 1? Does it compress it? I started this thread because I saw the high peaks in an array... but I never listened the sound distorted. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] tanh() or a compressor?

2013-10-01 Thread Antoine Villeret
hey, if CPU is a matter, you could try to use an external analog (or digital) compressor (and an eq) between your mic and your soudcard. The table display in Pd is linear while sound intensity feeling is logarithmic, so it's not surprising to have such peaks. When you try to write value 1 to

[PD] Direct-from-disk audio with position, loop, varispeed

2013-10-01 Thread Jamie Bullock
Hi folks, I'm looking at options for direct-from-disk audio with Pd. My requirements are: - scrub / set current position within audio file - variable speed playback - looping - works on Mac OS X and Win32 So far I've come up with: [sfread2~] — crashes as soon as DSP is switched on (Mac OS X

[PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released]

2013-10-01 Thread peiman khosravi
I might be imagining this but I remember a discussion about OSC and one of these test releases, which I can't find now. I'm asking because I cannot get 'udpsend' to be recognised as an object on OS X 10.7.5. I've tried with both pd-extended and installing it manually alongside the vanilla

Re: [PD] writesf~ time to flush to disk…?

2013-10-01 Thread Dan Wilcox
Speaking of bangs doing the job, I wish [tabread] had a right outlet that banged when you gave it an out of bound index. I was trying to make a vanilla version of [tabdump] and that would allow me to know when I've read the whole table without needing to know it's size explicitly. On Oct 1,

Re: [PD] udpsend not recognised

2013-10-01 Thread Dan Wilcox
Are you using import ala [import mrpeach] or invoking the lib path explicitly? [mrpeach/udpsend] On Oct 2, 2013, at 12:02 AM, pd-list-requ...@iem.at wrote: From: peiman khosravi peimankhosr...@gmail.com Subject: [PD] udpsend not recognised [was Re: [PD-announce] pd 0.45-3 test 1 released]

Re: [PD] [PD-announce] PuREST JSON 0.14.0 released

2013-10-01 Thread me.grimm
ok for reference it compiles when i do: $ sudo port install curl +universal and then find and replace sw with opt/local in the provided makefile. ... not quite sure how to build curl as a universal binary in fink so i dont have to edit the makefile/use macports. other suggestion? m On

Re: [PD] [PD-announce] pdp 0.14.0

2013-10-01 Thread Alan Brooker
Thanks Tom! Going to compile... so good to get a new PDP in my set up On Mon, Sep 30, 2013 at 5:45 PM, Tom Schouten t...@zwizwa.be wrote: Hi List, Here's an update to PDP: http://zwizwa.be/pd/pdp/pdp-0.**14.0.tar.gzhttp://zwizwa.be/pd/pdp/pdp-0.14.0.tar.gz Changes: 0.14.0:

Re: [PD] [PD-announce] PuREST JSON 0.14.0 released

2013-10-01 Thread me.grimm
osx binaries here: http://megrimm.net/software/pd-purest_json-0.14-osx-i386.zip On Fri, Sep 27, 2013 at 12:17 PM, Thomas Mayer tho...@residuum.org wrote: Hi, it may depend on the version of curl that you are using for compilation: CURL_SIZEOF_LONG is defined as 4, while sizeof(long) returns

Re: [PD] tanh() or a compressor?

2013-10-01 Thread katja
Hi Mario, Did you try [zexy/limiter~]? It's not so CPU-intensive. Isn't that what you want: only attenuate the sounds which exceed a limit, and leave the rest untouched? Katja On Tue, Oct 1, 2013 at 4:30 PM, Mario Mey mario...@gmail.com wrote: How does Pd or the soundcard outputs the signal

Re: [PD] udpsend not recognised

2013-10-01 Thread peiman khosravi
Hello, I've added the path to the library directory in the preferences. And in pd-extended, I'm guessing it should just work out of the box, but it doesn't. Thanks, Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News

Re: [PD] udpsend not recognised

2013-10-01 Thread Alexandros Drymonitis
As of Pd-extended-0.43 (I think) you have to import external libraries explicitly, so you need to use [import] or include the library name in the object (e.g. [mrpeach/udpsend]). Did you try those, as Dan indicated? On Tue, Oct 1, 2013 at 11:57 PM, peiman khosravi peimankhosr...@gmail.comwrote:

Re: [PD] udpsend not recognised

2013-10-01 Thread peiman khosravi
Thanks for the reply. Sorry for the stupid question but I'm not quite clear about this. I'm using vanilla now. Is [import] an object? It's not recognised here. Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News

Re: [PD] udpsend not recognised

2013-10-01 Thread Alexandros Drymonitis
[import] is a pd-extended object, hence it's not recognised by vanilla. It will work on extended though.. On Wed, Oct 2, 2013 at 12:17 AM, peiman khosravi peimankhosr...@gmail.comwrote: Thanks for the reply. Sorry for the stupid question but I'm not quite clear about this. I'm using

Re: [PD] udpsend not recognised

2013-10-01 Thread Dan Wilcox
Try declare: [declare -stdpath mrpeach] On Oct 2, 2013, at 5:17 AM, peiman khosravi peimankhosr...@gmail.com wrote: Thanks for the reply. Sorry for the stupid question but I'm not quite clear about this. I'm using vanilla now. Is [import] an object? It's not recognised here. Peiman

Re: [PD] udpsend not recognised

2013-10-01 Thread Dan Wilcox
Also, you have to reopen the patch after adding a [declare] for it to take effect. On Oct 2, 2013, at 5:18 AM, Dan Wilcox danomat...@gmail.com wrote: Try declare: [declare -stdpath mrpeach] On Oct 2, 2013, at 5:17 AM, peiman khosravi peimankhosr...@gmail.com wrote: Thanks for the reply.

Re: [PD] udpsend not recognised

2013-10-01 Thread peiman khosravi
OK great, I'll try this and report back if there are any issues. Thanks again. Peiman *www.peimankhosravi.co.uk || RSS Feedhttp://peimankhosravi.co.uk/miscposts.rss || Concert News http://spectralkimia.wordpress.com/* On 1 October 2013 22:18, Dan Wilcox danomat...@gmail.com wrote: Try

[PD] video recording of a gem window

2013-10-01 Thread David Schaffer
Hi there, I'm trying to find a way to capture my gem window into a video file. I've been trying pix_record but it seems that it is not what I need. I red about pdp_rec but it is not present in my version of pd-extended (0.43.4 on osX 10.7.5) is it obsolete? Any other object, library that I

[PD] RE : video recording of a gem window

2013-10-01 Thread jack
If you don't succeed with [pix_record], you should try with [pix_writer] or [pix_write]. Then use a software to create your movie from several pictures. ++ JackDavid Schaffer schafferda...@hotmail.com a écrit :Hi there, I'm trying to find a way to capture my gem window into a video file. I've

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-01 Thread Thomas Grill
Hey Jamie, there's a project sitting in my repo i developed some years ago. In my memory it worked pretty well. It depends on libsndfile and the quicktime API, although there might be a way to exclude the use of either one. https://svn.g.org/ext/trunk/fsplay/ best, Thomas 2013/10/1 Jamie

Re: [PD] Direct-from-disk audio with position, loop, varispeed

2013-10-01 Thread Thomas Grill
There are compiled binaries for Windows and Mac in http://g.org/data/dev/ext/windows/pd/ and http://g.org/data/dev/ext/macos/pd/ Please let me know if they work for you. best, Thomas 2013/10/1 Thomas Grill g...@g.org Hey Jamie, there's a project sitting in my repo i developed

[PD] [biquad~] as cyclone's [allpass~]?

2013-10-01 Thread Alexandre Torres Porres
hi there, i see the biquad's coefficients can be set as an allpass filter, generated by frequency and Q parameters. But can it do the same as cyclone's [allpass~] filer? If yes, them how since the parameters for [allpass~] are different (delaytime and such). One way or another, I guess that my