OSDN Git Service

Added some remarks
authorHideki Saito <hidekis@gmail.com>
Wed, 10 Jun 2009 02:40:56 +0000 (19:40 -0700)
committerHideki Saito <hidekis@gmail.com>
Wed, 10 Jun 2009 02:40:56 +0000 (19:40 -0700)
src/hsware/HSTempo/HSTempo.java

index 0f581b8..a391f44 100644 (file)
@@ -80,6 +80,8 @@ public class HSTempo extends Activity {
         setContentView(R.layout.main);
        
         // Listen for Beat Button Clicks
+        // Currently it listens for click event, which makes this a bit inaccurate.
+        // Fix is underway.
         Button beatbutton = (Button)findViewById(R.id.BeatButton);
         beatbutton.setOnClickListener(onBeatPress);