diff --git a/voice.config.json b/voice.config.json index 4d15218..27ed36a 100644 --- a/voice.config.json +++ b/voice.config.json @@ -1,4 +1,5 @@ { + "fullscreen" : true, "command_osc_channel" : "/command", "host_voicemachine" : "127.0.0.1", "port_voicemachine" : "1111", @@ -17,6 +18,7 @@ "name" : "CHAOS", "osc_channel" : { "background" : "/background", + "calculate": "/calculate", "color" : "/font/color", "root" : "/chaos", "size" : "/font/size", @@ -38,6 +40,7 @@ "name" : "ETHER", "osc_channel" : { "background" : "/background", + "calculate": "/calculate", "color" : "/font/color", "root" : "/ether", "size" : "/font/size", @@ -59,6 +62,7 @@ "name" : "BLAKE", "osc_channel" : { "background" : "/background", + "calculate": "/calculate", "color" : "/font/color", "root" : "/blake", "size" : "/font/size", @@ -80,6 +84,7 @@ "name" : "POMPOM", "osc_channel" : { "background" : "/background", + "calculate": "/calculate", "color" : "/font/color", "root" : "/pompom", "size" : "/font/size", @@ -101,6 +106,7 @@ "name" : "ANIMAL", "osc_channel" : { "background" : "/background", + "calculate": "/calculate", "color" : "/font/color", "root" : "/animal", "size" : "/font/size", @@ -122,6 +128,7 @@ "name" : "THEO", "osc_channel" : { "background" : "/background", + "calculate": "/calculate", "color" : "/font/color", "root" : "/theo", "size" : "/font/size",