From 6fea34c676c217e1d2c2e5a4b4896fe2252a1ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 21 Sep 2011 10:14:00 +0000 Subject: fixed license boilerplate and UTF8 encoding svn path=/trunk/externals/zexy/; revision=15327 --- src/noish~.c | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) (limited to 'src/noish~.c') diff --git a/src/noish~.c b/src/noish~.c index 3591c83..0d0a07c 100644 --- a/src/noish~.c +++ b/src/noish~.c @@ -1,18 +1,22 @@ -/****************************************************** +/* + * noish~: bandlimited noise generator * - * zexy - implementation file + * (c) 1999-2011 IOhannes m zmölnig, forum::für::umläute, institute of electronic music and acoustics (iem) * - * copyleft (c) IOhannes m zmölnig - * - * 1999:forum::für::umläute:2004 - * - * institute of electronic music and acoustics (iem) - * - ****************************************************** - * - * license: GNU General Public License v.2 - * - ******************************************************/ + * 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 . + */ + /* 30041999 @@ -24,7 +28,7 @@ and I made only very few modifications so look out for the LICENSE.TXT delivered with puredata for further (c)-information - forum für umläute 1999 + forum für umläute 1999 this is in fact the very same as the late "NOISE.C", except that I tried to optimize the code a little bit (by partially removing those very expensive if..then's in about 15 minutes, so there are thousands of new bugs very likely) @@ -158,7 +162,7 @@ static void noish_helper(void) post("creation : \"noish~ []\"\t: ('0'(default) will produce 'white' noise)\n"); post("note\t : the seed of the pseudo-noise generator changes from\n" "\t instance to instance, so two noish~-objects created at the\n" - "\t same time will produce dífferent signals, something the original\n" + "\t same time will produce dífferent signals, something the original\n" "\t noise~-object misses\n"); post("for further details see DODGE/JERSE \"computer music\" c3.9\n"); } -- cgit v1.2.1