ref: 5e392e3e80fb6bc6de5c0508d55ae1a03fcec306
dir: /python.old/aubio/__init__.py/
"""Copyright (C) 2004 Paul Brossier <piem@altern.org> print aubio.__LICENSE__ for the terms of use """ __LICENSE__ = """\ Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> This file is part of aubio. aubio 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 3 of the License, or (at your option) any later version. aubio 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 aubio. If not, see <http://www.gnu.org/licenses/>. """ #from aubioclass import * #from onsetcompare import * #from median import * #from noteroc import * #from txtfile import *