Re: [PD] Kinect mappings

2012-03-18 Thread dreamer
Why not use pix_openni to do the skeleton-tracking needed?
Then you can omit OSCeleton, which is quite limited anyway.



On Sun, Mar 18, 2012 at 3:52 AM, Pagano, Patrick
p...@digitalworlds.ufl.eduwrote:

  Hans
 I think i looked at this before. Do you have DIlib? It seems like it's not
 available yet?
 I thought i grabbed this before but that was on linux

  pp
  --
 *From:* Hans-Christoph Steiner [h...@at.or.at]
 *Sent:* Saturday, March 17, 2012 10:12 PM
 *To:* Pagano, Patrick
 *Cc:* pd-list@iem.at
 *Subject:* Re: [PD] Kinect mappings


  Check out William Brent's dilib:
 http://williambrent.conflations.com/pages/research.html

  .hc

  On Mar 13, 2012, at 1:23 PM, Pagano, Patrick wrote:

  Hello

  I am collaborating with a programmer who has developed a kinect streamer
 with windows SDK that sends data over udp.
 I am soliciting some ideas on WHAT to do with the data stream.
 We are thinking movies/models and midi, but I would love to hear some
 ideas regarding what to do with the data

  Cheers~

  pp

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





 

  The arc of history bends towards justice. - Dr. Martin Luther King,
 Jr.



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


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


Re: [PD] Kinect mappings

2012-03-18 Thread philippe boisnard
Yes

I use pix_openni, it's for me in fact, the better solution. 

p


Le 18 mars 2012 à 07:02, dreamer a écrit :

 Why not use pix_openni to do the skeleton-tracking needed?
 Then you can omit OSCeleton, which is quite limited anyway.
 
 
 
 On Sun, Mar 18, 2012 at 3:52 AM, Pagano, Patrick p...@digitalworlds.ufl.edu 
 wrote:
 Hans
 I think i looked at this before. Do you have DIlib? It seems like it's not 
 available yet?
 I thought i grabbed this before but that was on linux
 
 pp
 From: Hans-Christoph Steiner [h...@at.or.at]
 Sent: Saturday, March 17, 2012 10:12 PM
 To: Pagano, Patrick
 Cc: pd-list@iem.at
 Subject: Re: [PD] Kinect mappings
 
 
 Check out William Brent's dilib:
 http://williambrent.conflations.com/pages/research.html
 
 .hc
 
 On Mar 13, 2012, at 1:23 PM, Pagano, Patrick wrote:
 
 Hello
 
 I am collaborating with a programmer who has developed a kinect streamer 
 with windows SDK that sends data over udp.
 I am soliciting some ideas on WHAT to do with the data stream.
 We are thinking movies/models and midi, but I would love to hear some ideas 
 regarding what to do with the data
 
 Cheers~
 
 pp
  
 OSCroute_kinect4.pd___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 
 
 
 The arc of history bends towards justice. - Dr. Martin Luther King, Jr.
 
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

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


Re: [PD] alternative for quicktime

2012-03-18 Thread IOhannes m zmölnig

On 03/18/12 00:31, Patrice Colet wrote:





i don't thiunk anybody gave the gmerlin plugin a try on w32/mingw yet
(though e.g. vlc is known to work)

the usual procedure is to tell Gem's configure where to find gmerlin
(PKG_GMERLIN_AVDEC_CFLAGS and PKG_GMERLIN_AVDEC_LIBS) and hope it
will
autodetec everything


gmerlin is detected but I couldn't make it because of this:

'glutMainLoopEvent' was not declared in this scope


do something like
$ make -k
to get over non-neccessary build steps
(Gem seems to find a non-freeglut installation of glut and fails to 
build the [gemglutwindow] objectclass, which should be of no concern to you)




...

./configure --without-all



don't (if you don't want nothing :-))


compiles gem.dll but couldn't create some other library files

