Changeset 20d8266
- Timestamp:
- Oct 26, 2009, 3:30:40 AM (15 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 0b48dcb
- Parents:
- 6a2478c
- Location:
- python
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/__init__.py
r6a2478c r20d8266 4 4 5 5 __LICENSE__ = """\ 6 Copyright (C) 2004 Paul Brossier <piem@altern.org>6 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 7 7 8 This program is free software; you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 8 This file is part of aubio. 12 9 13 This program is distributed in the hope that it will be useful,14 but WITHOUT ANY WARRANTY; without even the implied warranty of15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the16 GNU General Public License for more details.10 aubio is free software: you can redistribute it and/or modify 11 it under the terms of the GNU General Public License as published by 12 the Free Software Foundation, either version 3 of the License, or 13 (at your option) any later version. 17 14 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 15 aubio is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 GNU General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with aubio. If not, see <http://www.gnu.org/licenses/>. 21 22 """ 22 23 -
python/aubio/gnuplot.py
r6a2478c r20d8266 4 4 5 5 __LICENSE__ = """\ 6 Copyright (C) 2004 Paul Brossier <piem@altern.org> 7 8 This program is free software; you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 12 13 This program is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 6 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 7 8 This file is part of aubio. 9 10 aubio is free software: you can redistribute it and/or modify 11 it under the terms of the GNU General Public License as published by 12 the Free Software Foundation, either version 3 of the License, or 13 (at your option) any later version. 14 15 aubio is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 GNU General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with aubio. If not, see <http://www.gnu.org/licenses/>. 21 22 """ 22 23 -
python/aubio/median.py
r6a2478c r20d8266 4 4 5 5 __LICENSE__ = """\ 6 Copyright (C) 2004 Paul Brossier <piem@altern.org> 7 8 This program is free software; you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 6 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 12 7 13 This program is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 8 This file is part of aubio. 17 9 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 10 aubio is free software: you can redistribute it and/or modify 11 it under the terms of the GNU General Public License as published by 12 the Free Software Foundation, either version 3 of the License, or 13 (at your option) any later version. 14 15 aubio is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 GNU General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with aubio. If not, see <http://www.gnu.org/licenses/>. 21 22 """ 22 23 -
python/aubio/onsetcompare.py
r6a2478c r20d8266 4 4 5 5 __LICENSE__ = """\ 6 Copyright (C) 2004 Paul Brossier <piem@altern.org>6 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 7 7 8 This program is free software; you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 8 This file is part of aubio. 12 9 13 This program is distributed in the hope that it will be useful,14 but WITHOUT ANY WARRANTY; without even the implied warranty of15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the16 GNU General Public License for more details.10 aubio is free software: you can redistribute it and/or modify 11 it under the terms of the GNU General Public License as published by 12 the Free Software Foundation, either version 3 of the License, or 13 (at your option) any later version. 17 14 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 15 aubio is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 GNU General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with aubio. If not, see <http://www.gnu.org/licenses/>. 21 22 """ 22 23 -
python/aubio/plot/notes.py
r6a2478c r20d8266 1 """Copyright (C) 2004 Paul Brossier <piem@altern.org> 2 print aubio.__LICENSE__ for the terms of use 3 """ 1 __LICENSE__ = """\ 2 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 4 3 5 __LICENSE__ = """\ 6 Copyright (C) 2004 Paul Brossier <piem@altern.org> 4 This file is part of aubio. 7 5 8 This program is free software;you can redistribute it and/or modify9 10 the Free Software Foundation; either version 2of the License, or11 6 aubio is free software: you can redistribute it and/or modify 7 it under the terms of the GNU General Public License as published by 8 the Free Software Foundation, either version 3 of the License, or 9 (at your option) any later version. 12 10 13 This programis distributed in the hope that it will be useful,14 15 16 11 aubio is distributed in the hope that it will be useful, 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 GNU General Public License for more details. 17 15 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 You should have received a copy of the GNU General Public License 17 along with aubio. If not, see <http://www.gnu.org/licenses/>. 21 18 """ 22 19 -
python/aubio/txtfile.py
r6a2478c r20d8266 4 4 5 5 __LICENSE__ = """\ 6 Copyright (C) 2004 Paul Brossier <piem@altern.org>6 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 7 7 8 This program is free software; you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2 of the License, or 11 (at your option) any later version. 8 This file is part of aubio. 12 9 13 This program is distributed in the hope that it will be useful,14 but WITHOUT ANY WARRANTY; without even the implied warranty of15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the16 GNU General Public License for more details.10 aubio is free software: you can redistribute it and/or modify 11 it under the terms of the GNU General Public License as published by 12 the Free Software Foundation, either version 3 of the License, or 13 (at your option) any later version. 17 14 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, write to the Free Software 20 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 15 aubio is distributed in the hope that it will be useful, 16 but WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 GNU General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with aubio. If not, see <http://www.gnu.org/licenses/>. 21 22 """ 22 23 -
python/aubiocompare-onset
r6a2478c r20d8266 8 8 """ 9 9 __LICENSE__ = """\ 10 Copyright (C) 2004 Paul Brossier <piem@altern.org>10 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 11 11 12 This program is free software; you can redistribute it and/or modify 13 it under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2 of the License, or 15 (at your option) any later version. 12 This file is part of aubio. 16 13 17 This program is distributed in the hope that it will be useful, 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 GNU General Public License for more details.14 aubio is free software: you can redistribute it and/or modify 15 it under the terms of the GNU General Public License as published by 16 the Free Software Foundation, either version 3 of the License, or 17 (at your option) any later version. 21 18 22 You should have received a copy of the GNU General Public License 23 along with this program; if not, write to the Free Software 24 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 aubio is distributed in the hope that it will be useful, 20 but WITHOUT ANY WARRANTY; without even the implied warranty of 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 GNU General Public License for more details. 23 24 You should have received a copy of the GNU General Public License 25 along with aubio. If not, see <http://www.gnu.org/licenses/>. 25 26 """ 26 27 -
python/aubiodiffs-onset
r6a2478c r20d8266 1 1 #! /usr/bin/python 2 2 3 """Copyright (C) 2004 Paul Brossier <piem@altern.org> 3 __LICENSE__ = """\ 4 Copyright (C) 2004-2009 Paul Brossier <piem@aubio.org> 4 5 5 print aubio.__LICENSE__ for the terms of use 6 """ 7 __LICENSE__ = """\ 8 Copyright (C) 2004 Paul Brossier <piem@altern.org> 6 This file is part of aubio. 9 7 10 This program is free software;you can redistribute it and/or modify11 12 the Free Software Foundation; either version 2of the License, or13 8 aubio is free software: you can redistribute it and/or modify 9 it under the terms of the GNU General Public License as published by 10 the Free Software Foundation, either version 3 of the License, or 11 (at your option) any later version. 14 12 15 This programis distributed in the hope that it will be useful,16 17 18 13 aubio is distributed in the hope that it will be useful, 14 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 GNU General Public License for more details. 19 17 20 You should have received a copy of the GNU General Public License 21 along with this program; if not, write to the Free Software 22 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 You should have received a copy of the GNU General Public License 19 along with aubio. If not, see <http://www.gnu.org/licenses/>. 23 20 """ 24 25 21 26 22 __HELP__ = """\
Note: See TracChangeset
for help on using the changeset viewer.