diff options
Diffstat (limited to 'examples/supplement.json')
-rw-r--r-- | examples/supplement.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/supplement.json b/examples/supplement.json new file mode 100644 index 0000000..5e20466 --- /dev/null +++ b/examples/supplement.json @@ -0,0 +1,10 @@ +{ + "instruments": { + "oscil3": [ + [10, 1, 123], + [11, 1, 456], + [12, 1, 789], + [13, 1, 432] + ] + } +}
\ No newline at end of file |