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:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -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,
|
||||
}
|
||||
Reference in New Issue
Block a user