Re: [PD] Pd-list Digest, Vol 120, Issue 36

2015-03-11 Thread Dan Wilcox
If you're already using liblo (which is a great library BTW), you don't need oscpack. They both work with OSC. I think you're missing some understanding on the fundamentals of OSC. An OSC message has an address and a number of arguments, so a list in OSC will just be a message with that number of

Re: [PD] GEM Motion Capture

2015-03-11 Thread IOhannes m zmölnig
On 03/11/2015 08:45 PM, Joshua Curley wrote: I also am using the latest updated from Apple: Yosemite most likely this is the problem. Gem still uses QuickTime for accessing the video devices on OSX, and afaik, yosemite has finally abandoned QT even on i386. so i think there are a number of

[PD] svg script (with pdlua?)

2015-03-11 Thread João Pais
Hello list, I wanted to create an svg file using Pd, but it's a bit hard, as the character , can't be used by [textfile]. There could be some ways to circumvent this such as using another character and change it in a text editor. But I would like to ask if there is any other examples, e.g.

Re: [PD] communicating with c++ app using OSC

2015-03-11 Thread puredata
liblo is quite easy to include in a c++ project: http://liblo.sourceforge.net/examples/example_client.c.html ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] communicating with c++ app using OSC

2015-03-11 Thread Py Fave
i have seen this used successfully on c++ side oscpack -- Open Sound Control packet manipulation library http://www.audiomulch.com/~rossb/code/oscpack 2015-03-11 8:56 GMT+01:00 Jamie Bullock ja...@jamiebullock.com: Hi Paul, std::vector doesn't make a good container for OSC messages, as

Re: [PD] communicating with c++ app using OSC

2015-03-11 Thread Jamie Bullock
Hi Paul,std::vector doesn't make a good container for OSC messages, as message argument types aren't generally contiguous (a message could be two ints and a float, for example).Instead you need some intermediate data structures to handle argument lists, introspecting types from arguments and

[PD] maximum control rate in Pd

2015-03-11 Thread Alexandre Torres Porres
Hi, I'm wondering about what's the maximum control rate that Pd can work for managing control data. I guess this may differ for different objects, but thre may be a general rule I guess. By the way, I see metro doesn't seem to bang in times that are less than 1 ms, right? curiously, [line]

Re: [PD] GEM Motion Capture

2015-03-11 Thread IOhannes zmölnig
Am 11. März 2015 23:24:29 MEZ, schrieb Jaime E Oliver jaime.oliv...@gmail.com: So what is the newest version of OS X with which GEM will work? I have mavericks installation that appears to work fine, but i'm no expert in the shallow depths of osx mfg.ugd.fhj IOhannes -- Sent from my pdp-11

Re: [PD] GEM Motion Capture

2015-03-11 Thread Luiz Naveda
Hey Josh, colleagues, Curiously, I had the same surprise today in front of students :-( I am trying to find a solution too. For now you could try another software for video processing and then send blob information to PD: Processing via OSC?