In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Metronome"

From WiiBrew
Jump to navigation Jump to search
m (added versions area)
m (added date)
Line 41: Line 41:
 
|-
 
|-
 
! Version
 
! Version
 +
! Date
 
! Changes
 
! Changes
 
|-
 
|-
 
| 1.1
 
| 1.1
 +
|
 
| Translated source from C to C++  
 
| Translated source from C to C++  
 
|-
 
|-
 
|-
 
|-
 
| 1.0
 
| 1.0
 +
| 8/31/2008
 
| Public release  
 
| Public release  
 
|-
 
|-

Revision as of 02:29, 31 December 2008

Metronome
Metronome.png
General
Author(s)Westy92
TypeUtilities
Version1.1
Links
[[Here|Download]]
Source
Peripherals
Wiimote1.svg

This is the first metronome ever coded for the Wii game system. This application will help you keep a tempo while practicing an instrument.

Wiimote

Button Action
Wiimote 1 Button Sets Maximum BPM (250)
Wiimote 2 Button Sets Minimum BPM (30)
Wiimote D-Pad Up Adds 10 BPM
Wiimote D-Pad Down Subtracts 10 BPM
Wiimote D-Pad Right Adds 1 BPM
Wiimote D-Pad Left Subtracts 1 BPM
Wiimote HOME Button Returns to Loader

Versions

Version Date Changes
1.1 Translated source from C to C++
1.0 8/31/2008 Public release

Disclaimer

Please note I take 'no' responsibility for the use of this software, If you find a bug, I will try to fix it for the next release.


Special Thanks

I would like to thank EVERYONE who has helped me, from #wiidev and #wiihelp. Without you guys, none of this (my first project) would have ever been possible. I hope I will continue developing as long as I can. Also special thanks to my snare drum/drum set instructor for telling me to get a metronome, thus starting my wonderful idea to make my own. Thanks again to everyone!