Search the web
Sign In
New User? Sign Up
p5glove · P5 Glove Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3159 - 3188 of 3927   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3159
That is exactly what I had in mind. Writing a a binary compiler/decompiler for a toy glove is much easier. Especially for such a simple protocol. E.g. the...
ochrist
olaf22339
Offline Send Email
Sep 1, 2006
10:15 am
3160
That is exactly what I had in mind. Writing a a binary compiler/decompiler for a toy glove is much easier. Especially for such a simple protocol. E.g. the...
ochrist
olaf22339
Offline Send Email
Sep 1, 2006
10:23 am
3161
Uuuuummmm. Ok, I'm getting the sense you haven't played with OSC or Tim's p5OSC. You should take a look at them. You're just sorta rehashing what's already...
Pan
srn_pan
Offline Send Email
Sep 1, 2006
12:37 pm
3162
I am not intending to implement such a protocol, on byte or xml level. I just think, that the byte level is nothing to be afraid of. If there already is...
ochrist
olaf22339
Offline Send Email
Sep 1, 2006
2:28 pm
3163
I'm going to step out here and agree with Pan. I'm mostly a musician, but I do a decent amount of webdesign and making movies, flash stuff, 3d models, etc. I...
Jeremy Stacy
aamanodnb
Offline Send Email
Sep 1, 2006
5:16 pm
3164
doesn't it already work like tat? w/o the "if" part? dreadedkane wrote: > > Just like the subject says how would I code this? > I have gotten this far: > > if...
Nils Berg
t045tbr0t
Offline Send Email
Sep 2, 2006
2:53 am
3165
... I've written both OSC and XML parsers and I can assure you the XML one was more complex. ... OSC parsers are also everywhere these days. ... I don't...
Ross Bencina
ross_bencina
Offline Send Email
Sep 2, 2006
5:40 am
3166
This is a non-argument. If you were using XML you would use a standard XML api like DOM or SAX. If you're using a binary format like OSC you use a standard OSC...
Ross Bencina
ross_bencina
Offline Send Email
Sep 2, 2006
5:50 am
3167
if not p5.xxxnn then Mouse.x = p5.x/512 Mouse.y = -p5.y/512 end if if p5.xxxnn then Mouse.x = Mouse.x Mouse.y = Mouse.y end if seems to work, bit slow though...
roid
roidddddddd
Online Now Send Email
Sep 2, 2006
6:32 am
3168
... Using DOM on 11 arguments? ... I think a subset will. Time will tell. ... I don't play video/computer games, so haven't really noticed. Most of my work is...
Pan
srn_pan
Offline Send Email
Sep 2, 2006
6:36 am
3169
... Perhaps it's a question of familiarity and access. How many people are familiar with DOM? How many are familiar with OSC? How many default...
Pan
srn_pan
Offline Send Email
Sep 2, 2006
6:43 am
3170
... For that person, a good choice would either be to integrate the P5 input into the tool that would make it possible to use that tool's GUI to use it, e.g....
Reed Hedges
stranger2323
Offline Send Email
Sep 2, 2006
9:37 pm
3171
Hi Pan We'll have to agree to disagree on the engineering issues surrounding XML.. you seem to think a real-time control application has the same requirements ...
Ross Bencina
ross_bencina
Offline Send Email
Sep 3, 2006
9:41 am
3172
That makes the cursor stop moving but when I move the glove and straighten out my fingers the cursor jumps to where it would be if I hadn't done the gesture...
dreadedkane
Offline Send Email
Sep 4, 2006
4:52 pm
3173
Most of the spam ends up in the bulk folder for me and I don't even see it :-) ... sub-branch ... the spam. ... accidentally ... for me, ... will be ... from...
dreadedkane
Offline Send Email
Sep 5, 2006
4:54 am
3174
That's because it's using Absolute mode and the centerpoint doesn't drift, so there's no need to recenter it. You could use a variable to offset the...
roid
roidddddddd
Online Now Send Email
Sep 5, 2006
5:20 am
3175
I want to use it for online gaming because the hardware mouse mode jumps around when I move my hand quickly, with this script it doesn't do that so I just need...
dreadedkane
Offline Send Email
Sep 5, 2006
3:13 pm
3176
Can anyone tell me how to get the TTS voice 'Mary' to work with this program? I have the TTS voice on my computer from a program called CoolSpeech. I just...
imasho_eiji88
Offline Send Email
Sep 8, 2006
4:59 am
3177
Hi - Anyone have a borland version of P5DLL.lib? If not, is the source available? Thanks, Kevin...
kevinchugh
Offline Send Email
Sep 8, 2006
5:02 am
3178
in windows, under Control Panel --> Speech --> Text To Speech (tab) here ...
roid
roidddddddd
Online Now Send Email
Sep 8, 2006
6:05 am
3179
I have found the source and compiled a borland .lib if anyone wants it. Kevin...
kevinchugh
Offline Send Email
Sep 8, 2006
1:35 pm
3180
Sounds handy http://scratchpad.wikia.com/wiki/P5_Glove:SDKs%2C_Wrappers_and_Translators Can you upload it to the yahoogroup's file section?...
roid
roidddddddd
Online Now Send Email
Sep 8, 2006
3:45 pm
3181
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the p5glove group. File : /p5dll...
p5glove@yahoogroups.com
Send Email
Sep 8, 2006
5:41 pm
3182
sure can, i just joined and didn't know there was a file upload area. any advice for a jittery glove? i'm using the nytric drivers and just holding my hand ...
K. Chugh
kevinchugh
Offline Send Email
Sep 8, 2006
6:00 pm
3183
Hi, Does anyone have the SDK Hand or Knight project ready to use for Borland C++ Builder? I was using the DLL earlier, but now I need to use all the date...
wez_mnie
Offline Send Email
Sep 9, 2006
12:18 am
3184
Use the DualMode divers instead. They enable absolute mode and an adjustable deadzone to reduce jitter. They can be downloaded here: ...
roid
roidddddddd
Online Now Send Email
Sep 9, 2006
6:04 am
3185
Ok, so I have read up on FLOSC and it looks very promising. The only issue is, I am a PC Max/MSP user. Everything out there says Max/MSP requires an...
Jeremy Stacy
aamanodnb
Offline Send Email
Sep 9, 2006
4:59 pm
3186
Over Labor Day weekend I had the opportunity to do a live show incorporating the P5 at Family Reunion 8 in Black River Falls, WI. I have been doing live mix...
Jeremy Stacy
aamanodnb
Offline Send Email
Sep 9, 2006
5:21 pm
3187
well, when I go into speech properties it only has MS Sam as a TTS Voice. How do I fix that?...
imasho_eiji88
Offline Send Email
Sep 10, 2006
10:16 pm
3188
http://www.cnmat.berkeley.edu/OpenSoundControl/Max/ This should help you out. Cheers Tim...
Tim Kreger
xlerb12
Offline Send Email
Sep 10, 2006
11:56 pm
Messages 3159 - 3188 of 3927   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help