Skip to content

Commit

Permalink
Default config
Browse files Browse the repository at this point in the history
  • Loading branch information
totetmatt committed Oct 7, 2024
1 parent 3979482 commit 9c9557f
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions package/common/config.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,39 @@
{
"font":{
"file":"ProFontWindows.ttf",
"size":18,
"size":18
},
"window":{
"width":1280,
"height":720,
"fullscreen":false,
"borderless":false
},
"rendering":{
"fftSmoothFactor": 0.9,
"fftPreProcessing": true,
"fftPeakNormalization": false
},
"textures":{
"texChecker":"textures/checker.png",
"texNoise":"textures/noise.png",
"texTex1":"textures/tex1.jpg",
"texTex2":"textures/tex2.jpg",
"texTex3":"textures/tex3.jpg",
"texTex4":"textures/tex4.jpg",
"texTex4":"textures/tex4.jpg"
},
"gui":{
"outputHeight": 100,
"opacity": 192,
"texturePreviewWidth": 100,
"texturePreviewWidth": 100
},
"network": {
"enabled": true,
"serverURL": "ws://drone.alkama.com:9000/roomname/handle",
"networkMode": "grabber",
"updateInterval": 0.5,
"syncTimeWithSender": true,
"sendMidiControls": false,
"grabMidiControls": false
}
}

0 comments on commit 9c9557f

Please sign in to comment.