annotate README.md @ 666:f298c1903e0f v2.1

Removed tag v2.1_win64
author Chris Cannam
date Fri, 25 Oct 2019 12:16:12 +0100
parents e78f2c842a55
children ee97c742d184
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@526 10 ![Tony small screenshot](https://code.soundsoftware.ac.uk/attachments/download/1069/tony-screeny-20140328-30pc.png)
Chris@526 11
Chris@526 12 Home page and downloads: https://code.soundsoftware.ac.uk/projects/tony
Chris@526 13
Chris@456 14
Chris@456 15 Features
Chris@526 16 --------
Chris@456 17
Chris@456 18 * robust monophonic pitch track extraction (using pYIN)
Chris@456 19 * note track extraction
Chris@456 20 * facility to manually adjust pitch track and note track
Chris@456 21 * facility to audition pitch and note track
Chris@456 22 * note pitch automatically snaps to pitch track
Chris@456 23 * import/export of pitch track and note track
Chris@456 24
Chris@456 25
Chris@456 26 Authors, Citation, License and Use
Chris@526 27 ----------------------------------
Chris@456 28
Chris@456 29 Tony was developed at Queen Mary, University of London in
Chris@456 30 collaboration with New York University.
Chris@456 31
Chris@657 32 Code copyright 2005-2019 Chris Cannam, Queen Mary University of
Chris@456 33 London, and the Tony project authors: Matthias Mauch, George Fazekas,
Chris@456 34 Justin Salamon, and Rachel Bittner, except where indicated in the
Chris@456 35 individual source files. Thanks also to Simon Dixon and Juan Bello.
Chris@456 36
Chris@456 37 If you make use of this software for any public or commercial purpose,
Chris@456 38 we ask you to kindly mention the authors and Queen Mary, University of
Chris@456 39 London in your user-visible documentation. We're very happy to see
Chris@456 40 this sort of use but would much appreciate being credited, separately
Chris@456 41 from the requirements of the software license itself (see below).
Chris@456 42
Chris@456 43 If you make use of this software for academic purposes, please cite
Chris@456 44 one of the publications indicated on the Publications page:
Chris@456 45 https://code.soundsoftware.ac.uk/publications?project_id=tony
Chris@456 46
Chris@456 47 This program is free software: you can redistribute it and/or modify
Chris@456 48 it under the terms of the GNU General Public License as published by
Chris@456 49 the Free Software Foundation, either version 2 of the License, or (at
Chris@456 50 your option) any later version.
Chris@456 51
Chris@456 52 This program is distributed in the hope that it will be useful, but
Chris@456 53 WITHOUT ANY WARRANTY; without even the implied warranty of
Chris@456 54 MERCHANTABILITY or FITNESS FOR A ARTICULAR PURPOSE. See the GNU
Chris@456 55 General Public License for more details. You should have received a
Chris@456 56 copy of the GNU General Public License along with this program. If
Chris@456 57 not, see http://www.gnu.org/licenses/.
Chris@456 58
Chris@526 59
Chris@526 60 Automated build reports
Chris@526 61 -----------------------
Chris@526 62
Chris@526 63 * Linux and macOS CI build: [![Build Status](https://travis-ci.org/sonic-visualiser/tony.svg?branch=master)](https://travis-ci.org/sonic-visualiser/tony)
Chris@526 64 * Windows CI build: [![Build status](https://ci.appveyor.com/api/projects/status/26pygienkigw39p7?svg=true)](https://ci.appveyor.com/project/cannam/tony)