comparison 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
comparison
equal deleted inserted replaced
179:825193ef09d2 181:10e7c3ff575e
1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ 1 /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */
2 2
3 /* 3 /*
4 QM DSP Library 4 Silvet
5 5
6 Centre for Digital Music, Queen Mary, University of London. 6 A Vamp plugin for note transcription.
7 This file Copyright 2010 Chris Cannam. 7 Centre for Digital Music, Queen Mary University of London.
8 This file Copyright 2010 Chris Cannam.
8 9
9 This program is free software; you can redistribute it and/or 10 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License as 11 modify it under the terms of the GNU General Public License as
11 published by the Free Software Foundation; either version 2 of the 12 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 13 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 14 COPYING included with this distribution for more information.
14 */ 15 */
15 16
16 #ifndef MEDIAN_FILTER_H 17 #ifndef MEDIAN_FILTER_H
17 #define MEDIAN_FILTER_H 18 #define MEDIAN_FILTER_H
18 19