new scripting system

This commit is contained in:
Ryzerth
2020-10-07 14:44:39 +02:00
parent ac068036b8
commit 46d5b8a750
16 changed files with 105440 additions and 7 deletions

View File

@ -11,6 +11,7 @@
"Radio",
"Recorder",
"Audio",
"Scripting",
"Band Plan",
"Display"
],
@ -20,7 +21,7 @@
"source": "",
"sourceSettings": {},
"windowSize": {
"h": 1053,
"w": 1920
"h": 720,
"w": 1280
}
}

View File

@ -1,7 +1,7 @@
{
"Radio": "./radio/radio.so",
"Recorder": "./recorder/recorder.so",
"Soapy": "./soapy/soapy.so",
"FileSource": "./file_source/file_source.so",
"RTLTCPSource": "./rtl_tcp_source/rtl_tcp_source.so"
"Radio": "./radio/Release/radio.dll",
"Recorder": "./recorder/Release/recorder.dll",
"Soapy": "./soapy/Release/soapy.dll",
"FileSource": "./file_source/Release/file_source.dll",
"RTLTCPSource": "./rtl_tcp_source/Release/rtl_tcp_source.dll"
}