comparison scoreB.js @ 65:ab53902406d4

update presussex
author tzara <rc-web@kiben.net>
date Fri, 07 Jun 2013 16:17:36 +0000
parents 20758a107447
children 6889df0494a4
comparison
equal deleted inserted replaced
64:20758a107447 65:ab53902406d4
23 metrobeat:0, 23 metrobeat:0,
24 voice:1, 24 voice:1,
25 name: "A", 25 name: "A",
26 transect: 0, 26 transect: 0,
27 nextunit: 0, 27 nextunit: 0,
28 counter: 0, mm: 110, beatsinbar: 4, 28 counter: 0, mm: 60, beatsinbar: 4,
29 units: [[48,49,41,40,30,31,38,39], 29 units: [[48,49,41,40,30,31,38,39],
30 [0,9,18,27,35,42,49,56], 30 [0,9,18,27,35,42,49,56],
31 [56,57,58,59,60,61,62,63] 31 [56,57,58,59,60,61,62,63]
32
33 ] 32 ]
34 }; 33 };
35 34
36 seqB = { 35 seqB = {
37 metrobeat:0, 36 metrobeat:0,
38 voice:2, 37 voice:2,
39 name: "B", 38 name: "B",
40 transect: 0, 39 transect: 0,
41 nextunit: 0, 40 nextunit: 0,
42 counter: 0, 41 counter: 0,
43 mm: 110, beatsinbar: 4, 42 mm: 60, beatsinbar: 4,
44 units: [[8,9,10,11,12,13,14,15], 43 units: [[8,9,10,11,12,13,14,15],
45 [27,28,35,36,0,7,63,56], 44 [27,28,35,36,0,7,63,56],
46 [0,9,18,27,35,42,49,56] 45 [0,9,18,27,35,42,49,56]
47 ] 46 ]
48 }; 47 };
52 voice:3, 51 voice:3,
53 name: "C", 52 name: "C",
54 transect: 0, 53 transect: 0,
55 nextunit: 0, 54 nextunit: 0,
56 counter: 0, 55 counter: 0,
57 mm: 110, beatsinbar: 4, 56 mm: 60, beatsinbar: 4,
58 units: [ 57 units: [
59 [16,17,18,19,20,21,22,23], 58 [16,17,18,19,20,21,22,23],
60 [48,49,41,40,30,31,38,39], 59 [48,49,41,40,30,31,38,39],
61 [16,17,18,19,20,21,22,23] 60 [16,17,18,19,20,21,22,23]
62 ] 61 ]
67 voice:4, 66 voice:4,
68 name: "D", 67 name: "D",
69 transect: 0, 68 transect: 0,
70 nextunit: 0, 69 nextunit: 0,
71 counter: 0, 70 counter: 0,
72 mm: 110, beatsinbar: 4, 71 mm: 60, beatsinbar: 4,
73 //durations: srcsqr[7],
74 units: [[0,1,2,3,4,5,6,7], 72 units: [[0,1,2,3,4,5,6,7],
75 [48,49,41,40,30,31,38,39], 73 [48,49,41,40,30,31,38,39],
76 [0,1,2,3,4,5,6,7] 74 [0,1,2,3,4,5,6,7]
77 75
78 ] 76 ]
79 }; 77 };
80
81 //return seqA seqB seqC seqD
82
83 //}