@SusanOML Well I similarly got distracted by someone else on here requesting a "record a 10 second saxophone line and output it as a musical notation" app. I'm actually getting some output on that but the notation isn't super accurate lol (yet I hope).
Well now you have to share the game on the website, come one!
@Lucas the music notation problem sounds intriguing and challenging. I had a heck of a time teaching Claude how to properly place a treble clef. Are you using harmonic frequency analytics and mapping to the staff?
@SusanOML What a great, easy to understand game, love it!
My current framework is actually using a library that researchers at Spotify publish called "spotify basic pitch" that transforms .wav into midi. Then another thing (I forget what) translates that midi into notation. I haven't had much time to properly test it (Snow days!) but I'm hoping if I tweak the quantizing I can get something useful
@SusanOML Alright check this out, especially on mobile. I used what claude made for you as the basis and expanded on it (note the dark mode feature with the moon button at the top if the default hurts your eyes like it does mine):
https://lwassmer42.github.io/CodexMusicRequestMobileSite_App/#/home
@SusanOML a good point. Otherwise delivered would just be filled with hundreds of cards. At the very least there’s currently a filter, so when it goes to the next month you won’t see the “delivered” ones anymore from January.
Sure just let me know! If you get to the point where you might actually want to use it codex gave me some ideas on how to host it as a web app for free so you’d have storage and whatnot, Would be good practice for me.
@Lucas I ended up down a rabbit hole of possible cases where some items didn't have costs, some are only deliverable if they are reimbursed, what happens if boxes are left empty, un-archiving, and error handling for use cases. I threw up my hands. I think the filter by month is super.
I *really* appreciate your help on this! It's very kind of you!
@SusanOML It's been a bit! I've been busy with work/sick kiddos, but I finally have a new version for you test. You can now mark something as "only deliverable if reimbursed" and the UI enforces new rules. And there is a new "Archived" section that includes any records that are both delivered and reimbursed. If this looks good for a starting point, I think I have a good plan for hosting it for free.
https://lwassmer42.github.io/CodexMusicRequestMobileSite_App/#/home
@Lucas Hi! Sorry to hear about the sick kiddos! No worries. I've been buried in volunteer work for the local musical. Fun, but time-consuming!
This is so sleek-looking. Sometimes I deliver something but it isn't reimbursed yet. So I think I probably need something more like "if it's delivered and reimbursed, THEN it's archivable" if that makes sense.