Difference between revisions of "Metronome"
Jump to navigation
Jump to search
m (added bugs...section) |
m (added 1.2) |
||
Line 6: | Line 6: | ||
| author = [[User:Westy92|Westy92]] | | author = [[User:Westy92|Westy92]] | ||
| display = NTSC | | display = NTSC | ||
− | | version = 1. | + | | version = 1.2 |
| download = [http://code.google.com/p/wii-metronome/ Here] | | download = [http://code.google.com/p/wii-metronome/ Here] | ||
− | | source = | + | | source = [http://code.google.com/p/wii-metronome/ Here] |
| peripherals = {{Wiimote1}} | | peripherals = {{Wiimote1}} | ||
| hbc = 1 | | hbc = 1 | ||
Line 43: | Line 43: | ||
! Date | ! Date | ||
! Changes | ! Changes | ||
+ | |- | ||
+ | | 1.2 | ||
+ | | 1/1/2009 | ||
+ | | Added tempo markings, removed delay when changing bpm. | ||
|- | |- | ||
| 1.1 | | 1.1 | ||
| 11/15/2008 | | 11/15/2008 | ||
| Translated source from C to C++ | | Translated source from C to C++ | ||
− | |||
|- | |- | ||
| 1.0 | | 1.0 | ||
Line 59: | Line 62: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
− | ! | + | ! To Do |
|- | |- | ||
| Add a GUI. | | Add a GUI. | ||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| Add ability to subdivide beats. | | Add ability to subdivide beats. |
Revision as of 22:20, 31 December 2008
Metronome | |
![]() | |
General | |
---|---|
Author(s) | Westy92 |
Type | Utilities |
Version | 1.2 |
Links | |
[[Here|Download]] | |
[[Here|Source]] | |
Peripherals | |
![]() |
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 |
---|---|
![]() |
Sets Maximum BPM (250) |
![]() |
Sets Minimum BPM (30) |
![]() |
Adds 10 BPM |
![]() |
Subtracts 10 BPM |
![]() |
Adds 1 BPM |
![]() |
Subtracts 1 BPM |
![]() |
Returns to Loader |
History
Version | Date | Changes |
---|---|---|
1.2 | 1/1/2009 | Added tempo markings, removed delay when changing bpm. |
1.1 | 11/15/2008 | Translated source from C to C++ |
1.0 | 8/31/2008 | Public release |
To Do
To Do |
---|
Add a GUI. |
Add ability to subdivide beats. |
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!
Bugs
Please report any bugs here. I will fix them as soon as possible.