|
1 { |
|
2 "categories": [ |
|
3 { |
|
4 "label": "Instruments", |
|
5 "full_label": "Liste des instruments disponibles", |
|
6 "color": "rgb(205,200,63)", |
|
7 "subcategories":[ |
|
8 { |
|
9 "label": "Batterie", |
|
10 "full_label": "sous-catégorie 1-1", |
|
11 "color": "rgb(205,200,63)", |
|
12 "event_code": "ntm" |
|
13 }, |
|
14 { |
|
15 "label": "Clavier", |
|
16 "full_label": "sous-catégorie 1-2", |
|
17 "color": "rgb(205,200,63)", |
|
18 "event_code": "iam" |
|
19 }, |
|
20 { |
|
21 "label": "Guitare", |
|
22 "full_label": "sous-catégorie 1-3", |
|
23 "color": "rgb(205,200,63)", |
|
24 "event_code": "hip" |
|
25 }, |
|
26 { |
|
27 "label": "Trombone", |
|
28 "full_label": "sous-catégorie 1-4", |
|
29 "color": "rgb(205,200,63)", |
|
30 "event_code": "hop" |
|
31 } |
|
32 ] |
|
33 }, |
|
34 { |
|
35 "label": "Rythmique", |
|
36 "full_label": "catégorie 2", |
|
37 "color": "rgb(222,139,83)", |
|
38 "subcategories":[ |
|
39 { |
|
40 "label": "Accélération", |
|
41 "full_label": "sous-catégorie 2-1", |
|
42 "color": "rgb(222,139,83)", |
|
43 "event_code": "rock" |
|
44 }, |
|
45 { |
|
46 "label": "Décélération", |
|
47 "full_label": "sous-catégorie 2-2", |
|
48 "color": "rgb(222,139,83)", |
|
49 "event_code": "rap" |
|
50 }, |
|
51 { |
|
52 "label": "Pause", |
|
53 "full_label": "sous-catégorie 2-3", |
|
54 "color": "rgb(222,139,83)", |
|
55 "event_code": "classic" |
|
56 } |
|
57 ] |
|
58 }, |
|
59 { |
|
60 "label": "Une 3ème cat", |
|
61 "full_label": "catégorie 3", |
|
62 "color": "rgb(197,163,202)", |
|
63 "subcategories":[ |
|
64 { |
|
65 "label": "sub cat 3-1", |
|
66 "full_label": "sous-catégorie 3-1", |
|
67 "color": "rgb(197,163,202)", |
|
68 "event_code": "drums" |
|
69 }, |
|
70 { |
|
71 "label": "sub cat 3-2", |
|
72 "full_label": "sous-catégorie 3-2", |
|
73 "color": "rgb(197,163,202)", |
|
74 "event_code": "guitar" |
|
75 } |
|
76 ] |
|
77 }, |
|
78 { |
|
79 "label": "Annot'direct", |
|
80 "full_label": "catégorie 4", |
|
81 "color": "rgb(121,187,146)", |
|
82 "event_code": "bass" |
|
83 } |
|
84 ] |
|
85 } |