Harmonica game Sneek peak

wallmasterr

Active member
Im working on a digital harmonica controller for the nes and tryign to make a game to play music at first. I will branch out to guitar hero style thing later on.
Heres the basics of the harmonica controller
https://twitter.com/Wallmasterr/status/1262139799093248003

Iv hit a small bug with the playing of a sound though. All the button sounds are the same.

Iv made a different song for each note in fami tracker
then made a different script to play each note
Code:
PlaySound #SND_NOTE1
iv got from one to 6 for each of these

SFXshot.PNG


input.PNG


All the sounds apear to be using note4
the sounds sound right in the preview thing with the play byutton in nes maker

here's the rom so far
http://lowtek.co.uk/flea/harmonicagame.nes

What am i doing wrong here?
 

dale_coop

Moderator
Staff member
Don't know... how are your play note scripts?
Make sure every script has its RTS line at the end.
 

wallmasterr

Active member
https://twitter.com/Wallmasterr/status/1264606411163676672
heres a gif of it in action. u cant hear the notes but they work :)
 

Dirk

Member
Very cool idea! At first I thought this would be a fun gimmick for speed runners, but then it made me think. Paralyzed people could use this kind of control at least for some types of game, like a runner game where you basically only need to jump. I guess with some logic you could also play the harmonica game with two mics.
 
Top Bottom