Re: [PD] finding funding to the PdCon09

2009-02-21 Thread Roman Haefeli
On Sat, 2009-02-21 at 01:38 +0100, David Doukhan wrote: > Does the Swiss Pro Helvetia fund works for european who are not living in > Swiss? > Does anyone have an idea on the way to get funds if I'm French? afaik, they primarily support people, that are either swiss or working/living in switzerla

Re: [PD] Best way to deal with many tables.

2009-02-21 Thread Roman Haefeli
On Fri, 2009-02-20 at 20:59 -0800, B. Bogart wrote: > Hey all. > > I've managed to get my patches to use less objects, and more messages. > > Problem I have now is storing data in an organized way. > > Basically the system I'm working on needs to store the RGB hists of many > images (10,000 idea

[PD] Searching for a starting point - 7seg number recognition in pd

2009-02-21 Thread Luigi
hi list i would like to ask more advanced programmers for a good starting point. I would like to do a minimalistic OCR for 7 segment numbers in PD. The picture would be captured by a simple webcam. What is a good way to realize that ?? I found some perl-scripts that seem to do that, or some

Re: [PD] Best way to deal with many tables.

2009-02-21 Thread cyrille henry
hello, your RGB hists are 1D table. so what you need is 2D table. the best 2D table are probably images. if the 8bits limitation is not a problem, you can store your arrays in 1 (or more) big image (1000x768). pix_crop + pix_pix2sig to get a row of your image in a table. Cyrille B. Bogart a éc

[PD] more info about pix_fiducialtracks

2009-02-21 Thread Luigi
Ok this is referring to my last post. I guess i could use pix_fiducialtrack to to the simple OCR-Task. I would just need to adjust the "all.trees" file, right ?? Is there any more information on how to do that ? How the "region adjacency graph" is built ?? Thanks Luigi Am 21.02.2009 um 11:

[PD] Window un-focus notification

2009-02-21 Thread Luke Iannini
Yo - anyone have any ideas on getting the focus state of a window in Pd? I want to only enable key commands when the relevant window is focused - I have lots of miniature applications and it makes much more sense to treat them independently - I think the global nature of keystroke handling is what

Re: [PD] Best way to deal with many tables.

2009-02-21 Thread David Doukhan
what I did in such situation was to generate pd patch using a python script. Using that method, all the arrays were stored in memory, and could be accessed dynamically by the other components through their names. 2009/2/21 B. Bogart : > Hey all. > > I've managed to get my patches to use less obje

Re: [PD] pd-ext documentation [was something else]

2009-02-21 Thread João Pais
> (maybe this is of general interest for pd users?) speaking of lists, I > once did a similar thing some years ago, collecting 2682 objects. the > list is far away from being complete or up to date... > http://www.parasitaere-kapazitaeten.net/files/GENERAL_ALL.csv_.txt I already made my one availa

Re: [PD] more info about pix_fiducialtracks

2009-02-21 Thread IOhannes m zmoelnig
Luigi wrote: Ok this is referring to my last post. I guess i could use pix_fiducialtrack to to the simple OCR-Task. I would just need to adjust the "all.trees" file, right ?? Is there any more information on how to do that ? How the "region adjacency graph" is built ?? yep, there is a pap

Re: [PD] Window un-focus notification

2009-02-21 Thread Roman Haefeli
On Sat, 2009-02-21 at 03:46 -0800, Luke Iannini wrote: > Yo - anyone have any ideas on getting the focus state of a window in > Pd? I want to only enable key commands when the relevant window is > focused - I have lots of miniature applications and it makes much more > sense to treat them independ

[PD] Fw: Re: Many outlets and/or inlets

2009-02-21 Thread Isidro Gonzalez
Yes, I did the same, but did not work. Some objects may not accept creation arguments at all. Many thanks anyway. Isi > --- On Sat, 2/21/09, hard off > wrote: > > > From: hard off > > Subject: Re: [PD] Many outlets and/or inlets > > To: "Jaime Oliver" > > > Cc: isidro_gon...@yahoo.com, pd-

Re: [PD] color tracking in Gem/Pd-extended?

2009-02-21 Thread Jack
You can use [pix_colormatrix] and [pix_blob]. ++ Jack Le 20 févr. 09 à 18:59, John Harrison a écrit : > Wondering the best solution for color tracking in Pd-extended. I'd > like > my solution to be cross-platform so that rules out PDP and friends. > > All I've come up with is to use [pix_blob

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

2009-02-21 Thread Roman Haefeli
hi all i've been working now quite some time with setups, where different instances of pd spread over the world are connected with each other over another instance of pd (i.e. serverpatch). i tried different classes for establishing tcp connections between clients and servers, namely [netclient]/[

Re: [PD] Window un-focus notification

2009-02-21 Thread João Pais
active by cyclone? > Yo - anyone have any ideas on getting the focus state of a window in > Pd? I want to only enable key commands when the relevant window is > focused - I have lots of miniature applications and it makes much more > sense to treat them independently - I think the global nature o

Re: [PD] startup problems

2009-02-21 Thread Jack
You have to install X11 User from the MacOSX installation DVD. ++ Jack Le 20 févr. 09 à 23:16, Conor Higgins a écrit : > Hi guys, > > I am working on an art project at the moment and I am using PD to > design the system that we will be exhibiting, now for some reason > the artist can't seem

Re: [PD] startup problems

2009-02-21 Thread Conor Higgins
Hi Jack, we did that... it didnt work, we tried it twice in fact. Once before we reinstalled the operating system, and once after we installed the operating system... Conor On 21 Feb 2009, at 15:50, Jack wrote: > You have to install X11 User from the MacOSX installation DVD. > ++ > > Jack

Re: [PD] startup problems

2009-02-21 Thread Enrique Erne
you could try this one: http://xquartz.macosforge.org/trac/wiki/X112.3.2.1 Conor Higgins wrote: > Hi Jack, > > we did that... it didnt work, we tried it twice in fact. Once before > we reinstalled the operating system, and once after we installed the > operating system... > > Conor > > >

[PD] Windows low latency first-hand experiences?

2009-02-21 Thread Matteo Sisti Sette
Hi, I've already browsed the archives and found some helpful information about getting low latency in Windows with PD. Now i'd love to hear about anyone who has been able to get as low as 15-20ms latency in Windows using PD, without getting glitches, preferably in Vista and with external hardw

Re: [PD] startup problems

2009-02-21 Thread Conor Higgins
Is this not the same as x11? Conor On 21 Feb 2009, at 16:10, Enrique Erne wrote: > you could try this one: > http://xquartz.macosforge.org/trac/wiki/X112.3.2.1 > > > Conor Higgins wrote: >> Hi Jack, >> we did that... it didnt work, we tried it twice in fact. Once >> before we reinstalled the

Re: [PD] Windows builds + documentation

2009-02-21 Thread Hans-Christoph Steiner
Hey, I am happy to try to help you thru the troubles you run into so that we can get you building. My only request is that we do it on the pd- list so that it is archived and others and join in if they want to. It seems to me that your /usr/local/ might not be setup right. In MSYS, run th

Re: [PD] Best way to deal with many tables.

2009-02-21 Thread B. Bogart
Thanks all for your comments. Roman, The major "inelegance" of dynamic patching is the massive CPU of generating the graph containing 1000s of objects. In theory one only needs to do this once, but I'm always changing the patch and also the number of tables. Dynamic patching seems to work great in

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

2009-02-21 Thread Martin Peach
Hi Roman, I think it probably comes down to the code not checking for all possible error conditions. Under udp you can send as much as you like to nonexistent receivers but tcp needs an active connection. Most likely the code is just assuming that everything is working properly. It sounds as thou

Re: [PD] Windows builds + documentation

2009-02-21 Thread João Pais
> Hey, > > I am happy to try to help you thru the troubles you run into so that we > can get you building. My only request is that we do it on the pd-list > so that it is archived and others and join in if they want to. > > It seems to me that your /usr/local/ might not be setup right. In MSY

Re: [PD] Window un-focus notification

2009-02-21 Thread Mathieu Bouchard
On Sat, 21 Feb 2009, Luke Iannini wrote: Yo - anyone have any ideas on getting the focus state of a window in Pd? I want to only enable key commands when the relevant window is focused - I have lots of miniature applications and it makes much more sense to treat them independently - I think th

Re: [PD] Best way to deal with many tables.

2009-02-21 Thread cyrille henry
B. Bogart a écrit : > Thanks all for your comments. ... > > Cyrille, This is an interesting idea, pix_histo outputs tables though. I > don't know what you mean by 2D tables, what i call a 2D table is just a 2D matrix... > they should be 3D for each colour > channel right?? why 3D? density = fu

Re: [PD] Windows low latency first-hand experiences?

2009-02-21 Thread patrick
i am not using windows, but i think roman found a solution (for better latency): each time you launch pd, go to the list of process and right click on pd: ***REALTIME* - highest possible priority pat ___ Pd-list@iem.at mailing list UNSUBSCRIBE and a

Re: [PD] Windows low latency first-hand experiences?

2009-02-21 Thread mrz
hei i would recommend first to "tune" your vista for audio, here you go: http://www.focusrite.com/answerbase/article.php/?id=288 the rest maybe you know allready, but anyway, disable/deinstall all fancy vista crap you d'ont need. and then like pat said, open pd, open your taskmanager, right click

[PD] pd on Ubuntu 64bit?

2009-02-21 Thread danomatika
Has anyone been using pd on a 64 bit GNU/Linux OS? I have a new laptop and I'm thinking of trying to run Ubuntu 8.10 64bit. If I can't run pd, jack, ardour, etc then I'll stick to 32 bit, but I've read that 32 bit apps will run fine as long as they have the correct libs ... --- Dan Wilcox danomat

Re: [PD] Best way to deal with many tables.

2009-02-21 Thread Mathieu Bouchard
On Fri, 20 Feb 2009, B. Bogart wrote: Basically the system I'm working on needs to store the RGB hists of many images (10,000 ideally, RAM permitting). RGB hists are concatenated into tables of 768 elements each. [#store (1 256 3 #)] for int32 elements [#store (1 256 3 s #)] for int1

Re: [PD] startup problems

2009-02-21 Thread Luigi
Am 21.02.2009 um 18:20 schrieb Conor Higgins: > Is this not the same as x11? > nope there is a bug you are on 10.5.xx or sthg and there was a bug i remember > Conor > > On 21 Feb 2009, at 16:10, Enrique Erne wrote: > >> you could try this one: >> http://xquartz.macosforge.org/trac/

Re: [PD] Windows low latency first-hand experiences?

2009-02-21 Thread Roman Haefeli
On Sat, 2009-02-21 at 17:28 +0100, Matteo Sisti Sette wrote: > Hi, > > I've already browsed the archives and found some helpful information > about getting low latency in Windows with PD. > > Now i'd love to hear about anyone who has been able to get as low as > 15-20ms latency in Windows using

Re: [PD] startup problems

2009-02-21 Thread Conor Higgins
right I will get the artist to try and install this on his machine. This may still not work however, as the machine he runs uses tiger and not leopard... Conor On 22 Feb 2009, at 00:36, Luigi wrote: > > Am 21.02.2009 um 18:20 schrieb Conor Higgins: > >> Is this not the same as x11? >> > > no

Re: [PD] Best way to deal with many tables.

2009-02-21 Thread Jonathan Wilkes
--- On Sat, 2/21/09, B. Bogart wrote: > From: B. Bogart > Subject: [PD] Best way to deal with many tables. > To: "PD list" > Date: Saturday, February 21, 2009, 5:59 AM > Hey all. > > I've managed to get my patches to use less objects, and > more messages. > > Problem I have now is storing

Re: [PD] pd on Ubuntu 64bit?

2009-02-21 Thread dmotd
i am currently testing a machine running 64studio 3.0alpha[1], which is based on ubuntu 8.04(hardy) for amd64 (there are 32bit builds too), while the stable 64studio 2.1 is built on debian 4.0etch. 64studio is designed for stable low- latency audio and both versions perform very well. if you re