added a spinlock on the scope

This commit is contained in:
2026-01-23 21:53:03 -06:00
parent 2a1ea708a1
commit 9ca60ced76
7 changed files with 17 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ This synthesizer isn't very good, but it's neat :3
responds to note-on/note-off events
- [x] Make midi/keyboard control cross-platform. Use case will mostly be
Midi -> linux and Keyboard -> windows though
- [ ] Create oscillator class where the actual tone generation occurs. Multiple
- [x] Create oscillator class where the actual tone generation occurs. Multiple
oscillators increase the sound complexity considerably
- [x] Create a UI scope to visualize the synthesized composite waveform
- [ ] Create wavetables for more complex tone generation. Needs to be selectable from ui
@@ -60,7 +60,7 @@ Build. The script will build and install dependencies automatically
On Windows (MSVC):
```PowerShell
.\scripts\build.ps1
.\scripts\build.ps1 # builds in build/Debug/
```
On Linux (GCC):