Please help support the site by donating at the link below.https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8ZRU34U47BESW
This should be very easy to do, wiring wise. The strum is not the dpad, btw. Take the guitar and wire one of the legs of one of the buttons on the strum bar and connect that to the common ground trace on the fret board. Take the other leg of the strum bar button and wire that to each of the 5 fret key traces. Problem solved. I was going to do something along these lines so I could use a 360 controller with GHWT instead of the guitar, but I never got around to doing it. I might now, though.
if strum is not up/down on dpad why does the strum move you up and down when on your friends list??
I believe a simple PIC program would work best, and here is why:If you simply run the fret sginals right to the strum (I have no idea if up->down->up is a required thing in these games) then the moment you press any fret, the strum is triggered. But what if you need to press 2 frets? The strum is triggered wit a single fret, so the chances of pressing both frets EXACTLY at the same time are slim. But if you use a PIC, you can make it delay a small amount of time (100 milliseconds or so) before it triggers the strum and gives you just enough time to fully press both frets before the game see the strum signal.As far as the PIC program is concerned, its an easy program.