#fretsketch — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #fretsketch, aggregated by home.social.
-
For now, I've pushed to my beta testers (slots open, ask if you want… if you'll use the app) and on Friday I'll push to review again. #AppleDevelopment #FretSketch
-
I'm not as upset about this as I maybe should be. This isn't the bug I dev-rejected for, and I wrote a bunch of tests so I can tell when results change, inspected a lot of math and simplified a lot of code… without triggering any unintended changes.
A change for 1.3 is likely going to be pushing all math into a reusable library. I felt like that was a "much later" thing, but the changes make it easier and this snipe hunt make it more urgent. #AppleDevelopment #FretSketch
-
After almost two days of debugging a test I finally realized my expectation was wrong. #FretSketch #AppleDevelopment
-
If I could edit release notes post App Store approval, I could just make a note of this math bug I found in my app: Double accidentals aren't going through tonal analysis correctly. Significant, but I could document that, release anyway, and fix in a 1.2.1.
Instead, I'll have to reject. #AppleDevelopment #iosDevelopment #FretSketch
-
I'm also working a bit with ordered sets, thanks to Swift Collections. I need to re-validate everything if I actually switch to them, but that should be easy enough as I can just sort each set on print to make sure they match the old results.
I can't emphasize enough how excited I am about this release. I had to cut a bunch of stuff out of my 1.0 to get it out, and the voicing analyzing tool was one of my dream features. #FretSketch #AppleDevelopment
-
I didn't submit a new version of FretSketch today. I got tangled in validating my chord validation. I found a data set I can compare to, and I've already found some problems — both in my data, and in that data set. I'm using the excellent ChordSymbol to figure out who's right.
https://chord-symbol.netlify.app
I'm taking tomorrow and Thursday morning off, then I'll be back at it. If I can't correct the chords that are incorrect in my data I'll just remove them for now. #FretSketch #AppleDevelopment