plectrum

Plectrum: instrument tuner for Android
Log | Files | Refs | README | LICENSE

README.md (2816B)


      1 # Plectrum 
      2 
      3 Forked from [Cythara](github.com/gstraube/cythara) by [gstraube](github.com/gstraube) 
      4 
      5 A musical instrument tuner for Android.
      6 
      7 [<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png"
      8       alt="Get it on F-Droid"
      9       height="80">](https://f-droid.org/packages/com.github.cythara/)
     10 
     11 ## Functionality
     12 
     13 * Provides tunings for various instruments and supports chromatic tuning.
     14 * Changes background color from red to green to indicate that the pitch is in tune (with a tolerance of 10 cents).
     15 * Displays deviations between -60 and 60 cents.
     16 * Supports scientific pitch notation and Solfège.
     17 
     18 ## Libraries
     19 
     20 The Tarsos DSP library (https://github.com/JorenSix/TarsosDSP) is used for pitch detection.
     21 
     22 Current library version: commit [d958352](https://github.com/JorenSix/TarsosDSP/tree/d9583528b9573a97c220d19e6d9ab2929e9bd1c5)
     23 
     24 ## License
     25 
     26 Plectrum is licensed under GPLv3. A copy of the license is included in the [LICENSE](/LICENSE).
     27 
     28 # Contributors
     29 
     30 * [gstraube](https://github.com/gstraube) wrote and managed the original cythara app
     31 * [mtbu](https://github.com/mtbu) added the violin tuning
     32 * [afmachado](https://github.com/afmachado) provided the translation to Brazilian Portuguese
     33 * [tebriz159](https://github.com/tebriz159) created the logo
     34 * [toXel](https://github.com/toXel) provided the translation to German
     35 * [TacoTheDank](https://github.com/TacoTheDank) enabled the installation on external storage, upgraded the language level, and updated dependencies
     36 * [thim](https://github.com/thim) added the cello tuning, fixed issues, and updated library versions
     37 * [obibon](https://github.com/obibon) provided the translation to Basque
     38 * [Daveed9](https://github.com/Daveed9) added the viola tuning
     39 * [SiIky](https://github.com/SiIky) added the Drop C bass tuning and suggested a more reliable way of handling note frequencies
     40 * [romgarb](https://github.com/romgarb) added the Turkish Oud standard tuning
     41 * [klausweiss](https://github.com/klausweiss) added the Banjo tuning and missing translations
     42 * [berkaygunduzz](https://github.com/berkaygunduzz) provided the translation to Turkish
     43 * [gtataranni](https://github.com/gtataranni) added the guitalele tuning
     44 * [Guitar pick icons created by Smashicons - Flaticon](https://www.flaticon.com/free-icons/guitar-pick)
     45 Thank you all!
     46 
     47 ## Screenshots
     48 
     49 ![Listening to input](/fastlane/metadata/android/en-US/phoneScreenshots/listening.png?raw=true)
     50 
     51 ![Providing feedback](/fastlane/metadata/android/en-US/phoneScreenshots/feedback.png?raw=true)
     52 
     53 ![Listing tunings](/fastlane/metadata/android/en-US/phoneScreenshots/tunings.png?raw=true)
     54 
     55 ![Listing frequencies](/fastlane/metadata/android/en-US/phoneScreenshots/choose_frequency.png?raw=true)
     56 
     57 ![Listing notations](/fastlane/metadata/android/en-US/phoneScreenshots/choose_notation.png?raw=true)