Difference between revisions of "AdamFoxFinalProject"
From CSWiki
(→Adam Fox's Final Project: Guitar Hero Interface) |
(→How to Play the Rhythm Guitar) |
||
Line 17: | Line 17: | ||
Once the .startPlaying method is accessed, the interactive mode is turned on. | Once the .startPlaying method is accessed, the interactive mode is turned on. | ||
− | *Holding down buttons 1-4 correspond to | + | *One can perform a "strum" with button 8. It is possible to strum in either direction, up or down. |
− | * | + | *Holding down buttons 1-4 correspond to six different chords in one key; the default key is C. The guitar does not support diminished triads or diminished 7th chords. |
+ | *Simultaneously holding the A button will alter the chord. (The "most common alteration" is used) | ||
+ | *Button 6 shifts the key up one half step. Button 7 shifts the key down one half step. | ||
=== What to include on your project page === | === What to include on your project page === |
Revision as of 15:46, 13 May 2008
Contents
Adam Fox's Final Project: Guitar Hero Interface
For my final project, I used ChucK to build an two different instruments that can be played with a Guitar Hero controller.
Rhythm Guitar Hero
The first instrument uses the Karplus Strong algorithm to simulate a six-string acoustic guitar that strums chords. The chords are preprogrammed, such that each voicing is consistent with that of a real acoustic guitar. Some of the methods implemented for the class RhythmGuitarHero are:
- .capo(int, READ/WRITE) ... tunes the guitar up by half-steps, simulating a capo
- .setStrumSpeed(float, READ/WRITE) ... sets the strum speed (0 is instantaneous, 1 is a slow arpeggio)
- .startPlaying() ... puts the guitar in interactive mode, allowing live performance
How to Play the Rhythm Guitar
Once the .startPlaying method is accessed, the interactive mode is turned on.
- One can perform a "strum" with button 8. It is possible to strum in either direction, up or down.
- Holding down buttons 1-4 correspond to six different chords in one key; the default key is C. The guitar does not support diminished triads or diminished 7th chords.
- Simultaneously holding the A button will alter the chord. (The "most common alteration" is used)
- Button 6 shifts the key up one half step. Button 7 shifts the key down one half step.
What to include on your project page
- A description of your project
- Your code
- If it's short, you can make a new page for it like this one
- Or, if there's a lot of it, put it in a .zip file so that people can upload it.
- We suggest: put it in your public_html directory on your network drive, then make a link, e.g. to http://www.princeton.edu/~yourname/yourfile.zip. Let us know if you need any help!
- Instructions on how to run your code
- A sound (or video!) recording of your piece, if possible
- See directions above on putting it on your network drive and linking to it