Files
SeeSynth/.vscode/settings.json
e1lama aaec53cfea feat: Oscillator GUI (#9)
Waveshape and volume implemented. Added Signal drawing

Todo: explore possibility to separate ui and applying state changes

Co-authored-by: HiveBeats <e1lama@protonmail.com>
Reviewed-on: #9
2023-06-18 19:14:30 +03:00

13 lines
271 B
JSON

{
"cpplint.filters": [
"readability/casting"
],
"files.associations": {
"algorithm": "c",
"__bit_reference": "c",
"bitset": "c",
"chrono": "c",
"unordered_map": "c"
},
"FSharp.suggestGitignore": false,
}