Coding 2026-06-19
Okay, I got just a little bit done, and the weather is unbearable right now, so let's write this up quick and then I can rest my eyes.
I've rewritten my sample code, which plays an A major scale in real time with the bare minimum of processing to make it sound like it could be some kind of instrument. I can identify two gaps, currently:
- Sounds are given times in seconds, rather than through reference to tempo, time signature, measure, etc.
- Frequencies are generated explicitly, rather than using scientific pitch notation.
I will work on fixing this later. For now, I'm going to be stewing in my juices, trying to get to sleep.
Good night.