Re: [PD] Model.pd helppatch [was: call for help: help patch fixing]

2009-03-02 Thread IOhannes m zmoelnig
Martin Schied wrote: hi, IOhannes m zmoelnig schrieb: bigsw...@cox.net wrote: Hans this may be off topic, but speaking of help patches. What is up with the Gem/Examples/Basic/Model.pd file? hmm, i really don't understand why hans is bothered with this. if it is a bug in Gem, please

Re: [PD] SQLite3DBv0.03

2009-03-02 Thread Frank Barknecht
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote: Also, the 'makefile' only contains a process for making a 'pd_darwin' external for the Mac. It should not be difficult to compile for Unix or Windows, as it is Ansi-C. Everything should work with Vanilla Pd as well. Attached is a

Re: [PD] SQLite3DBv0.03

2009-03-02 Thread glerm soares
2009/3/2 Frank Barknecht f...@footils.org Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote: Also, the 'makefile' only contains a process for making a 'pd_darwin' external for the Mac. It should not be difficult to compile for Unix or Windows, as it is Ansi-C. Everything should

Re: [PD] pd and tcp: what to do against crashes?

2009-03-02 Thread Roman Haefeli
On Sun, 2009-03-01 at 22:53 -0500, Martin Peach wrote: Roman Haefeli wrote: On Sun, 2009-03-01 at 19:30 -0500, Martin Peach wrote: I think the blocking happens because the connection is gone, not because of the buffer overflowing. i am not sure, if understand what you mean here. what

[PD] external for sample loop start and end points?

2009-03-02 Thread Ingo Scherzinger
Hi, I am looking for an external that can read the sample loop start and end points of a .wav file. I found [wavinfo] but that doesn't do the trick - no loop info! It would be great if anybody knew anything like that! Thank you, Ingo ___

Re: [PD] SQLite3DBv0.03

2009-03-02 Thread Mike McGonagle
Frank, Thank you very much for the Linux Makefile. While I don't have access to a machine right at the moment, from reading this, it appears that this is set up to link to an SQLite3 LIBRARY file, right? If that is the case, the way that I am doing this on the Mac is to compile the object code of

Re: [PD] SQLite3DBv0.03

2009-03-02 Thread Frank Barknecht
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote: Thank you very much for the Linux Makefile. While I don't have access to a machine right at the moment, from reading this, it appears that this is set up to link to an SQLite3 LIBRARY file, right? If that is the case, the way that I

Re: [PD] strange wave

2009-03-02 Thread chris clepper
The length of that file is zero according to the header as read by SoundHack. On Mon, Mar 2, 2009 at 1:23 PM, Hans Roels hans.ro...@versateladsl.bewrote: Hello, Sometimes when I record audio in Pd, a wave file is created that Pd can't open or play. If I try to open this wave file in an other

Re: [PD] strange wave

2009-03-02 Thread IOhannes m zmoelnig
Hans Roels wrote: Hello, hi. how does this relate to Arduino/SRF05 to which thread it references? Sometimes when I record audio in Pd, a wave file is created that Pd [...] problem yet but I'm trying... (I think it has something to do with using 'writesf' in an abstraction). I 'm

Re: [PD] SQLite3DBv0.03

2009-03-02 Thread Mike McGonagle
So, then do you think it would be better to link up to the system version? Or should I have it statically compile everything together into the external? While I don't know how large it is on Linux, but the Mac external (with the SQLite Amalgamated compile into the external) is about 660K. I have

Re: [PD] strange wave

2009-03-02 Thread Hans Roels
At 19:32 2/03/2009, you wrote: Hans Roels wrote: Hello, hi. how does this relate to Arduino/SRF05 to which thread it references? Sometimes when I record audio in Pd, a wave file is created that Pd [...] problem yet but I'm trying... (I think it has something to do with using 'writesf' in an

[PD] OT: job offer with requested pd programming skills

