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 
images and add them together latter.
there is an example in 02.advanced/09.snapshot

if it's for real time use, then you'll need an other computer.

cheers
c



Le 01/10/2013 05:43, David Schaffer a écrit :

Hi there,

I was wondering if there was a software limitation to a GEM window 
size, or if it was just a matter of graphics card horsepower. I'm on a 2 years 
old macbook pro, driving an *NVIDIA GeForce GT 330M 512 MB* chip and I'm having 
trouble creating a window bigger than 7000*5000 pixels. Values exceeding these 
will end up in a blank window (no console message). I would definitely need 
some insights about how to create BIG pictures in GEM. Thank you very much for 
your help.

D.S

http://www.flickr.com/photos/schafferdavid/

http://audioblog.arteradio.com/David_Schaffer/



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 working in 10.8
 Thanks!
 J
 On Sep 30, 2013, at 7:49 PM, Miller Puckette m...@ucsd.edu wrote:

  Hi all,
 
  Pd version 0.45-3 test 1 is available on
 http://crca.ucsd.edu/~msp/software.htm
  or via git from sourceforge:
   git clone git://git.code.sf.net/p/pure-data/pure-data
   cd pure-data
   git checkout -b 0.45
 
  This fixes the bug pasting text from other software into Pd boxes, and
 also
  fixes (I hope) the problems with running at 48KHz on built-in hardware on
  Mac OSX 10.7 and 10.8.
 
  Since this is a change in audio I/O that could have unexpected effects on
  other hardware I'm leaving it as a test version to see if anyone has new
  problems.  But I think it's ready to use now.
 
  cheers
  Miller
 
  ___
  Pd-announce mailing list
  pd-annou...@iem.at
  http://lists.puredata.info/listinfo/pd-announce
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 suggests that once writesf~ has received a stop after writing to disk, 
 there is no way to determine whether i) writesf~ is ready to receive another 
 open or ii) the file written to disk is ready for reading.
 
 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 another open.

I like the idea, but the outlet could just output a bang, when it is
done, otherwise how do you determine that writesf~ has written all
samples to disk?

Best regards,
Thomas
-- 
Spielen Sie Strip Schnipp-Schnapp? (Adam Weishaupt to Johann
Wolfgang von Goethe in: Robert Shea  Robert A. Wilson, The Golden
Apple)
http://www.residuum.org/

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 another open.
 
 I like the idea, but the outlet could just output a bang, when it is
 done, otherwise how do you determine that writesf~ has written all
 samples to disk?
 

I meant that it should just output the _total_ samples written after it has 
flushed to disk. This would be consistent with the behaviour of  [soundfiler] I 
believe.

But yes, a bang would do the job.

best,

Jamie


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 it's
 a problem.
 
 Updates:
 * all metadata fields are searchable using Xapian's field:value syntax.  So 
 author:puckette and
 even outlet_0:pointer can be used by themselves or with free text to refine a 
 search
 * Want to return all patches that contain an instance of sigmund~?  Search 
 for object:sigmund~.
 Works on exact text without stemming-- e.g., object:clip~ will give different 
 results than object:clip
 * hand-crafted some descriptive text for all pdf manuals in pd svn.  Includes 
 gem manual and others.
 * formatted escaped commas correctly
 * added a firefox-style find menu bound to ctrl-f
 * reduced index-build time and database size (both cut roughly in half)
 * simplified doc search to exclude duplicates (for example, from having extra 
 and extra/Gem in
 the path)
 * prettified the info icon
 * use html titles for description in search results
 * parse Gem docs for description and keywords
 * allow to cancel index building
 * use libdir libname/object prefix only for libdir results
 * put name of libdir in description of all readmes and license.txt files
 * reorganized and simplified the homepage topics
 * reorganized code and removed some global variable (still ugly, but not
 as ugly as it used to be)
 * saved document data to the database as FUDI messages. (Easy to parse
 if someone wants to make a [docsearch] object...)
 
 Next I'm going to work on integrating it into Pd-l2ork, and maybe
 break out the combobox into toggle buttons.
 
 Of course if anyone is an information retrieval specialist feel free
 to make suggestions.  I'm using a bunch of old docs that aren't
 updated with description info, which is why so many of them have
 the ugly description note.  Most of the new docs have pd meta info.
 Also, I'm mixing some Pd vanilla and l2ork paths which is why some
 docs show up twice.  (You can see the full path in the status bar at
 the bottom.)
 
 Best,
 Jonathan
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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.


