keyname doesn't work when I type numbers. How can I select symbols like "3"?
you can also just use the 'key' object and select the ascii equivalent to the '3' character (which would be 51). -mark k,
On Tue, 19 Mar 2002, IOhannes m zmoelnig wrote:
jfm3 wrote:
keyname doesn't work when I type numbers. How can I select symbols like "3"?
"atoi", part of zexy but other symbols (like "a") will then be converted to "float 0"
mfg.btre.asd IOhannes
Has anyone had any success using Gem with the Voodoo3 based cards? I've tried several different drivers. I've also put serveral different openGL32.dll's into bin directory (the one with pd.exe). PD/Gem starts up okay, but when I open a sample patch and hit render it goes so unbelievebly slow I can barely move my mouse. If anyone has any suggestions for things I could try it would be greatly appreciated
Jordan
p.s. I have a 3DFX Voodoo3 2000 PCI based card.
----- Original Message ----- From: "Mark Khemma" mkhemma@orion.it.luc.edu To: "IOhannes m zmoelnig" zmoelnig@iem.kug.ac.at Cc: "jfm3" jfm3@ouroboros-complex.org; < > Sent: Tuesday, March 19, 2002 3:17 PM Subject: Re: [PD] keyname
you can also just use the 'key' object and select the ascii equivalent to the '3' character (which would be 51). -mark k,
On Tue, 19 Mar 2002, IOhannes m zmoelnig wrote:
jfm3 wrote:
keyname doesn't work when I type numbers. How can I select symbols
like
"3"?
"atoi", part of zexy but other symbols (like "a") will then be converted to "float 0"
mfg.btre.asd IOhannes
I had a Voodoo Banshee once, however it was not able to render into a window - so I was no success. I don't know about the Voodoo3 though (being able to render into a window). The screen had to be set to 16bit resolution for OpenGL operations, otherwise it would use software rendering instead. I also placed openGL32.dll on top of the native software renderer dll which resides in \windows\system.
HTH Soeren
Has anyone had any success using Gem with the Voodoo3 based cards? I've tried several different drivers. I've also put serveral different openGL32.dll's into bin directory (the one with pd.exe). PD/Gem starts up okay, but when I open a sample patch and hit render it goes so
unbelievebly
slow I can barely move my mouse. If anyone has any suggestions for things
I
could try it would be greatly appreciated
Oops... it's a problem that you can't just "sel 3" for example... I'll see if I can think of a better way than having to run atoi on it...
cheers Miller
On Tue, Mar 19, 2002 at 09:44:55PM +0100, IOhannes m zmoelnig wrote:
jfm3 wrote:
keyname doesn't work when I type numbers. How can I select symbols like "3"?
"atoi", part of zexy but other symbols (like "a") will then be converted to "float 0"
mfg.btre.asd IOhannes