Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Pulling my hair out over this program(GH2 Synth)
Closed Thread
Old 10-06-2007, 11:31 PM   #1 (permalink)
 
True Techie

Join Date: Jul 2006

Posts: 175

krazy_taco

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

First of all, check out YouTube - Make Music with Guitar Hero Controller

I'm trying to figure out this program, but I only have a minor knowledge of java (I can build basic algorithm programs and such). This guy did it in C#, which I am currently attempting, but I cannot even make a hello world. Does anyone have an alternative to coding my own program, or would like to work on this with me?
__________________
http://fc03.deviantart.com/fs19/f/2007/227/1/9/HPH_sig__v_Corrupt__MC_FT_by_HawtPawkitHero.png
krazy_taco is offline  
Old 10-07-2007, 12:29 AM   #2 (permalink)
 
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)

C# syntax is nearly the same as Java. However, the code to accomplish what is shown in the video seems relatively simple, so you may be able to use J#, which is essentially Java for .NET.
jaeusm is offline  
Old 10-07-2007, 01:17 PM   #3 (permalink)
 
True Techie

Join Date: Jul 2006

Posts: 175

krazy_taco

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

Although I'm in very basic levels of learning Java, I know nothing on interactions of keys and sounds. I only know inputs and variables and that kind of thing (I'm learning from an old guy in my high school -.-'). How would I have certain keypresses play and loop certain sounds?

I was actually thinking of doing this in Flash. Do you think this is feasible?
__________________
http://fc03.deviantart.com/fs19/f/2007/227/1/9/HPH_sig__v_Corrupt__MC_FT_by_HawtPawkitHero.png
krazy_taco is offline  
Old 10-08-2007, 12:17 AM   #4 (permalink)
 
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  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On