https://github.com/hzeller/precise-pitch
Instrument tuner app. Mostly my playground to learn Android development.
https://github.com/hzeller/precise-pitch
Last synced: 8 months ago
JSON representation
Instrument tuner app. Mostly my playground to learn Android development.
- Host: GitHub
- URL: https://github.com/hzeller/precise-pitch
- Owner: hzeller
- License: other
- Created: 2013-07-29T03:13:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T05:56:27.000Z (over 10 years ago)
- Last Synced: 2024-06-17T00:18:53.505Z (over 1 year ago)
- Language: Java
- Size: 3.05 MB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![icon] Precise Pitch
---------------------My first Android development experiment, so don't expect anything nice here.
It needs some work to be fully a proper Android app.Essentially, this is a little instrument tuner and little game to practice your
scales, including feedback.## Getting started ##
With `ANDROID_HOME` set to the location of the sdk and
`JAVA_HOME` set to the jdk, connect your debug enabled phone and type:ant debug && ant installd
These are the two interesting activities
A Tuner
.. and a scale practice activity showing a histogram of how far off you are
for certain notes and gives you a final score.
[icon]: ./res/drawable-mdpi/ic_launcher_pp.png