= Tonality - a free piano (C) Sascha Lüdecke sascha@currit.net :toc:
== About
image:app/src/main/res/mipmap-xxhdpi/ic_launcher.png[]
Tonality is a simple piano keyboard. It allows to highlight scales based on a root note and can label intervals for you. This makes learning of scales much easier.
Copyright (C) 2019 Sascha Lüdecke sascha@meta-x.de
Tonality is based on:
[%hardbreaks] Semitone - tuner, metronome, and piano for Android by Andy Tockman andy@tck.mn Official website: https://tck.mn/semitone/
=== Getting Tonality
image:https://f-droid.org/badge/get-it-on.png[Get it on F-Droid, height=75, link="https://f-droid.org/packages/net.currit.tonality/"] image:https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png[link="https://play.google.com/store/apps/details?id=net.currit.tonality", Get it on Google Play, height=75]
image:https://img.shields.io/f-droid/v/net.currit.tonality[] image:https://img.shields.io/github/tag/sluedecke/tonality[] image:https://img.shields.io/github/issues/sluedecke/tonality["Tonality issues",link="https://github.com/sluedecke/tonality/issues"] image:https://img.shields.io/github/license/sluedecke/tonality["Tonality license",link="https://github.com/sluedecke/tonality/blob/master/LICENSE"]
== Full Description
Tonality is a simple piano keyboard. It allows to highlight scales based on a root note and can label intervals for you. This makes learning of scales much easier.
Features:
=== Screenshots of Tonality (Version 1.2)
image:app/src/main/play/listings/en-US/graphics/phone-screenshots/tonality-v1.2 - 1. main.png[] image:app/src/main/play/listings/en-US/graphics/phone-screenshots/tonality-v1.2 - 2. scale selection.png[] image:app/src/main/play/listings/en-US/graphics/phone-screenshots/tonality-v1.2 - 3. scale highlight.png[] image:app/src/main/play/listings/en-US/graphics/phone-screenshots/tonality-v1.2 - 4. root note selection.png[] image:app/src/main/play/listings/en-US/graphics/phone-screenshots/tonality-v1.2 - 5. scaled 2.png[] image:app/src/main/play/listings/en-US/graphics/phone-screenshots/tonality-v1.2 - 6. more menu.png[] image:app/src/main/play/listings/en-US/graphics/phone-screenshots/tonality-v1.2 - 7. interval labels.png[] image:app/src/main/play/listings/en-US/graphics/phone-screenshots/tonality-v1.2 - 8. sizing popup.png[]
=== Possible next features ... or just a bunch of ideas
== License
see LICENSE file for more details and this snippet for an overview:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
== Development
=== Build instructinos
ANDROID_NDK
is setpatch
and git
, i.e. these should be on your PATH
gradle setupTonalityDependencies
+gradle build
=== Interaction with upstream semitone
You will probably need these only as a maintainer of the project.
These commands assume that remotes named semitone-upstream
and semitone-as-a-library
.
have been set up.
pull::
git subtree pull --prefix semitone semitone-upstream master
push::
git subtree push --prefix semitone semitone-fork semitone-as-a-library