- Did some work for Client B.
- Communicated with Client A.
- Communicated with the condo association.
- Communicated with the doctor's office and teacher.
- Fixed a broken sliding drawer. Took three trips to the basement because I kept not getting the right screw size.
- Did some sanitize cycle laundry. Verified that you can wash mop heads, though they shrink. Stiil, better than throwing them away.
- Picked up, dropped off, picked up.
- Cleaned a window.
- Called Tufts Health Plan about why our premium went up. Was told that's something you have to talk to Health Connector about. After quite a bit of poking, the CSR told me that Tufts ended our plan, and Health Connector automatically picked the "closest" available one.
- Made dinner.
- Tried to come up with something to do with the guy this weekend now that he no longer like climbing. There's no swimming lessons we can get into. So, I guess we'll go to the library, which is at least going out.
- Updated the C++ vocoder to log only at a specific block, like the pd one is. After doing that, I saw that the graphs for the C++ ones are tiny, x-axis-wise. I realized that the C++ one does not retain previous blocks, whereas the pd one does, so the logs are again not comparable. I'm going to have to make the C++ version store all of the blocks up to the specific blocks and hope it's not too memory intensive or somehow slice off only the most recent block's worth of signal in the pd version. Right now, I think it actually doesn't make sense to log the accumulated blocks, as it doesn't have a real meaning for things like FFT results.