Moving further away from the mic would definitely lower the volume, 
too (the SM58 is a cardioid mic, so it has proximity effect, where 
bass gets emphasized the closer you are to the mic). I guess the 
proximity effect will actually sound pretty nice on the kicks, but it 
also would explain why the peaks are so high.
Yes, the proximity is very important. Unfortunatly, I can't move further 
away the mic.


Well, I wrote in DIY2 thread in Forum, because I want to use Hardoff's 
compressor and I wanted his opinion, too. Because, after several tests, 
I realized that I can't get rid of the first peak of a kick (more or 
less, signal = 4). So, I thought about using the compressor with attack 
and release at lowest and, inmediatly after that, something like [expr~ 
(tanh($v1/1.5))*1.5]. So, tanh() compress the highest peaks to 1.5, 
but it doesn't distort so much the sound.


Can anybody tell me if I am very wrong?
Is the math correct?

As when writting the arrays to disk, Pd has to normalized them to 1, I 
can't see really the difference in a sound editor, between the original 
and the compressed one.









On Mon, Sep 30, 2013 at 3:35 PM, Mario Mey mario...@gmail.com 
mailto:mario...@gmail.com wrote:


Now, I am checking volumes of my looper patch. I had to raise [*~
4] the volume of the mic, to get a razonable volume, compared to a
song file, for example. But, using this looper patch, I make
beatbox. So, kicks and snares from my mouth get in the mic. And,
using a visual array to test it, I realize that the kicks and
snares are so much higher volume than the vocals.

The patch has FXs with feedbacks, so, they can make signal  1.
So, at the end of the patch, there's [expr tanh($v1)] to to avoid
that...  tanh() is simpler than a a compressor, but it loose some
sounds (I think). Or I should trust in tanh()?

Multiple choice:
1- Use tanh() in the input, after adc~ and before dac~.
2- Use a compressor patch in the input, after adc~ (and tanh()
before dac~)
3- Use a compressor at the end of the patch, before dac~
4- Stay as it is now...

Also, I can't spend more CPU process...

What do you recommend me to use?

Thanks.


___
Pd-list@iem.at mailto:Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -
http://lists.puredata.info/listinfo/pd-list




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 - 
http://lists.puredata.info/listinfo/pd-list


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 disk or to output it, it's clipped to 1.

++
a



--
do it yourself
http://antoine.villeret.free.fr


2013/10/1 Mario Mey mario...@gmail.com

 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 - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 10.8)
[readanysf~] — seems good, but a few issues (e.g. audible clicking when 
changing playback speed)

Any other options?

best,

Jamie

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 version.

Best,
Peiman




*www.peimankhosravi.co.uk || RSS
Feedhttp://peimankhosravi.co.uk/miscposts.rss ||
Concert News http://spectralkimia.wordpress.com/*


