DESCRIPTION ----------- Desafinado is a musical intrument tuner. Some if its features are: * configurable quick keys * configurable frequency of your souncard's microphone * configurable concert pitch * 'lock' desired frequency or detect automatically * selectable key notation * touchscreen-friendly user interface BUILDING -------- Desafinado needs Qt 4 and QtMultimedia (or QtMultiMediaKit from QtMobility). INSTALLATION (on Unix) ---------------------- qmake respects two variables for configuring the install target: - PREFIX. Default: /usr/local [set by desafinado.pro] - INSTALL_ROOT. Default: / [set by qmake] Examples: - `qmake ; make install' will put the binary in /usr/local/bin, the docs in /usr/local/share/doc/desafindao, etc. - `qmake PREFIX=/usr ; make install' will put everything in the same directories but directly under /usr - `qmake PREFIX=/usr INSTALLROOT=foo/bar ; make install' will put the files under foo/bar/usr (useful for packages; actually Debian's dh(1) helped to get these variables) DOCS, BUGS, SOURCES ------------------- http://desafinado.toastfreeware.priv.at/ COPYRIGHT AND LICENSE --------------------- Copyright (C) 2010-2011, Philipp Spitzer Copyright (C) 2010-2011, Stefan Strahl Copyright (C) 2010-2011, gregor herrmann 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 2 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.