Mercurial > hg > nodescore
diff scoreB.js @ 64:20758a107447
major fix of lots of bugs
author | tzara <rc-web@kiben.net> |
---|---|
date | Thu, 23 May 2013 22:41:23 +0000 |
parents | 9bf133b91890 |
children | ab53902406d4 |
line wrap: on
line diff
--- a/scoreB.js Tue May 21 00:35:33 2013 +0000 +++ b/scoreB.js Thu May 23 22:41:23 2013 +0000 @@ -9,7 +9,6 @@ // srcsqr[4] = [31,30,08,09,12,15]; // srcsqr[5] = [28,29,10,11,14,13]; - srcsqr = [] srcsqr[0] = [52, 61, 4, 13, 20, 29, 36, 45]; srcsqr[1] = [14, 3, 62, 51, 46, 35, 30, 19]; @@ -23,12 +22,14 @@ seqA = { metrobeat:0, voice:1, - name: "A", - counter: 0, mm: 60, beatsinbar: 4, - durations: srcsqr[0], - units: [[24,25,26,27,28,29,30,31], - [24,25,26,27,28,29,30,31], - [8,9,10,11,12,13,14,15] + name: "A", + transect: 0, + nextunit: 0, + counter: 0, mm: 110, beatsinbar: 4, + units: [[48,49,41,40,30,31,38,39], + [0,9,18,27,35,42,49,56], + [56,57,58,59,60,61,62,63] + ] }; @@ -36,12 +37,13 @@ metrobeat:0, voice:2, name: "B", + transect: 0, + nextunit: 0, counter: 0, - mm: 60, beatsinbar: 4, - durations: srcsqr[1], + mm: 110, beatsinbar: 4, units: [[8,9,10,11,12,13,14,15], - [24,25,26,27,28,29,30,31], - [16,17,18,19,20,21,22,23] + [27,28,35,36,0,7,63,56], + [0,9,18,27,35,42,49,56] ] }; @@ -49,12 +51,14 @@ metrobeat:0, voice:3, name: "C", + transect: 0, + nextunit: 0, counter: 0, - mm: 60, beatsinbar: 4, - durations: srcsqr[5], - units: [[16,17,18,19,20,21,22,23], - [8,9,10,11,12,13,14,15], - [24,25,26,27,28,29,30,31] + mm: 110, beatsinbar: 4, + units: [ + [16,17,18,19,20,21,22,23], + [48,49,41,40,30,31,38,39], + [16,17,18,19,20,21,22,23] ] }; @@ -62,12 +66,15 @@ metrobeat:0, voice:4, name: "D", + transect: 0, + nextunit: 0, counter: 0, - mm: 60, beatsinbar: 4, - durations: srcsqr[7], + mm: 110, beatsinbar: 4, + //durations: srcsqr[7], units: [[0,1,2,3,4,5,6,7], - [24,25,26,27,28,29,30,31], - [16,17,18,19,20,21,22,23] + [48,49,41,40,30,31,38,39], + [0,1,2,3,4,5,6,7] + ] };