From 866fea628ca3df85af4d90520f38317d48c2b4a9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 15 Mar 2011 04:16:26 +0000 Subject: Add copyright headers to all source files. Switch to GPLv3. git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/mdala.lv2@3087 a436a847-0d15-0410-975c-d299462d15a1 --- lvz/AEffect.h | 36 ++++++++++++++++++------------------ lvz/audioeffectx.h | 34 +++++++++++++++++----------------- lvz/gendata.cpp | 42 ++++++++++++++++++++++-------------------- lvz/wrapper.cpp | 34 +++++++++++++++++----------------- src/mdaAmbience.cpp | 18 ++++++++++++++++++ src/mdaAmbience.h | 18 ++++++++++++++++++ src/mdaBandisto.cpp | 18 ++++++++++++++++++ src/mdaBandisto.h | 18 ++++++++++++++++++ src/mdaBeatBox.cpp | 18 ++++++++++++++++++ src/mdaBeatBox.h | 18 ++++++++++++++++++ src/mdaCombo.cpp | 18 ++++++++++++++++++ src/mdaCombo.h | 18 ++++++++++++++++++ src/mdaDX10.cpp | 22 +++++++++++++++++----- src/mdaDX10.h | 18 +++++++++++++++++- src/mdaDeEss.cpp | 18 ++++++++++++++++++ src/mdaDeEss.h | 18 ++++++++++++++++++ src/mdaDegrade.cpp | 18 ++++++++++++++++++ src/mdaDegrade.h | 18 ++++++++++++++++++ src/mdaDelay.cpp | 18 ++++++++++++++++++ src/mdaDelay.h | 18 ++++++++++++++++++ src/mdaDetune.cpp | 22 +++++++++++++++++----- src/mdaDetune.h | 17 ++++++++++++++++- src/mdaDither.cpp | 18 ++++++++++++++++++ src/mdaDither.h | 18 ++++++++++++++++++ src/mdaDubDelay.cpp | 18 ++++++++++++++++++ src/mdaDubDelay.h | 18 ++++++++++++++++++ src/mdaDynamics.cpp | 18 ++++++++++++++++++ src/mdaDynamics.h | 18 ++++++++++++++++++ src/mdaEPiano.cpp | 18 ++++++++++++++++++ src/mdaEPiano.h | 18 +++++++++++++++++- src/mdaImage.cpp | 18 ++++++++++++++++++ src/mdaImage.h | 18 ++++++++++++++++++ src/mdaJX10.cpp | 22 +++++++++++++++++----- src/mdaJX10.h | 18 +++++++++++++++++- src/mdaLeslie.cpp | 18 ++++++++++++++++++ src/mdaLeslie.h | 18 ++++++++++++++++++ src/mdaLimiter.cpp | 18 ++++++++++++++++++ src/mdaLimiter.h | 18 ++++++++++++++++++ src/mdaLooplex.cpp | 22 +++++++++++++++++----- src/mdaLooplex.h | 18 +++++++++++++++++- src/mdaLoudness.cpp | 22 +++++++++++++++++----- src/mdaLoudness.h | 17 ++++++++++++++++- src/mdaMultiBand.cpp | 18 ++++++++++++++++++ src/mdaMultiBand.h | 18 ++++++++++++++++++ src/mdaOverdrive.cpp | 18 ++++++++++++++++++ src/mdaOverdrive.h | 18 ++++++++++++++++++ src/mdaPiano.cpp | 22 +++++++++++++++++----- src/mdaPiano.h | 19 +++++++++++++++++-- src/mdaRePsycho.cpp | 18 ++++++++++++++++++ src/mdaRePsycho.h | 18 ++++++++++++++++++ src/mdaRezFilter.cpp | 18 ++++++++++++++++++ src/mdaRezFilter.h | 18 ++++++++++++++++++ src/mdaRingMod.cpp | 18 ++++++++++++++++++ src/mdaRingMod.h | 18 ++++++++++++++++++ src/mdaRoundPan.cpp | 18 ++++++++++++++++++ src/mdaRoundPan.h | 18 ++++++++++++++++++ src/mdaShepard.cpp | 18 ++++++++++++++++++ src/mdaShepard.h | 18 ++++++++++++++++++ src/mdaSpecMeter.cpp | 23 +++++++++++++++++------ src/mdaSpecMeter.h | 23 +++++++++++++++++------ src/mdaSpecMeterGUI.cpp | 18 ++++++++++++++++++ src/mdaSpecMeterGUI.h | 18 ++++++++++++++++++ src/mdaSplitter.cpp | 22 +++++++++++++++++----- src/mdaSplitter.h | 17 ++++++++++++++++- src/mdaStereo.cpp | 18 ++++++++++++++++++ src/mdaStereo.h | 18 ++++++++++++++++++ src/mdaSubSynth.cpp | 18 ++++++++++++++++++ src/mdaSubSynth.h | 18 ++++++++++++++++++ src/mdaTalkBox.cpp | 22 +++++++++++++++++----- src/mdaTalkBox.h | 19 ++++++++++++++++++- src/mdaTestTone.cpp | 18 ++++++++++++++++++ src/mdaTestTone.h | 18 ++++++++++++++++++ src/mdaThruZero.cpp | 22 +++++++++++++++++----- src/mdaThruZero.h | 17 ++++++++++++++++- src/mdaTracker.cpp | 18 ++++++++++++++++++ src/mdaTracker.h | 18 ++++++++++++++++++ src/mdaTransient.cpp | 18 ++++++++++++++++++ src/mdaTransient.h | 18 ++++++++++++++++++ src/mdaVocInput.cpp | 22 +++++++++++++++++----- src/mdaVocInput.h | 17 ++++++++++++++++- src/mdaVocoder.cpp | 22 +++++++++++++++++----- src/mdaVocoder.h | 17 ++++++++++++++++- 82 files changed, 1448 insertions(+), 152 deletions(-) diff --git a/lvz/AEffect.h b/lvz/AEffect.h index f547083..32d6863 100644 --- a/lvz/AEffect.h +++ b/lvz/AEffect.h @@ -1,20 +1,20 @@ -/* LVZ - A C++ interface for writing LV2 plugins. - * Copyright 2008-2011 David Robillard - * - * This library 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 library 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, write to the Free Software Foundation, Inc., - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - */ +/* + LVZ - A C++ interface for writing LV2 plugins. + Copyright 2008-2011 David Robillard + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #ifndef LVZ_AEFFECT_H #define LVZ_AEFFECT_H @@ -29,4 +29,4 @@ struct AEffect { int flags; }; -#endif // LVZ_AFFECT_H +#endif // LVZ_AEFFECT_H diff --git a/lvz/audioeffectx.h b/lvz/audioeffectx.h index 815b11b..3eba2ee 100644 --- a/lvz/audioeffectx.h +++ b/lvz/audioeffectx.h @@ -1,20 +1,20 @@ -/* LVZ - A C++ interface for writing LV2 plugins. - * Copyright 2008-2011 David Robillard - * - * This library 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 library 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, write to the Free Software Foundation, Inc., - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - */ +/* + LVZ - A C++ interface for writing LV2 plugins. + Copyright 2008-2011 David Robillard + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #ifndef LVZ_AUDIOEFFECTX_H #define LVZ_AUDIOEFFECTX_H diff --git a/lvz/gendata.cpp b/lvz/gendata.cpp index 8a95722..dac5dc7 100644 --- a/lvz/gendata.cpp +++ b/lvz/gendata.cpp @@ -1,28 +1,30 @@ -/* LVZ - A C++ interface for writing LV2 plugins. - * Copyright (C) 2008-2009 David Robillard - * - * This library 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 library 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, write to the Free Software Foundation, Inc., - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - */ +/* + LVZ - A C++ interface for writing LV2 plugins. + Copyright 2008-2011 David Robillard + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + +#include +#include +#include #include #include #include -#include -#include -#include + #include + #include "audioeffectx.h" #include "AEffEditor.hpp" diff --git a/lvz/wrapper.cpp b/lvz/wrapper.cpp index 7ddcd7a..080ce43 100644 --- a/lvz/wrapper.cpp +++ b/lvz/wrapper.cpp @@ -1,20 +1,20 @@ -/* LVZ - A C++ interface for writing LV2 plugins. - * Copyright (C) 2008-2009 David Robillard - * - * This library 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 library 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, write to the Free Software Foundation, Inc., - * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - */ +/* + LVZ - A C++ interface for writing LV2 plugins. + Copyright 2008-2011 David Robillard + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #ifndef PLUGIN_CLASS #error "This file requires PLUGIN_CLASS to be defined" diff --git a/src/mdaAmbience.cpp b/src/mdaAmbience.cpp index dbb50c6..51b7fb9 100644 --- a/src/mdaAmbience.cpp +++ b/src/mdaAmbience.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaAmbience.h" #include diff --git a/src/mdaAmbience.h b/src/mdaAmbience.h index 3ac309d..7615fe9 100644 --- a/src/mdaAmbience.h +++ b/src/mdaAmbience.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaAmbience_H #define __mdaAmbience_H diff --git a/src/mdaBandisto.cpp b/src/mdaBandisto.cpp index 87a1f92..d5005b8 100644 --- a/src/mdaBandisto.cpp +++ b/src/mdaBandisto.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaBandisto.h" #include diff --git a/src/mdaBandisto.h b/src/mdaBandisto.h index c2cb1aa..042033b 100644 --- a/src/mdaBandisto.h +++ b/src/mdaBandisto.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaBandisto_H #define __mdaBandisto_H diff --git a/src/mdaBeatBox.cpp b/src/mdaBeatBox.cpp index 94b02aa..84be55f 100644 --- a/src/mdaBeatBox.cpp +++ b/src/mdaBeatBox.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaBeatBox.h" #include diff --git a/src/mdaBeatBox.h b/src/mdaBeatBox.h index 07b5fa4..9d02fff 100644 --- a/src/mdaBeatBox.h +++ b/src/mdaBeatBox.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaBeatBox_H #define __mdaBeatBox_H diff --git a/src/mdaCombo.cpp b/src/mdaCombo.cpp index 614071d..05f1ca0 100644 --- a/src/mdaCombo.cpp +++ b/src/mdaCombo.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaCombo.h" #include diff --git a/src/mdaCombo.h b/src/mdaCombo.h index 833f105..2198640 100644 --- a/src/mdaCombo.h +++ b/src/mdaCombo.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaCombo_H #define __mdaCombo_H diff --git a/src/mdaDX10.cpp b/src/mdaDX10.cpp index d6bc0ab..239eaf0 100644 --- a/src/mdaDX10.cpp +++ b/src/mdaDX10.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA mdaDX10" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaDX10.h" diff --git a/src/mdaDX10.h b/src/mdaDX10.h index a738dc9..cae4317 100644 --- a/src/mdaDX10.h +++ b/src/mdaDX10.h @@ -1,4 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #ifndef __mdaDX10__ #define __mdaDX10__ diff --git a/src/mdaDeEss.cpp b/src/mdaDeEss.cpp index 5aa23a2..6f394de 100644 --- a/src/mdaDeEss.cpp +++ b/src/mdaDeEss.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaDeEss.h" #include diff --git a/src/mdaDeEss.h b/src/mdaDeEss.h index 513c376..10cacd1 100644 --- a/src/mdaDeEss.h +++ b/src/mdaDeEss.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaDeEss_H #define __mdaDeEss_H diff --git a/src/mdaDegrade.cpp b/src/mdaDegrade.cpp index fdf276d..f8219a8 100644 --- a/src/mdaDegrade.cpp +++ b/src/mdaDegrade.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaDegrade.h" #include diff --git a/src/mdaDegrade.h b/src/mdaDegrade.h index b9fba94..b1c9e92 100644 --- a/src/mdaDegrade.h +++ b/src/mdaDegrade.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaDegrade_H #define __mdaDegrade_H diff --git a/src/mdaDelay.cpp b/src/mdaDelay.cpp index 233251e..3bfcc9c 100644 --- a/src/mdaDelay.cpp +++ b/src/mdaDelay.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaDelay.h" #include diff --git a/src/mdaDelay.h b/src/mdaDelay.h index 3ce1a61..6c7535e 100644 --- a/src/mdaDelay.h +++ b/src/mdaDelay.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaDelay_H #define __mdaDelay_H diff --git a/src/mdaDetune.cpp b/src/mdaDetune.cpp index 925d401..2759ad3 100644 --- a/src/mdaDetune.cpp +++ b/src/mdaDetune.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA Template" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaDetune.h" diff --git a/src/mdaDetune.h b/src/mdaDetune.h index 072336d..2bfe229 100644 --- a/src/mdaDetune.h +++ b/src/mdaDetune.h @@ -1,5 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #define NPARAMS 4 ///number of parameters #define NPROGS 4 ///number of programs diff --git a/src/mdaDither.cpp b/src/mdaDither.cpp index 41ef831..e1aae27 100644 --- a/src/mdaDither.cpp +++ b/src/mdaDither.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaDither.h" #include diff --git a/src/mdaDither.h b/src/mdaDither.h index 2a1ee60..21529f8 100644 --- a/src/mdaDither.h +++ b/src/mdaDither.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaDither_H #define __mdaDither_H diff --git a/src/mdaDubDelay.cpp b/src/mdaDubDelay.cpp index eb84d9c..7742ab8 100644 --- a/src/mdaDubDelay.cpp +++ b/src/mdaDubDelay.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaDubDelay.h" #include diff --git a/src/mdaDubDelay.h b/src/mdaDubDelay.h index 31cde6b..56be65c 100644 --- a/src/mdaDubDelay.h +++ b/src/mdaDubDelay.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaDubDelay_H #define __mdaDubDelay_H diff --git a/src/mdaDynamics.cpp b/src/mdaDynamics.cpp index 3de1664..1210da0 100644 --- a/src/mdaDynamics.cpp +++ b/src/mdaDynamics.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaDynamics.h" #include diff --git a/src/mdaDynamics.h b/src/mdaDynamics.h index 3867bca..7040191 100644 --- a/src/mdaDynamics.h +++ b/src/mdaDynamics.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaDynamics_H #define __mdaDynamics_H diff --git a/src/mdaEPiano.cpp b/src/mdaEPiano.cpp index a68baf1..6f45e8b 100644 --- a/src/mdaEPiano.cpp +++ b/src/mdaEPiano.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaEPianoData.h" #include "mdaEPiano.h" diff --git a/src/mdaEPiano.h b/src/mdaEPiano.h index 354c037..8a0977d 100644 --- a/src/mdaEPiano.h +++ b/src/mdaEPiano.h @@ -1,4 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #ifndef __mdaEPiano__ #define __mdaEPiano__ diff --git a/src/mdaImage.cpp b/src/mdaImage.cpp index e582c26..d153510 100644 --- a/src/mdaImage.cpp +++ b/src/mdaImage.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaImage.h" #include diff --git a/src/mdaImage.h b/src/mdaImage.h index c52eb9c..69b53bd 100644 --- a/src/mdaImage.h +++ b/src/mdaImage.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaImage_H #define __mdaImage_H diff --git a/src/mdaJX10.cpp b/src/mdaJX10.cpp index 2a7737a..dbbc76c 100644 --- a/src/mdaJX10.cpp +++ b/src/mdaJX10.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA JX10" v1.1 -// -// Copyright(c)1999-2001 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaJX10.h" diff --git a/src/mdaJX10.h b/src/mdaJX10.h index f570998..275e07f 100644 --- a/src/mdaJX10.h +++ b/src/mdaJX10.h @@ -1,4 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #ifndef __mdaJX10__ #define __mdaJX10__ diff --git a/src/mdaLeslie.cpp b/src/mdaLeslie.cpp index 71134df..db37349 100644 --- a/src/mdaLeslie.cpp +++ b/src/mdaLeslie.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + //Remove optimization /Og else wavelab crashes!!! #include "mdaLeslie.h" diff --git a/src/mdaLeslie.h b/src/mdaLeslie.h index c4c21cd..ba4f763 100644 --- a/src/mdaLeslie.h +++ b/src/mdaLeslie.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaLeslie_H #define __mdaLeslie_H diff --git a/src/mdaLimiter.cpp b/src/mdaLimiter.cpp index 11358e7..02fff3b 100644 --- a/src/mdaLimiter.cpp +++ b/src/mdaLimiter.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaLimiter.h" #include diff --git a/src/mdaLimiter.h b/src/mdaLimiter.h index 276a85d..f162299 100644 --- a/src/mdaLimiter.h +++ b/src/mdaLimiter.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaLimiter_H #define __mdaLimiter_H diff --git a/src/mdaLooplex.cpp b/src/mdaLooplex.cpp index 76f84b1..8c4fcdc 100644 --- a/src/mdaLooplex.cpp +++ b/src/mdaLooplex.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "mdaLooplex" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaLooplex.h" diff --git a/src/mdaLooplex.h b/src/mdaLooplex.h index f35e83a..38a69e0 100644 --- a/src/mdaLooplex.h +++ b/src/mdaLooplex.h @@ -1,4 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #ifndef __mdaLooplex__ #define __mdaLooplex__ diff --git a/src/mdaLoudness.cpp b/src/mdaLoudness.cpp index 4ec1eba..9af8ab6 100644 --- a/src/mdaLoudness.cpp +++ b/src/mdaLoudness.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA Loudness" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ ///27 Mar 2001 - changed number of programs - was not remembering settings diff --git a/src/mdaLoudness.h b/src/mdaLoudness.h index 0e13d95..6b61ce4 100644 --- a/src/mdaLoudness.h +++ b/src/mdaLoudness.h @@ -1,5 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #define NPARAMS 3 ///number of parameters #define NPROGS 8 ///number of programs diff --git a/src/mdaMultiBand.cpp b/src/mdaMultiBand.cpp index 035c69d..0bf3af5 100644 --- a/src/mdaMultiBand.cpp +++ b/src/mdaMultiBand.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaMultiBand.h" #include diff --git a/src/mdaMultiBand.h b/src/mdaMultiBand.h index 6f83c56..657ee69 100644 --- a/src/mdaMultiBand.h +++ b/src/mdaMultiBand.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaMultiBand_H #define __mdaMultiBand_H diff --git a/src/mdaOverdrive.cpp b/src/mdaOverdrive.cpp index 6fd319b..768997c 100644 --- a/src/mdaOverdrive.cpp +++ b/src/mdaOverdrive.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaOverdrive.h" #include diff --git a/src/mdaOverdrive.h b/src/mdaOverdrive.h index a45eba7..5f0011c 100644 --- a/src/mdaOverdrive.h +++ b/src/mdaOverdrive.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaOverdrive_H #define __mdaOverdrive_H diff --git a/src/mdaPiano.cpp b/src/mdaPiano.cpp index 5162771..318e423 100644 --- a/src/mdaPiano.cpp +++ b/src/mdaPiano.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA Piano" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaPianoData.h" #include "mdaPiano.h" diff --git a/src/mdaPiano.h b/src/mdaPiano.h index 96d2c07..7ce2191 100644 --- a/src/mdaPiano.h +++ b/src/mdaPiano.h @@ -1,5 +1,20 @@ - -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #ifndef __mdaPiano__ #define __mdaPiano__ diff --git a/src/mdaRePsycho.cpp b/src/mdaRePsycho.cpp index bfc7e19..2156784 100644 --- a/src/mdaRePsycho.cpp +++ b/src/mdaRePsycho.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaRePsycho.h" #include diff --git a/src/mdaRePsycho.h b/src/mdaRePsycho.h index 873ec91..57735d7 100644 --- a/src/mdaRePsycho.h +++ b/src/mdaRePsycho.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaRePsycho_H #define __mdaRePsycho_H diff --git a/src/mdaRezFilter.cpp b/src/mdaRezFilter.cpp index 75b2aea..ae0ca56 100644 --- a/src/mdaRezFilter.cpp +++ b/src/mdaRezFilter.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaRezFilter.h" #include diff --git a/src/mdaRezFilter.h b/src/mdaRezFilter.h index a2579a0..d113ce2 100644 --- a/src/mdaRezFilter.h +++ b/src/mdaRezFilter.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaRezFilter_H #define __mdaRezFilter_H diff --git a/src/mdaRingMod.cpp b/src/mdaRingMod.cpp index 259c597..714650c 100644 --- a/src/mdaRingMod.cpp +++ b/src/mdaRingMod.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaRingMod.h" #include diff --git a/src/mdaRingMod.h b/src/mdaRingMod.h index 5255f2b..3e8750d 100644 --- a/src/mdaRingMod.h +++ b/src/mdaRingMod.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaRingMod_H #define __mdaRingMod_H diff --git a/src/mdaRoundPan.cpp b/src/mdaRoundPan.cpp index e040f2e..49b7a25 100644 --- a/src/mdaRoundPan.cpp +++ b/src/mdaRoundPan.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaRoundPan.h" #include diff --git a/src/mdaRoundPan.h b/src/mdaRoundPan.h index 916dcaf..674c406 100644 --- a/src/mdaRoundPan.h +++ b/src/mdaRoundPan.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaRoundPan_H #define __mdaRoundPan_H diff --git a/src/mdaShepard.cpp b/src/mdaShepard.cpp index 0e21794..349a082 100644 --- a/src/mdaShepard.cpp +++ b/src/mdaShepard.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaShepard.h" #include diff --git a/src/mdaShepard.h b/src/mdaShepard.h index cce85d3..51fda27 100644 --- a/src/mdaShepard.h +++ b/src/mdaShepard.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaShepard_H #define __mdaShepard_H diff --git a/src/mdaSpecMeter.cpp b/src/mdaSpecMeter.cpp index 4ecb7a5..100724b 100644 --- a/src/mdaSpecMeter.cpp +++ b/src/mdaSpecMeter.cpp @@ -1,9 +1,20 @@ -// -// Plug-in: "MDA SpecMeter" -// -// Copyright(c)2002 Paul Kellett (maxim digital audio) -// - +/* + Copyright 2008-2011 David Robillard + Copyright 2002 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include #include diff --git a/src/mdaSpecMeter.h b/src/mdaSpecMeter.h index 4a5d312..84f2df6 100644 --- a/src/mdaSpecMeter.h +++ b/src/mdaSpecMeter.h @@ -1,9 +1,20 @@ -// -// Plug-in: "MDA SpecMeter" -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// Copyright (C) 2008-2009 David Robillard -// +/* + Copyright 2008-2011 David Robillard + Copyright 2002 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "audioeffectx.h" diff --git a/src/mdaSpecMeterGUI.cpp b/src/mdaSpecMeterGUI.cpp index dcee2a0..bb88816 100644 --- a/src/mdaSpecMeterGUI.cpp +++ b/src/mdaSpecMeterGUI.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaSpecMeterGUI.h" #include "mdaSpecMeter.h" #include diff --git a/src/mdaSpecMeterGUI.h b/src/mdaSpecMeterGUI.h index bc0a232..edb0f9c 100644 --- a/src/mdaSpecMeterGUI.h +++ b/src/mdaSpecMeterGUI.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef _mdaSpecMeterGUI_h_ #define _mdaSpecMeterGUI_h_ diff --git a/src/mdaSplitter.cpp b/src/mdaSplitter.cpp index 2902c1f..5a78cd2 100644 --- a/src/mdaSplitter.cpp +++ b/src/mdaSplitter.cpp @@ -1,8 +1,20 @@ -// -// mda plug-in: "MDA Splitter" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaSplitter.h" diff --git a/src/mdaSplitter.h b/src/mdaSplitter.h index b2ca065..32e1f3a 100644 --- a/src/mdaSplitter.h +++ b/src/mdaSplitter.h @@ -1,5 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #define NPARAMS 7 ///number of parameters #define NPROGS 3 ///number of programs diff --git a/src/mdaStereo.cpp b/src/mdaStereo.cpp index eedc62b..421338f 100644 --- a/src/mdaStereo.cpp +++ b/src/mdaStereo.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaStereo.h" #include diff --git a/src/mdaStereo.h b/src/mdaStereo.h index ce6912e..788b110 100644 --- a/src/mdaStereo.h +++ b/src/mdaStereo.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaStereo_H #define __mdaStereo_H diff --git a/src/mdaSubSynth.cpp b/src/mdaSubSynth.cpp index 4de2ac9..e6039da 100644 --- a/src/mdaSubSynth.cpp +++ b/src/mdaSubSynth.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaSubSynth.h" #include diff --git a/src/mdaSubSynth.h b/src/mdaSubSynth.h index d2b3956..f4e986a 100644 --- a/src/mdaSubSynth.h +++ b/src/mdaSubSynth.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "audioeffectx.h" class mdaSubSynth : public AudioEffectX diff --git a/src/mdaTalkBox.cpp b/src/mdaTalkBox.cpp index 1649f7a..f615f6b 100644 --- a/src/mdaTalkBox.cpp +++ b/src/mdaTalkBox.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA Template" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaTalkBox.h" diff --git a/src/mdaTalkBox.h b/src/mdaTalkBox.h index 593e2b7..c2894a5 100644 --- a/src/mdaTalkBox.h +++ b/src/mdaTalkBox.h @@ -1,4 +1,21 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "audioeffectx.h" #define NPARAMS 4 ///number of parameters diff --git a/src/mdaTestTone.cpp b/src/mdaTestTone.cpp index 4972940..5d86576 100644 --- a/src/mdaTestTone.cpp +++ b/src/mdaTestTone.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaTestTone.h" #include diff --git a/src/mdaTestTone.h b/src/mdaTestTone.h index 4bf2317..2aef89c 100644 --- a/src/mdaTestTone.h +++ b/src/mdaTestTone.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaTestTone_H #define __mdaTestTone_H diff --git a/src/mdaThruZero.cpp b/src/mdaThruZero.cpp index 7bcd67f..df2fff5 100644 --- a/src/mdaThruZero.cpp +++ b/src/mdaThruZero.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA ThruZero" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaThruZero.h" diff --git a/src/mdaThruZero.h b/src/mdaThruZero.h index d2e20fd..e4f58d0 100644 --- a/src/mdaThruZero.h +++ b/src/mdaThruZero.h @@ -1,5 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #define NPARAMS 5 ///number of parameters #define NPROGS 4 ///number of programs diff --git a/src/mdaTracker.cpp b/src/mdaTracker.cpp index 6fd668c..d0bc277 100644 --- a/src/mdaTracker.cpp +++ b/src/mdaTracker.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaTracker.h" #include diff --git a/src/mdaTracker.h b/src/mdaTracker.h index 01f54b6..9caa2c3 100644 --- a/src/mdaTracker.h +++ b/src/mdaTracker.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaTracker_H #define __mdaTracker_H diff --git a/src/mdaTransient.cpp b/src/mdaTransient.cpp index ba27302..752104d 100644 --- a/src/mdaTransient.cpp +++ b/src/mdaTransient.cpp @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #include "mdaTransient.h" #include diff --git a/src/mdaTransient.h b/src/mdaTransient.h index d13a5ee..6511be9 100644 --- a/src/mdaTransient.h +++ b/src/mdaTransient.h @@ -1,3 +1,21 @@ +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ + #ifndef __mdaTransient_H #define __mdaTransient_H diff --git a/src/mdaVocInput.cpp b/src/mdaVocInput.cpp index f4372ea..577e1c8 100644 --- a/src/mdaVocInput.cpp +++ b/src/mdaVocInput.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA VocSource" v1.0 (generates carrier signal for vocoder) -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaVocInput.h" diff --git a/src/mdaVocInput.h b/src/mdaVocInput.h index f8956e5..5df8fa1 100644 --- a/src/mdaVocInput.h +++ b/src/mdaVocInput.h @@ -1,5 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #define NPARAMS 5 ///number of parameters #define NPROGS 1 ///number of programs diff --git a/src/mdaVocoder.cpp b/src/mdaVocoder.cpp index af9e8b0..fd5402a 100644 --- a/src/mdaVocoder.cpp +++ b/src/mdaVocoder.cpp @@ -1,8 +1,20 @@ -// -// Plug-in: "MDA Vocoder" v1.0 -// -// Copyright(c)1999-2000 Paul Kellett (maxim digital audio) -// +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #include "mdaVocoder.h" diff --git a/src/mdaVocoder.h b/src/mdaVocoder.h index 71e29cc..4158258 100644 --- a/src/mdaVocoder.h +++ b/src/mdaVocoder.h @@ -1,5 +1,20 @@ -//See associated .cpp file for copyright and other info +/* + Copyright 2008-2011 David Robillard + Copyright 1999-2000 Paul Kellett (Maxim Digital Audio) + This 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 3 of the License, + or (at your option) any later version. + + This software 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 software. If not, see . +*/ #define NPARAMS 8 ///number of parameters #define NPROGS 5 ///number of programs -- cgit v1.2.1