Giter VIP home page Giter VIP logo

tuner's Introduction

Tuner

Tuner is a python application that can be used to tune a music instrument. It defaults to a guitar standard tuning, but I guess you could use it for any instrument.

Tuner just emits sounds. It does not process the soundcard input to assess the tuning. To do that, you should look at greater applications such as guitarix or Lingot.

Tuner does not aim at being actually useful. I wrote it as an exercise to learn python and GTK. I use it. Sometimes.

Tuner

## Features

Playback through internal speaker or via soundcard output.

Configurable key set:

  • Keys can be added or removed.
  • Key-wise or global pitch adjustment, by semitone or octave step.

Single note or all-notes-in-a-row playback.

Adjustable note length.

English (A, B C, D, E, F) and French (Do, Ré, Mi, Fa, Sol, La, Si) notestyles support.

I18n : English and French supported. Translations welcome.

## License

It is distributed under the terms of the beer-ware licence:

As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.

Dependencies

Tuner runs on linux and depends on:

  • Python 3.
  • PyGObject 3.0+ (python-gi).
  • One of the two supported backends:
    • beep >= e1320c1 for the internal speaker playback.
    • sox for the soundcard output.

## Usage

chmod +x tuner.py
tuner.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.