diff src/MedianFilter.h @ 181:10e7c3ff575e noteagent

Experimental branch toward note-agent stuff (not actually plumbed in yet)
author Chris Cannam
date Fri, 23 May 2014 12:40:18 +0100
parents 5899ebc40fcd
children
line wrap: on
line diff
--- a/src/MedianFilter.h	Thu May 22 15:06:37 2014 +0100
+++ b/src/MedianFilter.h	Fri May 23 12:40:18 2014 +0100
@@ -1,16 +1,17 @@
 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*-  vi:set ts=8 sts=4 sw=4: */
 
 /*
-    QM DSP Library
+  Silvet
 
-    Centre for Digital Music, Queen Mary, University of London.
-    This file Copyright 2010 Chris Cannam.
+  A Vamp plugin for note transcription.
+  Centre for Digital Music, Queen Mary University of London.
+  This file Copyright 2010 Chris Cannam.
 
-    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.
+  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.
 */
 
 #ifndef MEDIAN_FILTER_H