changeset 201:32ee519c9919

add header to DIT filters and copyright info
author lbajardsilogic
date Fri, 18 Jan 2008 13:12:04 +0000
parents 987ff9c8b7c3
children bb04d9df8b41
files sv/filter/DSP.cpp sv/filter/DSP.h sv/filter/TimeStretchFilter.cpp sv/filter/TimeStretchFilter.h sv/main/MainWindow.cpp version.h
diffstat 6 files changed, 41 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sv/filter/DSP.cpp	Tue Jan 08 10:09:28 2008 +0000
+++ b/sv/filter/DSP.cpp	Fri Jan 18 13:12:04 2008 +0000
@@ -1,3 +1,18 @@
+/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
+
+/*	Sound Access	
+		EASAIER client application.	
+		Dublin Institute of Technology - Audio Research Group 2007
+		www.audioresearchgroup.com
+		Author: Dan Barry
+
+	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.  See the file    
+	COPYING included with this distribution for more information.
+*/
+
 //#include  "stdafx.h"
 #include  "DSP.h"
 #include  "math.h"
--- a/sv/filter/DSP.h	Tue Jan 08 10:09:28 2008 +0000
+++ b/sv/filter/DSP.h	Fri Jan 18 13:12:04 2008 +0000
@@ -1,6 +1,17 @@
+/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
+/*	Sound Access	
+		EASAIER client application.	
+		Dublin Institute of Technology - Audio Research Group 2007
+		www.audioresearchgroup.com
+		Author: Dan Barry
 
-
+	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.  See the file    
+	COPYING included with this distribution for more information.
+*/
 
 #define PI 3.14179
 
--- a/sv/filter/TimeStretchFilter.cpp	Tue Jan 08 10:09:28 2008 +0000
+++ b/sv/filter/TimeStretchFilter.cpp	Fri Jan 18 13:12:04 2008 +0000
@@ -4,6 +4,11 @@
 		EASAIER client application.	
 		Silogic 2007. Laure Bajard. 
 	
+	Integration of the filter provided by:
+	Dublin Institute of Technology - Audio Research Group 2007
+	www.audioresearchgroup.com
+	Author: Dan Barry
+
 	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    
--- a/sv/filter/TimeStretchFilter.h	Tue Jan 08 10:09:28 2008 +0000
+++ b/sv/filter/TimeStretchFilter.h	Fri Jan 18 13:12:04 2008 +0000
@@ -4,6 +4,11 @@
 		EASAIER client application.	
 		Silogic 2007. Laure Bajard. 
 	
+	Integration of the filter provided by:
+	Dublin Institute of Technology - Audio Research Group 2007
+	www.audioresearchgroup.com
+	Author: Dan Barry
+
 	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    
--- a/sv/main/MainWindow.cpp	Tue Jan 08 10:09:28 2008 +0000
+++ b/sv/main/MainWindow.cpp	Fri Jan 18 13:12:04 2008 +0000
@@ -5092,6 +5092,9 @@
         aboutText += tr("<p>The OSC URL for this instance is: \"%1\"").arg(m_oscQueue->getOSCURL());
     }
 #endif
+
+	aboutText += tr("<br>DIGITAL SIGNAL PROCESSING TOOLS (v%1) &copy; (1999) Laurent de Soras").arg(DSPT_VERSION);
+
     aboutText += "</p>";
 //#endif
 
--- a/version.h	Tue Jan 08 10:09:28 2008 +0000
+++ b/version.h	Fri Jan 18 13:12:04 2008 +0000
@@ -8,4 +8,5 @@
 #define SAMPLERATE_VERSION "0.1.2"
 #define SNDFILE_VERSION "1.0.16"
 #define FFTW3_VERSION "3.1.2"
+#define DSPT_VERSION "1.01"
 #endif
\ No newline at end of file