On 1 October 2013 08:18, peiman khosravi peimankhosr...@gmail.com wrote:

 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 working in 10.8
 Thanks!
 J
 On Sep 30, 2013, at 7:49 PM, Miller Puckette m...@ucsd.edu wrote:

  Hi all,
 
  Pd version 0.45-3 test 1 is available on
 http://crca.ucsd.edu/~msp/software.htm
  or via git from sourceforge:
   git clone git://git.code.sf.net/p/pure-data/pure-data
   cd pure-data
   git checkout -b 0.45
 
  This fixes the bug pasting text from other software into Pd boxes, and
 also
  fixes (I hope) the problems with running at 48KHz on built-in hardware
 on
  Mac OSX 10.7 and 10.8.
 
  Since this is a change in audio I/O that could have unexpected effects
 on
  other hardware I'm leaving it as a test version to see if anyone has new
  problems.  But I think it's ready to use now.
 
  cheers
  Miller
 
  ___
  Pd-announce mailing list
  pd-annou...@iem.at
  http://lists.puredata.info/listinfo/pd-announce
 
  ___
  Pd-list@iem.at mailing list
  UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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, 2013, at 6:00 PM, pd-list-requ...@iem.at wrote:

 From: Jamie Bullock ja...@jamiebullock.com
 Subject: Re: [PD] writesf~ time to flush to disk…?
 Date: October 1, 2013 5:26:49 PM GMT+08:00
 To: Thomas Mayer tho...@residuum.org
 Cc: pd-list@iem.at
 
 
 
 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 another open.
 
 I like the idea, but the outlet could just output a bang, when it is
 done, otherwise how do you determine that writesf~ has written all
 samples to disk?
 
 
 I meant that it should just output the _total_ samples written after it has 
 flushed to disk. This would be consistent with the behaviour of  [soundfiler] 
 I believe.
 
 But yes, a bang would do the job.
 
 best,
 
 Jamie


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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]
 Date: October 2, 2013 12:02:07 AM GMT+08:00
 Cc: PD List pd-list@iem.at
 
 
 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 version. 
 
 Best,
 Peiman


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 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 8 on 64bit
 systems. This leads to CurlchkszEQ(long, CURL_SIZEOF_LONG) returning -1.

 This has been reported in 2008 to the curl mailing list:
 http://curl.haxx.se/mail/lib-2008-09/0051.html

 Maybe you can temporarily fix that by making the modifications in
 curlbuild.h as described in the mail.

 Hth,
 Thomas

 On 27.09.2013 00:04, me.grimm wrote:
 trying a quick compile OSX 10.8 I get:

 In file included from /sw/include/curl/curl.h:35:
 /sw/include/curl/curlrules.h:143:6: error: '__curl_rule_01__' declared as an
   array with a negative size
 [CurlchkszEQ(long, CURL_SIZEOF_LONG)];
  ^~~
 /sw/include/curl/curlrules.h:132:27: note: expanded from macro 'CurlchkszEQ'
 #define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1
   ^~~
 /sw/include/curl/curlrules.h:153:6: error: '__curl_rule_02__' declared as an
   array with a negative size
 [CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)];
  ^~~
 /sw/include/curl/curlrules.h:132:27: note: expanded from macro 'CurlchkszEQ'
 #define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1
   ^~~

 ideas?

 thanks for all the work on this

 m


 On Tue, Sep 24, 2013 at 6:50 AM, Thomas Mayer tho...@residuum.org wrote:
 Hello,

 I am happy to announce version 0.14.0 of PuREST JSON, code name: Davo.

 PuREST JSON is a library for working with RESTful HTTP webservices, and
 JSON data.

 Authentication and authorization for webservices are available with
 basic HTTP auth, cookie authentication, and OAuth. As an example for
 OAuth authenticated webservices, a Twitter client is included.

 Changes in this version:
 - Downloading to file
 - Cancelling of requests possible
 - [rest] and [oauth] now use libcurl multi interface internally

 Github repository:
 https://github.com/residuum/PuRestJson

 Source code packages:
 https://github.com/residuum/PuRestJson/releases

 Binaries for Windows and Debian i386 and amd64:
 http://ix.residuum.org/pd/purest_json.html

 Build instructions for all platforms:
 https://github.com/residuum/PuRestJson/wiki/Compilation

 Have fun,
 Thomas
 --
 Chaney was aware that anything, however small, can get the eye of the
 media if it's repulsive enough. (Robert Anton Wilson - The Universe
 Next Door)
 http://www.residuum.org/

 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list





 --
 In an era when everything can be surveiled, all we have left is
 politeness.
 (Major Napier in: Neal Stephenson: The Diamond Age)
 http://www.residuum.org/

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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:
 Port ia32 MMX assembly code to GCC extensions (MMX support on
 amd64)
 Add V4L2 support to pdp_v4l (merge with pdp_v4l2)
 Distill system/zl (Zwizwa Lib) from PDP and libprim/PF code.


 The configure option --enable-mmx now uses GCC intrinsics which work on
 both 32 and 64 bit intel architectures.   The old 32-bit only ASM routines
 are still available as --enable-asm-mmx.

 If you find a problem, post it here or at p...@zwizwa.be for a quicker
 response.

 Darcs repo is at http://zwizwa.be/darcs/pdp/

 Enjoy!

 Tom


 ( Racketeers, be sure to check out some recent Pd DSP work in
 http://zwizwa.be/rai/ )



 __**_
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/**listinfo/pd-announcehttp://lists.puredata.info/listinfo/pd-announce

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 8 on 64bit
 systems. This leads to CurlchkszEQ(long, CURL_SIZEOF_LONG) returning -1.

 This has been reported in 2008 to the curl mailing list:
 http://curl.haxx.se/mail/lib-2008-09/0051.html

 Maybe you can temporarily fix that by making the modifications in
 curlbuild.h as described in the mail.

 Hth,
 Thomas

 On 27.09.2013 00:04, me.grimm wrote:
 trying a quick compile OSX 10.8 I get:

 In file included from /sw/include/curl/curl.h:35:
 /sw/include/curl/curlrules.h:143:6: error: '__curl_rule_01__' declared as an
   array with a negative size
 [CurlchkszEQ(long, CURL_SIZEOF_LONG)];
  ^~~
 /sw/include/curl/curlrules.h:132:27: note: expanded from macro 'CurlchkszEQ'
 #define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1
   ^~~
 /sw/include/curl/curlrules.h:153:6: error: '__curl_rule_02__' declared as an
   array with a negative size
 [CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)];
  ^~~
 /sw/include/curl/curlrules.h:132:27: note: expanded from macro 'CurlchkszEQ'
 #define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1
   ^~~

 ideas?

 thanks for all the work on this

 m


 On Tue, Sep 24, 2013 at 6:50 AM, Thomas Mayer tho...@residuum.org wrote:
 Hello,

 I am happy to announce version 0.14.0 of PuREST JSON, code name: Davo.

 PuREST JSON is a library for working with RESTful HTTP webservices, and
 JSON data.

 Authentication and authorization for webservices are available with
 basic HTTP auth, cookie authentication, and OAuth. As an example for
 OAuth authenticated webservices, a Twitter client is included.

 Changes in this version:
 - Downloading to file
 - Cancelling of requests possible
 - [rest] and [oauth] now use libcurl multi interface internally

 Github repository:
 https://github.com/residuum/PuRestJson

 Source code packages:
 https://github.com/residuum/PuRestJson/releases

 Binaries for Windows and Debian i386 and amd64:
 http://ix.residuum.org/pd/purest_json.html

 Build instructions for all platforms:
 https://github.com/residuum/PuRestJson/wiki/Compilation

 Have fun,
 Thomas
 --
 Chaney was aware that anything, however small, can get the eye of the
 media if it's repulsive enough. (Robert Anton Wilson - The Universe
 Next Door)
 http://www.residuum.org/

 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list





 --
 In an era when everything can be surveiled, all we have left is
 politeness.
 (Major Napier in: Neal Stephenson: The Diamond Age)
 http://www.residuum.org/

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list



-- 

m.e.grimm | m.f.a | ed.m.
megr...@gmail.com
_

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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  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 - http://lists.puredata.info/**
 listinfo/pd-list http://lists.puredata.info/listinfo/pd-list

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 http://spectralkimia.wordpress.com/*


On 1 October 2013 17:50, Dan Wilcox danomat...@gmail.com wrote:

 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]*
 *Date: *October 2, 2013 12:02:07 AM GMT+08:00
 *Cc: *PD List pd-list@iem.at


 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 version.

 Best,
 Peiman


 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com






___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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:

 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 http://spectralkimia.wordpress.com/*


 On 1 October 2013 17:50, Dan Wilcox danomat...@gmail.com wrote:

 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]*
  *Date: *October 2, 2013 12:02:07 AM GMT+08:00
 *Cc: *PD List pd-list@iem.at


  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 version.

 Best,
 Peiman


  
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com







 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 http://spectralkimia.wordpress.com/*


On 1 October 2013 22:06, Alexandros Drymonitis adr...@gmail.com wrote:

 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.com
  wrote:

 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 http://spectralkimia.wordpress.com/*


 On 1 October 2013 17:50, Dan Wilcox danomat...@gmail.com wrote:

 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]*
  *Date: *October 2, 2013 12:02:07 AM GMT+08:00
 *Cc: *PD List pd-list@iem.at


  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 version.

 Best,
 Peiman


  
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com







 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list



___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 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 http://spectralkimia.wordpress.com/*


 On 1 October 2013 22:06, Alexandros Drymonitis adr...@gmail.com wrote:

 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.com wrote:

 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 http://spectralkimia.wordpress.com/*


 On 1 October 2013 17:50, Dan Wilcox danomat...@gmail.com wrote:

 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]*
  *Date: *October 2, 2013 12:02:07 AM GMT+08:00
 *Cc: *PD List pd-list@iem.at


  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 version.

 Best,
 Peiman


  
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com







 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 
 
 
 
 
 www.peimankhosravi.co.uk || RSS Feed || Concert News
 
 
 On 1 October 2013 22:06, Alexandros Drymonitis adr...@gmail.com wrote:
 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.com 
 wrote:
 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 Feed || Concert News
 
 
 On 1 October 2013 17:50, Dan Wilcox danomat...@gmail.com wrote:
 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]
 Date: October 2, 2013 12:02:07 AM GMT+08:00
 Cc: PD List pd-list@iem.at
 
 
 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 version. 
 
 Best,
 Peiman
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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. 
 
 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 Feed || Concert News
 
 
 On 1 October 2013 22:06, Alexandros Drymonitis adr...@gmail.com wrote:
 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.com 
 wrote:
 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 Feed || Concert News
 
 
 On 1 October 2013 17:50, Dan Wilcox danomat...@gmail.com wrote:
 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]
 Date: October 2, 2013 12:02:07 AM GMT+08:00
 Cc: PD List pd-list@iem.at
 
 
 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 version. 
 
 Best,
 Peiman
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com
 
 
 
 
 


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 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




 *www.peimankhosravi.co.uk || RSS 
 Feedhttp://peimankhosravi.co.uk/miscposts.rss ||
 Concert News http://spectralkimia.wordpress.com/*


 On 1 October 2013 22:06, Alexandros Drymonitis adr...@gmail.com wrote:

 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.com wrote:

 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 http://spectralkimia.wordpress.com/*


 On 1 October 2013 17:50, Dan Wilcox danomat...@gmail.com wrote:

 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]*
  *Date: *October 2, 2013 12:02:07 AM GMT+08:00
 *Cc: *PD List pd-list@iem.at


  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 version.

 Best,
 Peiman


  
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com







 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




 
 Dan Wilcox
 @danomatika
 danomatika.com
 robotcowboy.com






___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 could use? 

Thank you very much,

David


http://www.flickr.com/photos/schafferdavid/
http://audioblog.arteradio.com/David_Schaffer/  
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 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 could use? 

Thank you very much,

David

http://www.flickr.com/photos/schafferdavid/
http://audioblog.arteradio.com/David_Schaffer/___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 Bullock ja...@jamiebullock.com


 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 10.8)
 [readanysf~] — seems good, but a few issues (e.g. audible clicking when
 changing playback speed)

 Any other options?

 best,

 Jamie

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




-- 
Thomas Grill
http://g.org
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


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 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 Bullock ja...@jamiebullock.com


 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 10.8)
 [readanysf~] — seems good, but a few issues (e.g. audible clicking when
 changing playback speed)

 Any other options?

 best,

 Jamie

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




 --
 Thomas Grill
 http://g.org




-- 
Thomas Grill
http://g.org
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[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 real question is: how to implement
[allpass~] from vanilla objects?

thanks
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list