Coder Social home page Coder Social logo

pianogui's Introduction

PIANOGUI

Pianogui is a simple application that let's you play a midi file, or a midi input, and shows how it should be played on a piano. Pianogui is the "graphical" equivalent of Pianoterm

Below is a screenshots of the main window.

screenshot of pianoguy

License

Todo: choose a license

Build dependencies

Pianogui requires a C++14 compiler to build. (g++ 5.3 and clang++ 3.6.2 work both fine). It also depends on the following libraries:

Also note that pianogui does not play music itself. Instead it relies on a system-wide midi sequencer. On GNU/Linux you might consider installing timidity

On debian, one can install them the following way:

sudo apt-get install timidity librtmidi-dev librtmidi2 libqt5widgets5 libqt5gui5 libqt5core5 qt5-default qt5-qmake g++-5,3

Compiling instructions

Once all the dependencies have been installed, you can simply compile pianogui by entering:

make

This will generate the pianogui binary in ./bin

How to use

Pianoterm needs a midi sequencer. If you decided to use timidity, you will need to run it first using:

timity -iA &

Then you can run the application by typing

./bin/pianogui

This will open an a window showing a piano keyboard. On the "output port" menu, you can select the midi sequencer like TiMidity xxx:0. On the "input" menu, you can either select an input keyboard (e.g. a virtual midi keyboard player)

or you can play a midi file by choosing select file in the input menu, or using the Ctrl + O shortcut.

When playing a midi file, one can play/pause it using the space key, or the Ctrl + P shortcut.

Other files you may want to read

todo.txt contains a list of things that I still need to do.

Bugs & questions

Report bugs and questions to [email protected] (I trust the anti spam filter)

pianogui's People

Contributors

s-d-m avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.