/filmAVI.cpp:230: undefined reference to `AVIStreamRead@28'



ah well, you disabled checks for libvfw by sepcifying (--without-all) 
and configure is not so clever as to remove filmAVI in this case yet 
(when building on w32)


fgmasdr
IOhannes

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


Re: [PD] Kinect mappings

2012-03-18 Thread William Brent
Sorry about this, I'm working on some updates and additions (including
working in pix_openni), so I've taken it down for the moment.  Let me
know off-list if you want it as is/in-progress.  I'm planning on
having it finished by early summer.


On Sat, Mar 17, 2012 at 10:52 PM, Pagano, Patrick
p...@digitalworlds.ufl.edu wrote:
 Hans
 I think i looked at this before. Do you have DIlib? It seems like it's not
 available yet?
 I thought i grabbed this before but that was on linux

 pp
 
 From: Hans-Christoph Steiner [h...@at.or.at]
 Sent: Saturday, March 17, 2012 10:12 PM
 To: Pagano, Patrick
 Cc: pd-list@iem.at
 Subject: Re: [PD] Kinect mappings


 Check out William Brent's dilib:
 http://williambrent.conflations.com/pages/research.html

 .hc

 On Mar 13, 2012, at 1:23 PM, Pagano, Patrick wrote:

 Hello

 I am collaborating with a programmer who has developed a kinect streamer
 with windows SDK that sends data over udp.
 I am soliciting some ideas on WHAT to do with the data stream.
 We are thinking movies/models and midi, but I would love to hear some ideas
 regarding what to do with the data

 Cheers~

 pp

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




 

 The arc of history bends towards justice.     - Dr. Martin Luther King, Jr.



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




-- 
William Brent
www.williambrent.com

“Great minds flock together”
Conflations: conversational idiom for the 21st century

www.conflations.com

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


Re: [PD] Re : Re : store and manipulate multiple lists

2012-03-18 Thread Frank Barknecht
Hi Benoît,

On Sat, Mar 17, 2012 at 01:26:35PM -0700, Benoît Fortier wrote:
 I'm still not familiar with data structure and pointers in pd, but I think
 I'll use your suggestion as a starting point. Thanks!

Learning data structures is a bit confusing at first, but many typical 
operations
repeat again and again in almost the same way. It's like the [f ]x[+ 1] 
counter: At first it's 
hard to understand, but later you'll just do it without thinking.

Attached is a working sort patch.

Ciao
-- 
 Frank BarknechtDo You RjDj.me?  _ __footils.org__


sort-by-first-element-help.pd
Description: application/puredata


sort-by-first-element.pd
Description: application/puredata
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] pdlua + Gem-any examples/tips?

2012-03-18 Thread ALAN BROOKER
Hi List,


Does anyone know of any examples of using Lua with Gem in anyway? I'm
interested in exploring the potential in using these two together-any
start tips most welcome.

Thanks

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


Re: [PD] Array resize : bug?

2012-03-18 Thread Ivica Ico Bukvic
 

Could you direct us to the fix?

 

I don't have the info handy-this has been something I did long before git 
(IIRC), but I think it is noted on the pre-Git changelog which means you could 
easily track it with a diff between those releases. It was either inside 
g_graph.c or g_array.c but there might be other source files involved as well.

 

HTH

 

.hc

 

On Mar 16, 2012, at 7:15 PM, Ivica Ico Bukvic wrote:





FWIW this has been fixed in L2Ork but only for the newly created arrays. 
Opening old patches requires resizing them as they are saved incorrectly in the 
patch.

Best wishes,

Ico

Ivica Ico Bukvic, D.M.A
Composition, Music Technology
Director, DISIS Interactive Sound  Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Assistant Director, CCTAD
Virginia Tech
Department of Music
Blacksburg, VA 24061-0240
(540) 231-6139
(540) 231-5034 (fax)
disis.music.vt.edu http://disis.music.vt.edu/ 
l2ork.music.vt.edu http://l2ork.music.vt.edu/ 
ico.bukvic.net http://ico.bukvic.net/ 

Jonathan Wilkes jancs...@yahoo.com wrote:

- Original Message -





 From: katja katjavet...@gmail.com


 To: pd-list@iem.at


 Cc: 


 Sent: Friday, March 16, 2012 6:35 PM


 Subject: Re: [PD] Array resize : bug?


 


 On Fri, Mar 16, 2012 at 10:35 PM, Pierre Massat pimas...@gmail.com 


 wrote:


  Hi Katja,


 


  I confirm this behaviour in windows too. So I understand that the actual


  number of samples is the same, the only difference being that they all fit


  within the GOP frame when resized by a message, whereas the last sample is


  out of the frame when the size is set upon creation.


 


  Should I report a bug? Or is there a reason to this?


 


 Oops, seems I responded off-list by accident.


 


 The initial situation with
the last sample outside the frame is


 annoying, I guess this could be reported as a bug.





In 0.43.1-extended-20120201 at least, it is definitely a bug.  When you create 
an 


array with, say 10 elements, the last one extends 20 pixels outside of the gop 
box!





-Jonathan





 


 


  2012/3/16 katja katjavet...@gmail.com


 


  Hello Pierre,


 


  With Pd-extended 0.42.5 for OSX it's similar to your description.


  However, when resizing to a low size like 10, and manually counting


  the number of 'sliders', it can be verified that the correct 


 number of


  points is visually represented.


 


  Katja


 


 


  On Fri, Mar 16, 2012 at 6:05 PM, Pierre Massat 


 pimas...@gmail.com wrote:


   Dear list,


  


   I've just noticed a strange behaviour of arrays in Pd-extended 


 0.42.5


   running in Win XP.


   When I manually create an array and set it's size through its 


 properties


   (right-click, etc.), say, to 44100 samples, the range on the X 


 axis is 0


   to


   44099. Fine.


   Now when I resize it by sending it a message (array1 resize 


 44100),


   the X


   axis now spans from 0 to 44100 (that is 44101 samples).


  


   Anybody noticed this in other versions/platforms?


  


   Cheers,


  


   Pierre.


  


  





  _  






  
Pd-list@iem.at mailing list


   UNSUBSCRIBE and account-management -


   http://lists.puredata.info/listinfo/pd-list


  


 


 


 








  _  






 Pd-list@iem.at mailing list


 UNSUBSCRIBE and account-management - 


 http://lists.puredata.info/listinfo/pd-list


 





  _  






Pd-list@iem.at mailing list


UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list

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

 




 

A cellphone to me is just an opportunity to be irritated wherever you are. - 
Linus Torvalds

 

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


[PD] ANN: pd-l2ork v.20120317 now available

2012-03-18 Thread Ivica Ico Bukvic
This release includes backported font-sizing logic, minor improvements 
to the tooltips engine, and a couple of cosmetic bug-fixes. For a 
complete list of changes please see the pd-l2ork git changelog 
(https://github.com/pd-l2ork).


L2Ork supports builds for both 32-bit and 64-bit Linux systems
and can be downloaded from the usual place:

http://l2ork.music.vt.edu/main/?page_id=56

As usual, bug reports are in high demand, so get busy and let me know of 
any potential hiccups.


--
Ivica Ico Bukvic, D.M.A
Composition, Music Technology
Director, DISIS Interactive Sound  Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Assistant Director, CCTAD
Virginia Tech
Department of Music
Blacksburg, VA 24061-0240
(540) 231-6139
(540) 231-5034 (fax)
disis.music.vt.edu
l2ork.music.vt.edu
ico.bukvic.net


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


Re: [PD] Kinect mappings

2012-03-18 Thread Pagano, Patrick
I find that openni on the Mac takes to long to register the skeleton so we are 
using processing to track and osc the joints and relationships. I was 
originally just soliciting fun ideas for the huge data stream the kinect 
provides


Patrick Pagano B.S.,M.F.A
Digital Media Engineer
UF Digital Worlds Institute
(352)294-2020


On Mar 18, 2012, at 5:49 AM, philippe boisnard 
philem...@mac.commailto:philem...@mac.com wrote:

Yes

I use pix_openni, it's for me in fact, the better solution.

p


Le 18 mars 2012 à 07:02, dreamer a écrit :

Why not use pix_openni to do the skeleton-tracking needed?
Then you can omit OSCeleton, which is quite limited anyway.



On Sun, Mar 18, 2012 at 3:52 AM, Pagano, Patrick 
p...@digitalworlds.ufl.edumailto:p...@digitalworlds.ufl.edu wrote:
Hans
I think i looked at this before. Do you have DIlib? It seems like it's not 
available yet?
I thought i grabbed this before but that was on linux

pp

From: Hans-Christoph Steiner [h...@at.or.atmailto:h...@at.or.at]
Sent: Saturday, March 17, 2012 10:12 PM
To: Pagano, Patrick
Cc: pd-list@iem.atmailto:pd-list@iem.at
Subject: Re: [PD] Kinect mappings


Check out William Brent's dilib:
http://williambrent.conflations.com/pages/research.html

.hc

On Mar 13, 2012, at 1:23 PM, Pagano, Patrick wrote:

Hello

I am collaborating with a programmer who has developed a kinect streamer with 
windows SDK that sends data over udp.
I am soliciting some ideas on WHAT to do with the data stream.
We are thinking movies/models and midi, but I would love to hear some ideas 
regarding what to do with the data

Cheers~

pp

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





The arc of history bends towards justice. - Dr. Martin Luther King, Jr.



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


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

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


[PD] [PD-announce] Pduino 0.5 maintenance release

2012-03-18 Thread Hans-Christoph Steiner

Pduino 0.5 is finally released after being stuck at 0.5beta8 for a long time.  
This is a maintenance release, it will be my last release of Pduino for the 
foreseeable future.  Roman Haefeli and Olsen Wolf are working on new 
developments for Firmata for Pd, so follow their work.

http://puredata.info/downloads/pduino/

Most recent changes are:

- use [comport] rather than [flatspace/comport] to work on Pd-extended 0.41, 
0.42, and 0.43

- fix bug in tracking state of digital inputs, there was only one 8 pin object 
to track the state for all 8 ports of 8 pins (64 total digital inputs possible).

.hc



You can't steal a gift. Bird gave the world his music, and if you can hear it, 
you can have it. - Dizzy Gillespie




___
Pd-announce mailing list
pd-annou...@iem.at
http://lists.puredata.info/listinfo/pd-announce

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