Re: [PD] tape-like transport emulation (search for external)

2008-06-20 Thread errordeveloper
On Fri, Jun 20, 2008 at 09:11:14AM +0200, [EMAIL PROTECTED] wrote: Did you ever look at record~? the one in svn/externals/miXed ? i'm trying to compile it now .. Best recards ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] issues with [readsf~]/[writesf~]

2008-06-20 Thread Hans-Christoph Steiner
Please add these to the bug tracker. .hc On Jun 20, 2008, at 5:26 AM, [EMAIL PROTECTED] wrote: hello. i just want to report a few bugs that i can spot with the [readsf~]/[writesf~] couple .. a) i have already wrote about this, and i'll write again, cause i'm very sure on

Re: [PD] pyext thread question

2008-06-20 Thread Thomas Grill
Hi all, there are (at least) two ways to enable detaching. Please find the attached pd patch and pyext script to see how it works. detach.pd Description: Binary data import pyext,time class detach(pyext._class): def __init__(self,d = False): if d: print Detaching

Re: [PD] Spotlight Importer for OS X

2008-06-20 Thread Hans-Christoph Steiner
Does this work at all on 10.4/Tiger? As for building it, how do you build it yourself? That's usually a good starting point for adding it to the auto-build. If it is an xcode project, you can use the command line tool xcodebuild. Also, it seems that .pat should have a separate entry,

Re: [PD] Spotlight Importer for OS X

2008-06-20 Thread Hans-Christoph Steiner
One more thing I forgot to mention, it's too late to include the spotlight importer into this release, but I did make the Makefile create the Library/Spotlight directory, to make it a bit easier to manually install it. Once we set up the 0.41-extended builds, it can be included there.

Re: [PD] Spotlight Importer for OS X

2008-06-20 Thread Luke Iannini
(sorry, I mean it's not necessary if we're not including the importer in the bundle of course) ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pyext compilation

2008-06-20 Thread Vincent Rioux
hi Thomas, The problem is that the change from CVS to SVN broke the scripts which did the syncing from my local SVN to the PD repository. I think i already fixed this problem, but it might only have been in the CVS. that was it. Currently I have no time/interest to fix the sync scripts,

Re: [PD] Spotlight Importer for OS X

2008-06-20 Thread Hans-Christoph Steiner
On Jun 20, 2008, at 1:55 PM, Luke Iannini wrote: On Fri, Jun 20, 2008 at 4:02 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Does this work at all on 10.4/Tiger? Yes, it's configured by default to work with both 10.4 and 10.5. Any idea whether it would cause problems on 10.3?

Re: [PD] Spotlight Importer for OS X

2008-06-20 Thread Luke Iannini
On Fri, Jun 20, 2008 at 5:15 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: On Jun 20, 2008, at 1:55 PM, Luke Iannini wrote: On Fri, Jun 20, 2008 at 4:02 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Does this work at all on 10.4/Tiger? Yes, it's configured by default to work

Re: [PD] pyext thread question

2008-06-20 Thread altern
hi thomas thanks!! this solved my problem. enrike Thomas Grill(e)k dio: Hi all, there are (at least) two ways to enable detaching. Please find the attached pd patch and pyext script to see how it works.

Re: [PD] [PD-dev] What goes on during dsp ticks?

2008-06-20 Thread Mathieu Bouchard
On Sun, 15 Jun 2008, PSPunch wrote: I hear that malloc is a relatively expensive task. It's mostly just OSX's malloc that is obscenely expensive beyond a certain size. But that threshold is more like 16k or so. On Linux, it's 128k instead, but if both thresholds were the same, you'd see

Re: [PD] DMX oriented library for PD?

2008-06-20 Thread Vincent Rioux
I get this error message when i try to load it but i guess this is because i don't have any dmx-usb device (yet) ;-) dmxin.pd_linux: undefined symbol: DMXINdev dmxin aye, this was due to some library havoc i head on my machine (having installed both the dmx4linux debian package and

Re: [PD] better tabread4~

2008-06-20 Thread Mathieu Bouchard
On Wed, 11 Jun 2008, cyrille henry wrote: ok, if you don't wish to compile in order to test, here are 2 samples : http://www.chdh.free.fr/tab/tabosc4.wav http://www.chdh.free.fr/tab/tabosc4c.wav note that this is the worst case for tabread4~ : a very small table play at low frequency. I

Re: [PD] Spotlight Importer for OS X

2008-06-20 Thread Hans-Christoph Steiner
On Jun 20, 2008, at 2:34 PM, Luke Iannini wrote: On Fri, Jun 20, 2008 at 5:15 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: On Jun 20, 2008, at 1:55 PM, Luke Iannini wrote: On Fri, Jun 20, 2008 at 4:02 AM, Hans-Christoph Steiner [EMAIL PROTECTED] wrote: Does this work at all on

Re: [PD] pd.tk: how to get rid of scrollbars and menus?

2008-06-20 Thread Mathieu Bouchard
On Thu, 12 Jun 2008, patrick wrote: in pdmtl abstractions the 1.browser.pd doesn't have any menu or scrollbar. this hack is done without editing pd.tk - also disabling ctrl+e. tof did it, so i don't know the detail about this little hack. but i think he used toxy to do it. Most likely using

Re: [PD] bug in gop data-structs?

2008-06-20 Thread Miller Puckette
yep, I'm getting this too. I'll try to figure that one out. cheers Miller On Thu, Jun 19, 2008 at 08:16:40AM +0200, Frank Barknecht wrote: Hallo, Rich E hat gesagt: // Rich E wrote: I'm just checking to see if this is in fact a bug, or I am doing something wrong with GOP data structs.

Re: [PD] Teaching Pd to Children

2008-06-20 Thread Hans-Christoph Steiner
This sounds like a very cool project, please do keep us posted on it. I'd love to hear more about it. .hc On Jun 15, 2008, at 11:29 PM, Kyle Klipowicz wrote: Thanks so much for your comments everybody! I am still mulling over it, but I like the idea of using something like Squeak as