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