|
1 | | -// --------------------------------------------------------------------------------- |
2 | | -// (a-z)^2 |
3 | | -// --------------------------------------------------------------------------------- |
4 | | -// An interactive installation of 3 Days a Week (Guillaume Jacquemin / Matthieu Ranc |
5 | | -// Presented the 17th of June 2012 in Gare Experimentale, Paris, France |
6 | | -// --------------------------------------------------------------------------------- |
7 | | -// Controled with a KorgNano (MIDI) & linked with sound server on MaxMSP |
8 | | -// --------------------------------------------------------------- |
| 1 | +/* |
| 2 | + Performance: (a-z)^2 (c) by 3 Days a Week (Guillaume Jacquemin / Matthieu Ranc) |
| 3 | + This file was written by Guillaume Jacquemin and Matthieu Ranc. |
| 4 | + |
| 5 | + An interactive installation presented the 17th of June 2012 in Gare Experimentale, Paris, France |
| 6 | + Controled with a KorgNano (MIDI) & linked with sound server on MaxMSP |
| 7 | + |
| 8 | + (a-z)^2 is licensed under a |
| 9 | + Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. |
9 | 10 |
|
| 11 | + You should have received a copy of the license along with this |
| 12 | + work. If not, see <http://creativecommons.org/licenses/by-nc-nd/4.0/>. |
| 13 | +*/ |
| 14 | + |
| 15 | +/* |
| 16 | + * IanniX Score File |
| 17 | + */ |
10 | 18 |
|
11 | 19 | //Position of the curve in space |
12 | 20 | var curvesPosition = [ |
@@ -380,25 +388,3 @@ var points = [ |
380 | 388 | */ |
381 | 389 |
|
382 | 390 |
|
383 | | -/* |
384 | | - This file is part of IanniX, a graphical real-time open-source sequencer for digital art |
385 | | - Copyright (C) 2010-2014 — IanniX Association |
386 | | - |
387 | | - Project Manager: Thierry Coduys (http://www.le-hub.org) |
388 | | - Development: Guillaume Jacquemin (http://www.buzzinglight.com) |
389 | | - |
390 | | - This file was written by Guillaume Jacquemin. |
391 | | - |
392 | | - IanniX is a free software: you can redistribute it and/or modify |
393 | | - it under the terms of the GNU General Public License as published by |
394 | | - the Free Software Foundation, either version 3 of the License, or |
395 | | - any later version. |
396 | | - |
397 | | - This program is distributed in the hope that it will be useful, |
398 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
399 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
400 | | - GNU General Public License for more details. |
401 | | - |
402 | | - You should have received a copy of the GNU General Public License |
403 | | - along with this program. If not, see <http://www.gnu.org/licenses/>. |
404 | | -*/ |
0 commit comments