Re: [PD] UDP vs TCP, for OSC networking

2014-01-13 Thread Ryan Smith
Pretty much. TCP ensures that every packet gets there intact. You have
a back and forth between the server of the packet and the client to
make sure. UDP just sends the packet where you ask, and doesn't
confirm whether it makes it at all. Generally for most OSC use the
number of packets you're sending isn't going to be high enough that
packet loss is an issue and most people use UDP since it will be
faster. Then if you're running into packet loss, for whatever reason,
try switching to TCP.

On Mon, Jan 13, 2014 at 2:44 PM, Scott R. Looney scottrloo...@gmail.com wrote:
 hi, i'm not an expert on PD but my feeling was that TCP does error checking
 while UDP does not, and that at least is one reason why TCP should be slower
 than UDP in a typical networking situation.

 scott


 On Mon, Jan 13, 2014 at 2:20 PM, Jonghyun Kim agitato...@gmail.com wrote:

 Hi list,

 I'm sending data between two computers, in every 10ms. For fast
 networking, TCP is better result? I don't know which is better. Most
 tutorials show example of OSC with UDP. Why?

 Thanks,
 Jong

 ___
 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] My personal GEM preview inside a patch...

2013-06-23 Thread Ryan Smith
I can confirm that it works for me. xubuntu, pd-extended 0.43.4, gem
0.93.3. So, a similar setup. I'm using a ps3 eye camera for the input.
I changed the rate on the metro and managed to get about 10 fps on
mine. :D
Very awesome. Nice work.

On Sun, Jun 23, 2013 at 1:31 PM, Olivier Baudu oliv...@labomedia.net wrote:
 I've received few messages asking me if it's a joke... :-°

 Well...
 It's a kind of joke because it is useless...
 (I redraw the GEM stream in hundred of 2x2 canvas)

 But it's not joke in the way that it really works on my laptop / Linux Mint
 DE / Pd-extended 0.43.4 / GEM 0.93 at 4 fps...

 Sorry if I've crashed your OS with my stuff...

 Cheers...

 01ivier

 Le 23.06.2013 17:33, Olivier Baudu a écrit :

 Hi list,

 I want to share with you a big victory for me... :-p
 I've succeeded in visualizing image/video GEM stream inside my patch
 (at 4 fps !!).

 Well...
 You can't really do anything else when the automatic mode is on... :-D
 ... but I'm so proud, you know.

 Patch attached.
 Screenshot here : http://codelab.fr/4343#p23267

 Cheers

 01ivier


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


 --
 On ne peut pas vivre dans un monde où l'on croit que l'élégance exquise du
 plumage de la pintade est inutile. Ceci est tout à fait à part. J'ai eu
 envie de le dire, je l'ai dit. Jean Giono, Un roi sans divertissement.

 ___
 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] 2D slider

2013-04-09 Thread Ryan Smith
The grid object would probably work for you.

On Tue, Apr 9, 2013 at 3:26 PM, Thomas Mayer tho...@residuum.org wrote:
 Hello,

 is there a 2D slider object, similar to a combination of a hslider and
 vslider, something like the Kaoss Pad touchscreen?

 Thanks,
 Thomas
 --
 Chaney was aware that anything, however small, can get the eye of the
 media if it's repulsive enough. (Robert Anton Wilson - The Universe
 Next Door)
 http://www.residuum.org/

 ___
 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] Webcam recommendations (linux/osx)

2012-12-19 Thread Ryan Smith
I've had good success with the playstation eye cameras. They've had
kernel support in linux for a while, are easy to find, work well in
low light, and have lots of resolution and frame rate options. In my
opinion, for the price, you'll have a hard time finding something as
good. Focus and zoom isn't super flexible, but there is some room to
work. The lens rotates and essentially has two settings, one a closer
zoomed tight field of view, and a second wider view. I've used two at
the same time. I've tried 3 playstation eye cams at the same time and
some combos using a kinect as a video source too but I've never
managed to get more than two usb video devices working at the same
time. YMMV I've got a couple of patches up on my github where I use
two of the playstation eye cams at the same time.
https://github.com/goldfish

On Wed, Dec 19, 2012 at 8:21 AM, Martin Eckart imart...@gmail.com wrote:
 I'd like to do some live visuals and am looking for a suitable webcam to use
 with pd in linux (or osx).  If possible I'd like to be able to set the focus
 and zoom manually (since it'll stand only a few inches away from the
 object).

 Anyone have recommendations for cameras they've used?

 ___
 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] can anyone make screencasts of 0.43 editing features?

2012-12-04 Thread Ryan Smith
I posted a video on youtube showing off a couple of the new editing
features. Autopatch, Autotips, Magic Glass and Perf Mode. Once I get
my feet wet with tcl, and play around with the tcl entry field I'll
try to put together one demoing that and the other new main pd window
features.
http://youtu.be/eMhfSu3vuvQ

On Tue, Nov 20, 2012 at 11:58 AM, Hans-Christoph Steiner h...@at.or.at wrote:

 I would love to see a video of the new editing features in Pd-extended 0.43, 
 but I've never really done any screencast recording.  Anyone want to take 
 this on?  It could be anything from making a complete, narrative movie, or 
 just recording the clips and posting them so someone else can edit them into 
 a full narrative.

 Here's a description of some of them:
 http://puredata.info/Members/hans/new-editing-features-of-pd-extended-0-43-now-in-beta

 .hc
 ___
 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] Browse/Search plugin update

2012-12-01 Thread Ryan Smith
This was the first gui plugin I installed since trying out the beta.
Works great for me on the latest xubuntu.

On Sat, Dec 1, 2012 at 10:50 AM, Jonathan Wilkes jancs...@yahoo.com wrote:
 Added a little documentation on puredata.info:

 https://puredata.info/Members/jancsika/helpbrowser2.0/

 -Jonathan

 ___
 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