Metronome: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
WiibrewBot (talk | contribs) m Robot: Cosmetic changes |
||
Line 1: | Line 1: | ||
{{Infobox homebrew | {{Infobox homebrew | ||
| title = Metronome | | title = Metronome | ||
| image = [[ | | image = [[File:Metronome.png|128px]] | ||
| type = utility | | type = utility | ||
| author = [[User:Westy92|Westy92]] | | author = [[User:Westy92|Westy92]] | ||
Line 14: | Line 14: | ||
This is the first metronome ever coded for the Wii game system. This application will help you keep a tempo while practicing an instrument. | 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== | == Wiimote == | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 35: | Line 35: | ||
|} | |} | ||
==History== | == History == | ||
{| class="wikitable" style="margin-left:auto; margin-right:auto; width:100%; text-align:left; font-size:90%;" | {| class="wikitable" style="margin-left:auto; margin-right:auto; width:100%; text-align:left; font-size:90%;" | ||
Line 57: | Line 57: | ||
|} | |} | ||
==To Do== | == To Do == | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 73: | Line 73: | ||
|} | |} | ||
==Disclaimer== | == 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. | 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== | == Special Thanks == | ||
I would like to thank EVERYONE who has helped me, from #wiidev and #wiihelp. | 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== | == Bugs == | ||
Please report any bugs here. | Please report any bugs here. I will fix them as soon as possible. |
Revision as of 18:14, 10 August 2009
Metronome | |
![]() | |
General | |
---|---|
Author(s) | Westy92 |
Type | Utility |
Version | 1.2 |
Licence | GPL |
Links | |
Download | |
Website | |
Source | |
Downloadable via the Homebrew Browser | |
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
![]() |
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 Wiimote LED blink on beat. - Apparently hard to do without a major hack. |
Add ability to subdivide beats. |
Add a practice timer. |
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.