aboutsummaryrefslogtreecommitdiffstats
path: root/pitchbendArray.h
diff options
context:
space:
mode:
authorGuillaume Riou <guiloua2@hotmail.com>2014-05-13 14:39:05 -0400
committerGuillaume Riou <guiloua2@hotmail.com>2014-05-13 14:39:05 -0400
commit608179b3b15e2fe1a3e4d3cddac67eec22620880 (patch)
treec459231b7c5ced34055d55340e616cb7cc408c9a /pitchbendArray.h
parent768b41fb5433e556239e92eb0237a1c9720b7cde (diff)
parent466cc1b61c36c22411324a3c9dd5131642da193c (diff)
Merge branch 'master' of https://github.com/adelrune/Llammas
Conflicts: squelette_synth_midi.ino
Diffstat (limited to 'pitchbendArray.h')
-rw-r--r--pitchbendArray.h22
1 files changed, 21 insertions, 1 deletions
diff --git a/pitchbendArray.h b/pitchbendArray.h
index d0ef6ae..ec77837 100644
--- a/pitchbendArray.h
+++ b/pitchbendArray.h
@@ -1,4 +1,24 @@
-
+/*
+ * pitchbendArray.h
+ *
+ * Copyright 2014 Guillaume Riou, Aude Forcione-Lambert & Nicolas Hurtubise.
+ *
+ * This file is part of Llammas.
+ *
+ * Llammas 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.
+ *
+ * Llammas 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 Llammas. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
#if ARDUINO >= 100
#include "Arduino.h"
#else