Practice Android app that lets you give pitches to a group of singers on your device.
PitchPipe is hosted in the following web site
https://github.com/adam-beneschan/PitchPipe
If you think the Android project PitchPipe listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of PitchPipe.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 2 |
Fragment Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
There are 13 image files in PitchPipe. The names of the image files are listed as follows.
apptheme_btn_default_disabled_focused_holo_dark.9.png apptheme_btn_default_disabled_holo_dark.9.png apptheme_btn_default_focused_holo_dark.9.png apptheme_btn_default_normal_holo_dark.9.png apptheme_btn_default_pressed_holo_dark.9.png btn_check_buttonless_off.png btn_check_buttonless_on.png ic_action_replay_holo_dark.png ic_action_stop.png ic_action_stop_holo_dark.png ic_launcher_bad.png ic_launcher_old.png ic_launcher_old_2.png
The following screenshort is generated from the image listed above.
PitchPipe has the following Java source files.
com.adambeneschan.pitchpipe.Chord.java com.adambeneschan.pitchpipe.ChordBuilder.java com.adambeneschan.pitchpipe.ChordPlayer.java com.adambeneschan.pitchpipe.InstrumentActivity.java com.adambeneschan.pitchpipe.InstrumentList.java com.adambeneschan.pitchpipe.MainActivity.java com.adambeneschan.pitchpipe.MainFragment.java com.adambeneschan.pitchpipe.MidiFileCreator.java com.adambeneschan.pitchpipe.MidiInstrument.java com.adambeneschan.pitchpipe.NoteButtons.java com.adambeneschan.pitchpipe.OctaveIndicators.java com.adambeneschan.pitchpipe.PitchPipeData.java com.adambeneschan.pitchpipe.PlayStoppedListener.java com.adambeneschan.pitchpipe.Utilities.java