[PD] request truncated

2007-01-05 Thread patrick
hi miller, my request is to remove this limitation of pd: error: soundfiler_read: truncated to 400 elements is it possible to make it endless? if not then a ./configure option would be neat or maybe hans you can do something for the devel version? i would say computers can compute at

Re: [PD] request truncated

2007-01-05 Thread Georg Holzmann
Hallo! my request is to remove this limitation of pd: error: soundfiler_read: truncated to 400 elements is it possible to make it endless? if not then a ./configure option would be neat or maybe hans you can do something for the devel version? i would say computers can compute at least

[PD] proof-of-concept [hsext] for writing pd externals in Haskell

2007-01-05 Thread Claude Heiland-Allen
Download here: http://devel.goto10.org/listing.php?repname=maximuspath=%2Fhsext%2Frev=0sc=0 Caveats: 1. only one instance of [hsext] 2. only one inlet for a single float 3. only one outlet for a single float 4. only one hardcoded stateless function from float to float 5. probably a nightmare

[PD] text files, character mapping, PD GEM Text

2007-01-05 Thread timon
Hi, just thought Id share this. Ive been faffing around some time to get the correct character mapping from a loaded text file into GEM text objects. Im on OSX so this might not be applicable on other platforms. Anyway, a UTF-8 formatted text file will give the right character mapping into

[PD] IEM version of pdogg

2007-01-05 Thread Hans-Christoph Steiner
http://www.elec.qmul.ac.uk/dafx03/proceedings/pdfs/dafx66.pdf It this paper, there is talk of an IEM version of the ogg streaming objects that allow for multichannel streaming. It doesn't look like that code is in the CVS version. Is it available somewhere? .hc

Re: [PD] request truncated

2007-01-05 Thread Mathieu Bouchard
On Fri, 5 Jan 2007, patrick wrote: my request is to remove this limitation of pd: error: soundfiler_read: truncated to 400 elements edit d_soundfile.c, find DEFMAXSIZE, change to a better value. but I don't recommend setting it to more than 16777216, because that's the maximum size that

Re: [PD] makefilename query

2007-01-05 Thread Mathieu Bouchard
On Fri, 5 Jan 2007, timon wrote: I need to get the index (or decimal) value of a character. I know I can get the reversed result through [makefilename %c]. [Ascseq] does it but not with an extended character set. So Im wondering if there is a [makefilename %?] that can achieve that.

Re: [PD] IEM version of pdogg

2007-01-05 Thread Thomas Grill
i think it's called iemstream .. but if i remember correctly it's only the receiving part (that i wrote). The sending part is pdogg. greetings, Thomas Am 05.01.2007 um 15:45 schrieb Hans-Christoph Steiner: http://www.elec.qmul.ac.uk/dafx03/proceedings/pdfs/dafx66.pdf It this paper, there

Re: [PD] helpfiles

2007-01-05 Thread Mathieu Bouchard
On Fri, 5 Jan 2007, Kyle Klipowicz wrote: Easiest hack would be to copy the same file to the corresponding abs-help.pdfiles. But that would be annoying to update. Yes, or symlinks, but those work only on Linux and OSX and everything else except Windows. Oh well. _ _ __ ___ _

Re: [PD] helpfiles

2007-01-05 Thread Hans-Christoph Steiner
The PDDP standard for this is to have every object have its own help file, then have a shared all_about patch for the common parts. You can link to that other patch using pddp/open or pddp/pddplink. Each object's help patch should have an example that is specific to that object. If

Re: [PD] wvvw on Mac OS X

2007-01-05 Thread Derek Holzer
muchos gracias! d. Hans-Christoph Steiner wrote: I recompiled wvvw. This one works for me. -- derek holzer ::: http://www.umatic.nl ---Oblique Strategy # 127: Openly resist change ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management

[PD] Clearing pd main view output

2007-01-05 Thread Jiri Heitlager
I use [print] alot and therefor the output panel gets filled alot. I was wondering if there is a shorcut / mthod to clean all the output data in one go? Thnk you Jiri ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] Clearing pd main view output

2007-01-05 Thread Mathieu Bouchard
On Sat, 6 Jan 2007, Jiri Heitlager wrote: I use [print] alot and therefor the output panel gets filled alot. I was wondering if there is a shorcut / mthod to clean all the output data in one go? DesireData has a Clear Console button, but else you can do Ctrl+Home Ctrl+Shift+End Delete. _

Re: [PD] helpfiles

2007-01-05 Thread Mathieu Bouchard
On Fri, 5 Jan 2007, Hans-Christoph Steiner wrote: The PDDP standard for this is to have every object have its own help file, then have a shared all_about patch for the common parts. But how much is the PDDP standard grounded in actual practice, as opposed to plans of future practice? Then