Re: key capture

2009-02-02 Thread Rhodri James
On Mon, 02 Feb 2009 10:45:21 -, Tino Wildenhain wrote: Hi, swamynathan wrote: hello, im making a virtual piano in python where on key stroke a wav is played from a location now to implement a fully functional piano i need to have multiple key stroke captures ie if 2 or 3 keys pressed th

Re: key capture

2009-02-02 Thread Tino Wildenhain
Hi, swamynathan wrote: hello, im making a virtual piano in python where on key stroke a wav is played from a location now to implement a fully functional piano i need to have multiple key stroke captures ie if 2 or 3 keys pressed then the function which playes the wav is called with 3 param

key capture

2009-02-01 Thread swamynathan
hello, im making a virtual piano in python where on key stroke a wav is played from a location now to implement a fully functional piano i need to have multiple key stroke captures ie if 2 or 3 keys pressed then the function which playes the wav is called with 3 parameters how to implement this