aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-05 18:05:41 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-10-05 18:05:41 +0000
commita5178a7bfd95236745b21af3ce1947fc353a25b8 (patch)
tree057cf01714948ea9ebc82b27fd9ae06b39998c0b
parent68a80c9c59ea9daf79baa84867f20c4efa1d1e20 (diff)
update license, copyright format, and description
svn path=/trunk/externals/fftease/; revision=16344
-rw-r--r--debian/control6
-rw-r--r--debian/copyright32
2 files changed, 19 insertions, 19 deletions
diff --git a/debian/control b/debian/control
index 5588aa9..75ece5d 100644
--- a/debian/control
+++ b/debian/control
@@ -59,6 +59,12 @@ Description: live spectral sound processors for Pd
* vacancy~ a spectral compositing object
* xsyn~ a cross synthesis with compression object
.
+ FFTease 2.5 objects will reconfigure themselves in response to changes in FFT
+ size or signal vector size. Therefore, they may now be used in MaxMSP poly~
+ objects with downsampling or upsampling. Changes in vector size remain
+ subject to limitations imposed by the current poly~ (and Pluggo)
+ architecture.
+ .
Caveat: these objects are CPU intensive. A few of these objects in a patch
could push your computer to its limits. Be very careful with playback volume
as some of the objects produce dramatically different (lower or higher)
diff --git a/debian/copyright b/debian/copyright
index 430c72e..328f7ec 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,23 +1,17 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FFTease
-Maintainer:
-Source: http://sourceforge.net/projects/pure-data/files/libraries/fftease/
+Upstream-Contact: Eric Lyon <e.lyon@qub.ac.uk> and Christopher Penrose <penrose@silvertone.princeton.edu>
+Source: http://www.somasa.qub.ac.uk/~elyon/LyonSoftware/MaxMSP/FFTease/FFTease2.5_Pd_OSX.zip
Files: *
-Copyright: 2001-2003, Free Software Foundation
-License: GPL-2+
- This package 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 2 of the License, or
- (at your option) any later version.
+Copyright: 1999-2008 Eric Lyon and Christopher Penrose
+License: MIT License
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
.
- This package 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 this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-X-Comment: On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.