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
 
(36 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title = Metronome
 
| title = Metronome
| image = [[Image:Metronome.png|128px]]
+
| image = [[File:Metronome.png|128px]]
| description = A Metronome for the Wii
+
| type = utility
| type = Utilities
 
 
| author = [[User:Westy92|Westy92]]
 
| author = [[User:Westy92|Westy92]]
| display = NTSC
+
| version = 1.3
| version = 1.0
+
| licence = GPL
| download = [[Image:Metronome.zip|Metronome.zip]]
+
| download = http://code.google.com/p/wii-metronome/downloads
| source = soon
+
| source = https://github.com/westy92/Wii-Metronome
 +
| website = http://code.google.com/p/wii-metronome/
 
| peripherals = {{Wiimote1}}
 
| peripherals = {{Wiimote1}}
| hbc = 1
+
| hbb = yes
 +
| osc        = yes
 
}}
 
}}
 
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 ==
 +
 +
{| class="wikitable"
 +
|-
 +
! {{Wiimote}} !! Action
 +
|-
 +
| {{Wiimote1Button}} || Sets Maximum BPM (300)
 +
|-
 +
| {{Wiimote2Button}} || Sets Minimum BPM (30)
 +
|-
 +
| {{WiimotePlusButton}} || Adds 10 BPM
 +
|-
 +
| {{WiimoteMinusButton}} || Subtracts 10 BPM
 +
|-
 +
| {{WiimoteHomeButton}} || Returns to Loader
 +
|}
 +
 +
== History ==
 +
 +
{| class="wikitable" style="margin-left:auto; margin-right:auto; width:100%; text-align:left; font-size:90%;"
 +
|-
 +
! Version
 +
! Date
 +
! Changes
 +
|-
 +
| 1.3
 +
| 12/8/2010
 +
| Added a much awaited GUI and a practice timer!
 +
|-
 +
| 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
 +
| First release.
 +
|-
 +
|}
 +
 +
== To Do ==
 +
 +
{| class="wikitable"
 +
|-
 +
! To Do
 +
|-
 +
| Add Wiimote LED blink on beat. - Apparently hard to do without a major hack.
 +
|-
 +
| 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.

Latest revision as of 19:20, 8 April 2021

Metronome
Metronome.png
General
Author(s)Westy92
TypeUtility
Version1.3
LicenceGPL
Links
Download
Website
Source
Downloadable via the Homebrew Browser
Downloadable via the Open Shop Channel
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

Wiimote.svg Action
Wiimote 1 Button Sets Maximum BPM (300)
Wiimote 2 Button Sets Minimum BPM (30)
Wiimote + Button Adds 10 BPM
Wiimote - Button Subtracts 10 BPM
Wiimote HOME Button Returns to Loader

History

Version Date Changes
1.3 12/8/2010 Added a much awaited GUI and a practice timer!
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 First release.

To Do

To Do
Add Wiimote LED blink on beat. - Apparently hard to do without a major hack.
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.