2009-03-02 Thread Lao Yu
Hi, I just came across the website of 'reactable systems' in Spain - they're looking for a software programmer who has among others C++ and pd programming skills http://www.reactable.com/join.html Interesting that they require someone with pd skills - it makes one think that their system

Re: [PD] Model.pd helppatch [was: call for help: help patch fixing]

2009-03-02 Thread Martin Schied
hi, IOhannes i think it could be related to: - your version of Gem (as cyrille suggested) - the model you are loading. - your gfx-card/ / openGL-driver let's try to rule out #1 and #2. OK, now I have: - installed new pd extended version (Pd version 0.41-4extended-20090301) from

Re: [PD] Model.pd helppatch [was: call for help: help patch fixing]

2009-03-02 Thread cyrille henry
hello, ATI radeo on linux. i bet it's the problem. Cyrille Martin Schied a écrit : hi, IOhannes i think it could be related to: - your version of Gem (as cyrille suggested) - the model you are loading. - your gfx-card/ / openGL-driver let's try to rule out #1 and #2. OK, now I

Re: [PD] pd and tcp: what to do against crashes?

2009-03-02 Thread Martin Peach
Roman Haefeli wrote: On Sun, 2009-03-01 at 22:53 -0500, Martin Peach wrote: So I made [tcpserver] send the messages one byte at a time. This latest version should not block, since it adds only one element to the buffer for each select call that says the buffer is still writeable. can you

Re: [PD] strange wave

2009-03-02 Thread Mike Moser-Booth
Hans Roels wrote: Hello, Sometimes when I record audio in Pd, a wave file is created that Pd can't open or play. If I try to open this wave file in an other audio program like Audacity, this is also impossible. VLC player does play the file though and when I open this file in Samplitude

Re: [PD] pd on Ubuntu 64bit?

2009-03-02 Thread Hans-Christoph Steiner
On Feb 27, 2009, at 5:49 PM, danomatika wrote: On Tue, 2009-02-24 at 19:51 -0500, Hans-Christoph Steiner wrote: On Feb 24, 2009, at 1:05 AM, danomatika wrote: On Tue, 2009-02-24 at 00:03 -0600, John Harrison wrote: danomatika wrote: I made a 64bit build of pd-extended using the pd core

Re: [PD] [arduino] object analog inputs

2009-03-02 Thread Mathieu Bouchard
On Sat, 28 Feb 2009, glerm soares wrote: I did it in with: #X obj 38 -73 delta; #X obj 37 -50 abs; #X obj 141 -72 sel 1; is that what you meant? No, it only outputs when there is a large enough difference to the previous input that was not exactly the same. What I mean is to only output

Re: [PD] Arduino/SRF05

2009-03-02 Thread Hans-Christoph Steiner
Instead of using Serial.print() in Arduino, use Firmata. Check out the Library-Firmata examples in Arduino. The Firmata object in Arduino replaces the Serial object and then automatically speaks the Firmata protocol, so that you can then use [arduino] in Pd. .hc On Mar 1, 2009, at 8:21

Re: [PD] SQLite3DBv0.03

2009-03-02 Thread Hans-Christoph Steiner
You should dynamically link to the libsqlite in the OS. Maybe for Windows it would need to be statically linked. .hc On Mar 2, 2009, at 1:36 PM, Mike McGonagle wrote: So, then do you think it would be better to link up to the system version? Or should I have it statically compile

[PD] Pd seriell printers

2009-03-02 Thread brandt
Hello all Does anybody Know how to control a dot matrix printer troughout the seriell port within OD? Thank you in advanve markus ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] SQLite3DBv0.03

2009-03-02 Thread Frank Barknecht
Hallo, Mike McGonagle hat gesagt: // Mike McGonagle wrote: I have had the discussion with many people who advocate Linux about how user friendly it really is, and something tells me that this 'and just do another make pd_linux' might not be what we want for NON-Technical users. Well,