View Single Post
Old 10-08-2007, 12:17 AM   #4 (permalink)
jaeusm
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: Pulling my hair out over this program(GH2 Synth)

Quote:
How would I have certain keypresses play and loop certain sounds?
Capture the keyboard input to determine which key(s) was pressed. Based on the key, play a sound.

Quote:
I was actually thinking of doing this in Flash. Do you think this is feasible?
If you want to use the method from the video (Microsoft's DirectSound) then you'll have to determine if flash can use that technology.
jaeusm is offline