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
This commit is contained in:
2023-06-18 19:14:30 +03:00
parent 7eb6a1755d
commit aaec53cfea
7 changed files with 5065 additions and 50 deletions

View File

@@ -3,7 +3,11 @@
"readability/casting"
],
"files.associations": {
"algorithm": "c"
"algorithm": "c",
"__bit_reference": "c",
"bitset": "c",
"chrono": "c",
"unordered_map": "c"
},
"FSharp.suggestGitignore": false,
}