From 5da8c2b47624c7e10adab8ea062855bdf375c7bb Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 13 Jan 2014 12:47:21 +0000 Subject: [PATCH] 'libs/evoral' - and add 'Note.impl' to the project --- libs/evoral/src/Note.impl | 112 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 libs/evoral/src/Note.impl diff --git a/libs/evoral/src/Note.impl b/libs/evoral/src/Note.impl new file mode 100644 index 0000000000..d63e31a831 --- /dev/null +++ b/libs/evoral/src/Note.impl @@ -0,0 +1,112 @@ +/* This file is part of Evoral. + * Copyright (C) 2008 David Robillard + * Copyright (C) 2000-2008 Paul Davis + * + * Evoral 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. + * + * Evoral 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 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 + */ + +#include +#include +#include +// Commented out by JE - 23-10-2013 #include "evoral/Note.hpp" + +namespace Evoral { + +template +Note