# HG changeset patch # User lbajardsilogic # Date 1200661924 0 # Node ID 32ee519c991909ac8bf50fee12479c602b6a6b1f # Parent 987ff9c8b7c311e80bf6b48929b4460bd24c2999 add header to DIT filters and copyright info diff -r 987ff9c8b7c3 -r 32ee519c9919 sv/filter/DSP.cpp --- 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" diff -r 987ff9c8b7c3 -r 32ee519c9919 sv/filter/DSP.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 diff -r 987ff9c8b7c3 -r 32ee519c9919 sv/filter/TimeStretchFilter.cpp --- 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 diff -r 987ff9c8b7c3 -r 32ee519c9919 sv/filter/TimeStretchFilter.h --- 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 diff -r 987ff9c8b7c3 -r 32ee519c9919 sv/main/MainWindow.cpp --- 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("

The OSC URL for this instance is: \"%1\"").arg(m_oscQueue->getOSCURL()); } #endif + + aboutText += tr("
DIGITAL SIGNAL PROCESSING TOOLS (v%1) © (1999) Laurent de Soras").arg(DSPT_VERSION); + aboutText += "

"; //#endif diff -r 987ff9c8b7c3 -r 32ee519c9919 version.h --- 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