Re: [PD] pd-kinect-skeleton

2011-02-05 Thread Hans-Christoph Steiner


yeah, nice work, looking forward to seeing the end result.

.hc

On Feb 5, 2011, at 2:37 AM, palmieri, ricardo wrote:


WOW!

amazing work man!


palm

2011/2/5 philippe boisnard philem...@mac.com
yop

my new search with kinect and danse (I prepare an exhibition with a  
dancer Estelle de Montalember in 2 weeks)


http://databaz.org/images2/kinviddans.mov

perhaps, if you don't use safari browser, you nust wait some time


p



--
twitt-me: @ricardopalmieri
mobile# +551185833173
[intlab.cc]
[palm.estudiolivre.org]
[myspace.com/livenoisetupi]
[skype:palmieriricardo]
[msn: ricardopalmi...@bol.com.br]
[linux user # 392484]









[T]he greatest purveyor of violence in the world today [is] my own  
government. - Martin Luther King, Jr.




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Jack OSX latest beta and Pd jack midi

2011-02-05 Thread Mike Moser-Booth
MIDI routing in OSX can be done using the built-in IAC drivers in the
AudioMIDI Setup.

.mmb

On Fri, Feb 4, 2011 at 4:04 AM, Si Mills smi...@rootsix.net wrote:

 Hi, the latest beta for jack osx is pretty significant in that its
 essentially rewire for open source.

 I'm just testing it out however, and Pd, when running in jack mode, doesn't
 seem to report its midi ports to JackPilot. Is the support for jack midi
 already built in our does our need to be developed?

 Cheers

 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




-- 
Mike Moser-Booth
mmoserbo...@gmail.com
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] where to find $ args

2011-02-05 Thread Rich E
On Sat, Feb 5, 2011 at 3:44 PM, Mathieu Bouchard ma...@artengine.ca wrote:

 On Tue, 25 Jan 2011, Rich E wrote:

  Ah, understood.  Thanks for the nice code explanation and references...
 they both really help.
 I noticed that t_canvasenvironment remains privately defined, so it's
 difficult to use this struct.  To get the dollarzero, I saw this works:

 canvas_setcurrent(x_canvas);
 int dzero = canvas_getdollarzero();


 That's an alias of pd_pushsym.
 You are supposed to use it with canvas_unsetcurrent (alias of pd_popsym),
 though I don't remember what can really go wrong if you don't unset/pop.


Lots of stuff goes wrong if you don't call canvas_unsetcurrent after setting
it. :) I know because I was running into all sorts of EXC_BAD_ACCESS signals
before doing it - specifically in some experiments in opening patches via
x_canvas points. Thanks for the tip, Mathieu.  I actually got a couple other
questions now that I have figured out a bit more, but I'll save it for
another thread..

Cheers,
Rich
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list