comparison README @ 152:0144558211ee

Add CITATION file, and a note about credits &c in the README
author Chris Cannam
date Tue, 03 Dec 2013 10:01:41 +0000
parents dab7e7bfeba1
children
comparison
equal deleted inserted replaced
151:40f8cfed5b5a 152:0144558211ee
76 * Tuning: returns a single label (at time 0 seconds) containing an estimate of the concert pitch in Hz. 76 * Tuning: returns a single label (at time 0 seconds) containing an estimate of the concert pitch in Hz.
77 * Local Tuning: returns a tuning estimate at every analysis frame, an average of the (recent) previous frame-wise estimates of the concert pitch in Hz. 77 * Local Tuning: returns a tuning estimate at every analysis frame, an average of the (recent) previous frame-wise estimates of the concert pitch in Hz.
78 78
79 ### References and Credits ### 79 ### References and Credits ###
80 80
81 If you make use of this software for any public or commercial purpose,
82 we ask you to kindly mention the authors and Queen Mary, University of
83 London in your user-visible documentation. We're very happy to see
84 this sort of use, but would much appreciate being credited, separately
85 from the requirements of the software license itself (see below).
86
87 If you make use of this software for academic purposes, please cite:
88
81 Mauch, Matthias and Dixon, Simon: [*Approximate Note Transcription for the Improved Identification of Difficult Chords*](http://schall-und-mauch.de/artificialmusicality/?p=89), Proceedings of the 11th International Society for Music Information Retrieval Conference (ISMIR 2010), 2010. 89 Mauch, Matthias and Dixon, Simon: [*Approximate Note Transcription for the Improved Identification of Difficult Chords*](http://schall-und-mauch.de/artificialmusicality/?p=89), Proceedings of the 11th International Society for Music Information Retrieval Conference (ISMIR 2010), 2010.
82 90
91 This program is free software: you can redistribute it and/or modify
92 it under the terms of the GNU General Public License as published by
93 the Free Software Foundation, either version 2 of the License, or (at
94 your option) any later version.
95
96 This program is distributed in the hope that it will be useful, but
97 WITHOUT ANY WARRANTY; without even the implied warranty of
98 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
99 General Public License for more details.
100
101 You should have received a copy of the GNU General Public License
102 along with this program. If not, see <http://www.gnu.org/licenses/>.