45 lines
No EOL
774 B
JSON
45 lines
No EOL
774 B
JSON
{
|
|
"server": {
|
|
"listen": "0.0.0.0",
|
|
"port": 3000
|
|
},
|
|
"requests": {
|
|
"timeout": 5000
|
|
},
|
|
"systemd": [
|
|
"jack-capture"
|
|
],
|
|
"log": {
|
|
"level": "debug",
|
|
"format": "DD.MM.YYYY HH:mm:ss:SS"
|
|
},
|
|
"osc": {
|
|
"host": "192.168.1.24",
|
|
"port": "12101",
|
|
"address": "/midi"
|
|
},
|
|
"modep": {
|
|
"host": "192.168.1.24",
|
|
"port": 80
|
|
},
|
|
"blinky": {
|
|
"enabled": true,
|
|
"host": "192.168.1.31",
|
|
"port": 3000,
|
|
"colors": {
|
|
"BigMuffPi": {
|
|
"enabled": "#008800",
|
|
"bypassed": "002200"
|
|
},
|
|
"Overdrive": {
|
|
"enabled": "#888800",
|
|
"bypassed": "#222200"
|
|
},
|
|
"StompBox_fuzz": {
|
|
"enabled": "#7700AA",
|
|
"bypassed": "#220022"
|
|
}
|
|
},
|
|
"Bypass": "#333333"
|
|
}
|
|
} |