aboutsummaryrefslogtreecommitdiff
path: root/examples/supplement.json
blob: 5e20466280d21c498e3a35e66f34a85ef58dad5a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "instruments": {
        "oscil3": [
            [10, 1, 123],
            [11, 1, 456],
            [12, 1, 789],
            [13, 1, 432]
        ]
    }
}