Semi Finish UI design for song control. Sill need to cleanup

This commit is contained in:
2023-05-19 00:59:23 +02:00
parent f9e41ecda9
commit d0fb7a2ca5
94 changed files with 27448 additions and 69 deletions

21
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${default}",
"/usr/include/",
"/usr/include/**",
"/usr/lib/x86_64-linux-gnu/",
"/usr/lib/x86_64-linux-gnu/**"
],
"defines": [],
"compilerPath": "/usr/bin/g++",
"intelliSenseMode": "linux-clang-x64",
"configurationProvider": "ms-vscode.cmake-tools",
"cppStandard": "c++17",
"cStandard": "c17"
}
],
"version": 4
}