annotate README @ 453:a2d7e5f75bac

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