aboutsummaryrefslogtreecommitdiff
path: root/src/limiter~.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-21 10:14:00 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-09-21 10:14:00 +0000
commit6fea34c676c217e1d2c2e5a4b4896fe2252a1ad1 (patch)
tree05b8ea1b184c8f7cbe841cfb727e69ca68f632ec /src/limiter~.c
parente8479343f6a6db1d28e362469dfafaccca378421 (diff)
fixed license boilerplate and UTF8 encoding
svn path=/trunk/externals/zexy/; revision=15327
Diffstat (limited to 'src/limiter~.c')
-rw-r--r--src/limiter~.c34
1 files changed, 19 insertions, 15 deletions
diff --git a/src/limiter~.c b/src/limiter~.c
index bd34744..128226a 100644
--- a/src/limiter~.c
+++ b/src/limiter~.c
@@ -1,18 +1,22 @@
-/******************************************************
- *
- * zexy - implementation file
- *
- * copyleft (c) IOhannes m zmölnig
- *
- * 1999:forum::für::umläute:2004
- *
- * institute of electronic music and acoustics (iem)
- *
- ******************************************************
+/*
+ * limiter~: limit/compress signals
*
- * license: GNU General Public License v.2
+ * (c) 1999-2011 IOhannes m zmölnig, forum::fÌr::umlÀute, institute of electronic music and acoustics (iem)
*
- ******************************************************/
+ * This program 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.
+ *
+ * This program 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 program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
/*
@@ -29,7 +33,7 @@
the limiter is based on Falkner's thesis
"Entwicklung eines digitalen Stereo-limiters mit Hilfe des Signalprozessors DSP56001" pp.14
- 2108:forum::für::umläute:1999 all rights reserved and no warranties...
+ 2108:forum::fÌr::umlÀute:1999 all rights reserved and no warranties...
see GNU-license for details
*/
@@ -364,7 +368,7 @@ static void limiter_tilde_helper(t_limiter *x)
"\n'set2 <limit2><htime2><rtime2>'\t: set crack-limiter");
break;
case COMPRESS:
- poststring("\n'ratio <compressratio>'\t\t: set compressratio (Ž0.5Ž instead of Ž1:2Ž)"
+ poststring("\n'ratio <compressratio>'\t\t: set compressratio (Ŝ0.5Ŝ instead of Ŝ1:2Ŝ)"
"\n'treshold <treshold>'\t\t: set treshold of the compressor"
"\n'compress <limit><treshold><ratio>'\t: set compressor"
"\n..........note that <limit> is the same for COMPRESSOR and LIMITER..........");