rtaudio hello world

This commit is contained in:
2026-06-06 16:40:30 -05:00
parent 989fe385de
commit 6c3e703adf
5 changed files with 174 additions and 3 deletions

View File

@@ -19,9 +19,9 @@ requirements (hundreds or even thousands of calculations for a single sample at
to produce somewhat well-sounding instruments and music performance.
## Development plan:
- [ ] Build & project setup, get working hello-world program.
- [ ] QML hello-world program: basic increment/reset counter
- [ ] RtAudio hello-world: basic sine output
- [x] Build & project setup, get working hello-world program.
- [x] QML hello-world program: basic increment/reset counter
- [x] RtAudio hello-world: basic sine output
- [ ] Connect UI control to sound output, add a slider for frequency control
- [ ] Add note control a keyboard. Coordinate on-off events to
start and stop tone generation