Re: [PD] color position boundaries

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 07:36 PM, R C wrote: Hi list, I'm trying to track movement with an IR camera on Windows. The motion detection works great with frame diff. The problem starts when I try to get the coordinates that surround the white color produced by the movement. With pix_blob I only get the

Re: [PD] create list by header message

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 07:43 PM, Peter P. wrote: Hi, this might be totally simple, but I am wondering what is the most elegant way of creating a list out of individual messages 12 23 34 45 meaning a list which holds four items, and which is always created at the number '12', and sent out at

Re: [PD] comments with trailing | ?

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 09:43 PM, Peter P. wrote: Hi, I am on Pd-0.45.0 vanilla compiled from Miller's git sources on Linux with Tcl/Tk 8.5.0-2.1 When I insert a comment into a patch, there is always a trailing | (pipe) character (perhaps some sort of a cursor), indicating the width of the comment in

Re: [PD] Multi-input USB audio into Raspberry Pi

2014-01-24 Thread Simon Wise
On 24/01/14 01:52, Chris McCormick wrote: Hi all, I might be really pushing my luck here, what with all the reports of audio issues on the Pi, but has anyone heard of somebody getting multi-input audio working with a multi-input USB 2.0 audio device? I have a dream of running one of these

[PD] mrpeach [midifile] timing off in pd-ext, works with latest pd-vanilla

2014-01-24 Thread Dan Wilcox
Howdy all, I've been putting some songs together using mrpeach [midifile] and I calculate the metro playback speed using the tempo time signature (as per an example by Martin on the last ~6 months ago). I noticed that on Pd-Extended 0.43 the playback is off, around 10-20 bpm too slow. The

Re: [PD] comments with trailing | ?

2014-01-24 Thread Peter P.
Dear IOhannes, dear Jonathan, dear list, I feel ashamed (and old-fashioned) as I have not seen this new feature of Pd as a feature I am afraid. Thanks for pointing it out to me. I think it is a nice addon, but also wonder if there is a nice way to disable this functionality at all. Is there an

Re: [PD] console font size really big

2014-01-24 Thread Peter P.
Johnathan WIlkins wrote: I'd be curious to know what window manager you are using. Try going into pd-gui.tcl and find the line: # tk scaling 1 Remove the #, save the file, and then restart Pd. See if that solves the problem. (Depending on how you are running Pd, you may need to have

Re: [PD] comments with trailing | ?

2014-01-24 Thread Miller Puckette
Delete these lines in g_text.c: /* for comments, just draw a bar on RHS if unlocked; when a visible canvas is unlocked we have to call this anew on all comments, and when locked we erase them all via the annoying commentbar tag. */ else if (x-te_type == T_TEXT

Re: [PD] mouse icons

2014-01-24 Thread Peter P.
Simon Wise wrote: They are certainly are system icons, they change if I change the system cursor theme. In xfce different sets of icons are selectable as themes for the mouse. But here there has always been one missing ... the one shown while hovering over an inlet or outlet in edit mode, but

Re: [PD] comments with trailing | ?

2014-01-24 Thread Peter P.
* Miller Puckette m...@ucsd.edu [2014-01-24 23:36]: Delete these lines in g_text.c: /* for comments, just draw a bar on RHS if unlocked; when a visible canvas is unlocked we have to call this anew on all comments, and when locked we erase them all via the annoying

Re: [PD] console font size really big

2014-01-24 Thread Jonathan Wilkes
On 01/24/2014 05:31 PM, Peter P. wrote: Johnathan WIlkins wrote: I'd be curious to know what window manager you are using. Try going into pd-gui.tcl and find the line: # tk scaling 1 Remove the #, save the file, and then restart Pd. See if that solves the problem. (Depending on how you are

[PD] non linear distortion

2014-01-24 Thread xiaoping lyu
Hi , i been reading that the richness of the sound in tube amplifiers is due natural non-linearities inherent in tube amplifiers. I was wondering if there are ways to simulate or recreate these kind of non linearities for distortions. are there any nonlinear distortions in pd? or do anybody

Re: [PD] console font size really big

2014-01-24 Thread Peter P.
* Jonathan Wilkes jancs...@yahoo.com [2014-01-25 00:28]: On 01/24/2014 05:31 PM, Peter P. wrote: Johnathan WIlkins wrote: I'd be curious to know what window manager you are using. Try going into pd-gui.tcl and find the line: # tk scaling 1 Remove the #, save the file, and then restart

Re: [PD] create list by header message

2014-01-24 Thread Peter P.
Dear IOhannes, Roman, Jonathan, thank you for your kind replies, and the examples you posted! It helped me quite a bit! best, P * IOhannes m zmölnig zmoel...@iem.at [2014-01-24 10:48]: On 01/23/2014 07:43 PM, Peter P. wrote: Hi, this might be totally simple, but I am wondering what is