annotate README @ 516:449a0355f864 v2.0_osx_deploy

Deployment fixes. Qt on OSX now seems to depend on QtDBus, so copy that in, and also fail if anything is found to depend on an absent Qt framework.
author Chris Cannam
date Fri, 23 Oct 2015 08:50:39 +0100
parents 4018ee2fcb60
children
rev   line source
Chris@456 1
Chris@456 2 Tony
Chris@456 3 ====
Chris@456 4
Chris@456 5 Tony is a program for computer-aided melody annotation. It has a
Chris@456 6 graphical interface based on the Sonic Visualiser libraries, and uses
Chris@456 7 the pYIN Vamp plugin to extract pitch track and notes from monophonic
Chris@456 8 audio.
Chris@456 9
Chris@456 10
Chris@456 11 Features
Chris@456 12 ========
Chris@456 13
Chris@456 14 * robust monophonic pitch track extraction (using pYIN)
Chris@456 15 * note track extraction
Chris@456 16 * facility to manually adjust pitch track and note track
Chris@456 17 * facility to audition pitch and note track
Chris@456 18 * note pitch automatically snaps to pitch track
Chris@456 19 * import/export of pitch track and note track
Chris@456 20
Chris@456 21
Chris@456 22 Authors, Citation, License and Use
Chris@456 23 ==================================
Chris@456 24
Chris@456 25 Tony was developed at Queen Mary, University of London in
Chris@456 26 collaboration with New York University.
Chris@456 27
Chris@456 28 Code copyright 2005-2015 Chris Cannam, Queen Mary University of
Chris@456 29 London, and the Tony project authors: Matthias Mauch, George Fazekas,
Chris@456 30 Justin Salamon, and Rachel Bittner, except where indicated in the
Chris@456 31 individual source files. Thanks also to Simon Dixon and Juan Bello.
Chris@456 32
Chris@456 33 If you make use of this software for any public or commercial purpose,
Chris@456 34 we ask you to kindly mention the authors and Queen Mary, University of
Chris@456 35 London in your user-visible documentation. We're very happy to see
Chris@456 36 this sort of use but would much appreciate being credited, separately
Chris@456 37 from the requirements of the software license itself (see below).
Chris@456 38
Chris@456 39 If you make use of this software for academic purposes, please cite
Chris@456 40 one of the publications indicated on the Publications page:
Chris@456 41 https://code.soundsoftware.ac.uk/publications?project_id=tony
Chris@456 42
Chris@456 43 This program is free software: you can redistribute it and/or modify
Chris@456 44 it under the terms of the GNU General Public License as published by
Chris@456 45 the Free Software Foundation, either version 2 of the License, or (at
Chris@456 46 your option) any later version.
Chris@456 47
Chris@456 48 This program is distributed in the hope that it will be useful, but
Chris@456 49 WITHOUT ANY WARRANTY; without even the implied warranty of
Chris@456 50 MERCHANTABILITY or FITNESS FOR A ARTICULAR PURPOSE. See the GNU
Chris@456 51 General Public License for more details. You should have received a
Chris@456 52 copy of the GNU General Public License along with this program. If
Chris@456 53 not, see http://www.gnu.org/licenses/.
Chris@456 54