soundeditor/atsa
pouillot 6d2a680a5c
Re #802 You can now choose to use or ignore partials phase during synthesis
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/subprojects/soundeditor/trunk@5373 30fe4595-0a0c-4342-8851-515496e4dcbd
2024-04-14 22:24:11 +02:00
..
CHANGES.txt Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
CMakeLists.txt Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
README.txt Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
atsa-nogui.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
atsa.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
atsa.h Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
critical-bands.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
curves.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
other-utils.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
peak-detection.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
peak-tracking.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
residual-analysis.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
residual.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
save-load-sound.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
synthesis.atsh.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
synthesis.c Re #802 You can now choose to use or ignore partials phase during synthesis 2024-04-14 22:24:11 +02:00
tracker.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00
utilities.c Initial publication of SoundEditor, aka Qatsh 2024-04-14 22:20:25 +02:00

README.txt

About ATSA:

The atsa libray implements the analysis part of Juan Pampin's ATS system.
For information about ATS visit: http://www-ccrma.stanford.edu/~juan/ATS.html

WARNING:

This is a modified version for QATSH (a Qt 4 GUI for atsa).
For a detailed list of changes made, see CHANGES.

ATSA compilation:

To compile atsa, simply type 'make'. This should make the atsa library
(libatsa.a).

ATSA Copyright:

The atsa library was developed as part of the "Desarrollo de Software 
para analisis y sintesis de sonido digital (Digital Sound Analysis and 
Synthesis Software Development)" research and development project with 
the support of: Universidad Nacional de Quilmes, Buenos Aires, Argentina
(http://www.unq.edu.ar), and the Center for Digital Arts and Experimental 
Media, University of Washington, Seattle, USA 
(http://www.dxarts.washington.edu). 

Except where otherwise noted, ATSA is Copyright 2003 Oscar Pablo Di Liscia,
Pete Moss and Juan Pampin.

The authors hereby grant permission to use, copy, modify, distribute,
and license this software and its documentation for any purpose.  No
written agreement, license, or royalty fee is required.  Modifications
to this software may be copyrighted by their authors and need not
follow the licensing terms described here.

IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
MODIFICATIONS.