new modole system

This commit is contained in:
Ryzerth
2020-09-19 12:48:34 +02:00
parent 1ef31f0f8b
commit d6b9e1d86a
164 changed files with 414 additions and 413 deletions

View File

@ -9,7 +9,7 @@
"bandPlan": "General",
"bandPlanEnabled": true,
"fftHeight": 300,
"frequency": 100100000,
"frequency": 99000000,
"max": 0.0,
"maximized": false,
"menuWidth": 300,
@ -27,7 +27,7 @@
}
},
"windowSize": {
"h": 725,
"h": 726,
"w": 1280
}
}

View File

@ -1,4 +1,6 @@
{
"Radio": "../build/modules/radio/Release/radio.dll",
"Recorder": "../build/modules/recorder/Release/recorder.dll"
"Radio": "../build/radio/Release/radio.dll",
"Recorder": "../build/recorder/Release/recorder.dll",
"Demo": "../build/demo/Release/demo.dll",
"Demo 2": "../build/demo/Release/demo.dll"
}