Hello, I was looking at the exported JSON in the .pianoscope file and had a few questions.
The top-level 'content | tuning | points' array: is this the current set of target pitches, based on the chosen built-in or custom tuning profile?
The top level 'content | measuredTuning | points' array: is this the set of pitches that's shown when the 'Tuning Curve' menu item is tapped, along with the curve when "Show Actual Pitches" is enabled? When does it get updated?
The points array for static tunings shows the absolute measured pitches at the time the static tuning was created, yes?
What I would like to do is create some graphics showing how pitch evolves between tunings. I have a bluetooth temp/humidity sensor and would want to include that info as well. I've assumed that the best way would be to capture snapshots of the state of the piano using static tunings, naming each with the date of the capture. Then exporting all of that and writing some code to display it in various ways.
Thanks for any help or suggestions! I love pianoscope!