client/data/categories.json
author ymh <ymh.work@gmail.com>
Sat, 25 Oct 2014 00:42:30 +0200
changeset 64 2f5d0e9fe7b5
parent 58 726ee64f18a9
child 68 9f6b2da245a3
permissions -rw-r--r--
correct syntax error
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     1
{
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
     2
    "categories": [
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
     3
        {
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
     4
            "label": "Mélodie",
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
     5
            "prelabel": "",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
     6
            "color": "rgb(205,200,63)",
56
b90c1bd1a46e debug cat
cavaliet
parents: 55
diff changeset
     7
            "code": "melodie",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
     8
            "subcategories": [
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
     9
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    10
                    "label": "Mélodieux",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    11
                    "prelabel": "Mélodie",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    12
                    "color": "rgb(205,200,63)",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    13
                    "code": "melodie-trop"
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    14
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    15
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    16
                    "label": "Consonnant",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    17
                    "prelabel": "Mélodie",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    18
                    "color": "rgb(205,200,63)",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    19
                    "code": "melodie-trop-peu"
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    20
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    21
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    22
                    "label": "Dissonnant",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    23
                    "prelabel": "Mélodie",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    24
                    "color": "rgb(205,200,63)",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    25
                    "code": "melodie-trop-peu"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    26
                }
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    27
            ]
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    28
        },
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    29
        {
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    30
            "label": "Rythme",
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    31
            "prelabel": "",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    32
            "color": "rgb(78,144,204)",
56
b90c1bd1a46e debug cat
cavaliet
parents: 55
diff changeset
    33
            "code": "rythme",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    34
            "subcategories": [
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    35
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    36
                    "label": "Lent",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    37
                    "prelabel": "Rythme",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    38
                    "color": "rgb(78,144,204)",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    39
                    "code": "rythme-lent"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    40
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    41
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    42
                    "label": "Rapide",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    43
                    "prelabel": "Rythme",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    44
                    "color": "rgb(78,144,204)",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    45
                    "code": "rythme-rapide"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    46
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    47
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    48
                    "label": "Déstructuré",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    49
                    "prelabel": "Rythme",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    50
                    "color": "rgb(78,144,204)",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    51
                    "code": "rythme-destructure"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    52
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    53
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    54
                    "label": "Ça swingue",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    55
                    "prelabel": "Rythme",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    56
                    "color": "rgb(78,144,204)",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    57
                    "code": "rythme-destructure"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    58
                }
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    59
            ]
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    60
        },
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    61
        {
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    62
            "label": "Narration",
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    63
            "prelabel": "",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    64
            "color": "rgb(211,94,60)",
56
b90c1bd1a46e debug cat
cavaliet
parents: 55
diff changeset
    65
            "code": "narration",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    66
            "subcategories": [
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    67
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    68
                    "label": "Construction",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    69
                    "prelabel": "Narration",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    70
                    "color": "rgb(211,94,60)",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    71
                    "code": "narration-trop"
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    72
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    73
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    74
                    "label": "Suspense",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    75
                    "prelabel": "Narration",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    76
                    "color": "rgb(211,94,60)",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    77
                    "code": "narration-trop-peu"
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    78
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    79
                {
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    80
                    "label": "Intriguant",
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    81
                    "prelabel": "Narration",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    82
                    "color": "rgb(211,94,60)",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    83
                    "code": "narration-intriguant"
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    84
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    85
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    86
                    "label": "Régulier",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    87
                    "prelabel": "Narration",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    88
                    "color": "rgb(211,94,60)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    89
                    "code": "narration-dommage"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    90
                }
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    91
            ]
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    92
        },
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    93
        {
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    94
            "label": "Interaction entre musiciens",
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
    95
            "prelabel": "",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
    96
            "color": "rgb(197,163,202)",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
    97
            "code": "interaction"
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    98
        },
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
    99
        {
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   100
            "label": "Gestuelle",
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   101
            "prelabel": "",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
   102
            "color": "rgb(121,187,146)",
56
b90c1bd1a46e debug cat
cavaliet
parents: 55
diff changeset
   103
            "code": "gestuelle",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   104
            "subcategories": [
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   105
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   106
                    "label": "Contact",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   107
                    "prelabel": "Gestuelle",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
   108
                    "color": "rgb(121,187,146)",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   109
                    "code": "gestuelle-dommage"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   110
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   111
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   112
                    "label": "Théâtralité",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   113
                    "prelabel": "Gestuelle",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
   114
                    "color": "rgb(121,187,146)",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   115
                    "code": "gestuelle-trop"
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   116
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   117
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   118
                    "label": "Danse",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   119
                    "prelabel": "Gestuelle",
55
18e48b4ec917 update categories, again, and client css
cavaliet
parents: 54
diff changeset
   120
                    "color": "rgb(121,187,146)",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   121
                    "code": "gestuelle-trop-peu"
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   122
                }
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   123
            ]
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   124
        },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   125
        {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   126
            "label": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   127
            "prelabel": "",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   128
            "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   129
            "code": "a-rejouer",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   130
            "subcategories": [
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   131
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   132
                    "label": "Piano",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   133
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   134
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   135
                    "code": "a-rejouer-plus-vite"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   136
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   137
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   138
                    "label": "Clarinette",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   139
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   140
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   141
                    "code": "a-rejouer-plus-lentement"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   142
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   143
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   144
                    "label": "Saxophone",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   145
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   146
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   147
                    "code": "a-rejouer-autre-instrument"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   148
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   149
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   150
                    "label": "Batterie",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   151
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   152
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   153
                    "code": "a-rejouer-autre-instrument"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   154
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   155
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   156
                    "label": "Voix chantée",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   157
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   158
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   159
                    "code": "a-rejouer-autre-instrument"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   160
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   161
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   162
                    "label": "Guitare",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   163
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   164
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   165
                    "code": "a-rejouer-autre-instrument"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   166
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   167
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   168
                    "label": "Synthé",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   169
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   170
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   171
                    "code": "a-rejouer-autre-instrument"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   172
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   173
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   174
                    "label": "Voix parlée",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   175
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   176
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   177
                    "code": "a-rejouer-autre-instrument"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   178
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   179
                {
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   180
                    "label": "Karlax",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   181
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   182
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   183
                    "code": "a-rejouer-autre-instrument"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   184
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   185
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   186
                    "label": "Boîte à rythme",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   187
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   188
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   189
                    "code": "a-rejouer-autre-instrument"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   190
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   191
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   192
                    "label": "Flûte",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   193
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   194
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   195
                    "code": "a-rejouer-autre-instrument"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   196
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   197
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   198
                    "label": "Violon",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   199
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   200
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   201
                    "code": "a-rejouer-autre-instrument"
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   202
                },
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   203
                {
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   204
                    "label": "Flûte Scoatariu",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   205
                    "prelabel": "Instruments",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   206
                    "color": "rgb(137,199,214)",
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   207
                    "code": "a-rejouer-autre-instrument"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   208
                }
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   209
            ]
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
   210
        },
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
   211
        {
54
31cea001a298 various channels
cavaliet
parents: 48
diff changeset
   212
            "label": "À Rejouer",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   213
            "prelabel": "",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   214
            "color": "rgb(222,139,83)",
56
b90c1bd1a46e debug cat
cavaliet
parents: 55
diff changeset
   215
            "code": "a-rejouer",
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   216
            "subcategories": [
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   217
                {
54
31cea001a298 various channels
cavaliet
parents: 48
diff changeset
   218
                    "label": "Plus vite",
31cea001a298 various channels
cavaliet
parents: 48
diff changeset
   219
                    "prelabel": "À Rejouer",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   220
                    "color": "rgb(222,139,83)",
56
b90c1bd1a46e debug cat
cavaliet
parents: 55
diff changeset
   221
                    "code": "a-rejouer-plus-vite"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   222
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   223
                {
54
31cea001a298 various channels
cavaliet
parents: 48
diff changeset
   224
                    "label": "Plus lentement",
31cea001a298 various channels
cavaliet
parents: 48
diff changeset
   225
                    "prelabel": "À Rejouer",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   226
                    "color": "rgb(222,139,83)",
56
b90c1bd1a46e debug cat
cavaliet
parents: 55
diff changeset
   227
                    "code": "a-rejouer-plus-lentement"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   228
                },
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   229
                {
54
31cea001a298 various channels
cavaliet
parents: 48
diff changeset
   230
                    "label": "Avec un autre instrument",
31cea001a298 various channels
cavaliet
parents: 48
diff changeset
   231
                    "prelabel": "À Rejouer",
58
726ee64f18a9 new cat, new colors, links to embed...
cavaliet
parents: 56
diff changeset
   232
                    "color": "rgb(222,139,83)",
56
b90c1bd1a46e debug cat
cavaliet
parents: 55
diff changeset
   233
                    "code": "a-rejouer-autre-instrument"
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   234
                }
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   235
            ]
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
   236
        }
48
a7abfcfd7959 real time with piano roll and new category management
cavaliet
parents: 11
diff changeset
   237
    ]
1
1cdebfeb77f9 add client folder and update hgignore
cavaliet
parents:
diff changeset
   238
}