You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
701 B

{
"devices": {
"baritone": {
"fund": "A#|1",
"sys": "valves"
},
"french_horn": {
"fund": "F|1",
"sys": "valves"
},
"trombone": {
"fund": "A#|1",
"sys": "slide"
},
"trumpet": {
"fund": "A#|2",
"sys": "valves"
},
"tuba": {
"fund": "A#|0",
"sys": "valves"
}
},
"slide": [
"1",
"2",
"3",
"4",
"5",
"6",
"7"
],
"valves": [
"0",
"2",
"1",
"1,2",
"2,3",
"1,3",
"1,2,3"
]
}