Difference between revisions of "Elmaliki-Guitar Hero Piano Project"

From vjmedia
(Created page with "I modified the traditional EAMIR SDK Guitar Hero patch to play a melodically instead of chords. The flipper's direction alters the note that gets played by each button(Fret 1...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
I modified the traditional EAMIR SDK Guitar Hero patch to play a melodically instead of chords. The flipper's direction alters the note that gets played by each button(Fret 1 down = c, fret 1 up = d, etc). Despite that, the instrument can only play 10 notes, so I gave it C, D, D#, E, F, F#, G, A, and B flat. Those notes compose the major and minor scale and the blues counterpart. The device isn't supposed to be actually used to perform live, or replace guitars or pianos. I created it as a proof of concept, and because it would be fun to play an actual song on a guitar hero guitar.
 
I modified the traditional EAMIR SDK Guitar Hero patch to play a melodically instead of chords. The flipper's direction alters the note that gets played by each button(Fret 1 down = c, fret 1 up = d, etc). Despite that, the instrument can only play 10 notes, so I gave it C, D, D#, E, F, F#, G, A, and B flat. Those notes compose the major and minor scale and the blues counterpart. The device isn't supposed to be actually used to perform live, or replace guitars or pianos. I created it as a proof of concept, and because it would be fun to play an actual song on a guitar hero guitar.
  
 +
<mediaplayer>https://vjmedia.wpi.edu/images/7/71/Elmalik-FinalVideo.mp4</mediaplayer>
 
[[Media:Elmalik-FinalVideo.mp4]]
 
[[Media:Elmalik-FinalVideo.mp4]]
  
Line 9: Line 10:
  
 
Note: Code cutoff on the top is Manzo's EAMIR Guitar Patch. This picture only shows the stuff I added on top of it.
 
Note: Code cutoff on the top is Manzo's EAMIR Guitar Patch. This picture only shows the stuff I added on top of it.
 +
 +
 +
[[Category:Interactive Systems]] [[Category:Multimedia]] [[Category:Foundations of Music Technology (2300)]] [[Category: Advisor:Manzo]]

Latest revision as of 03:33, 9 October 2019

I modified the traditional EAMIR SDK Guitar Hero patch to play a melodically instead of chords. The flipper's direction alters the note that gets played by each button(Fret 1 down = c, fret 1 up = d, etc). Despite that, the instrument can only play 10 notes, so I gave it C, D, D#, E, F, F#, G, A, and B flat. Those notes compose the major and minor scale and the blues counterpart. The device isn't supposed to be actually used to perform live, or replace guitars or pianos. I created it as a proof of concept, and because it would be fun to play an actual song on a guitar hero guitar.

The media player is loading...

Media:Elmalik-FinalVideo.mp4


Picture of my code in Max:

alt text

Note: Code cutoff on the top is Manzo's EAMIR Guitar Patch. This picture only shows the stuff I added on top of it.