We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a user, I want an analysis of all currently-visible intervals of two selected tunings, displayed in a new Tunings tab.
We currently have a hidden tab, and logic to branch out to analysis modes for:
This issue implements content for the function analysisTwoTuningsTableHTML(), which currently holds placeholder text.
analysisTwoTuningsTableHTML()
Reuse the layout and cell content from analysisNoteIntervalsHTML(). 'Refectoring for reuse' might be beneficial.
analysisNoteIntervalsHTML()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As a user, I want an analysis of all currently-visible intervals of two selected tunings, displayed in a new Tunings tab.
Hints
We currently have a hidden tab, and logic to branch out to analysis modes for:
This issue implements content for the function
analysisTwoTuningsTableHTML()
, which currently holds placeholder text.Proposed content
Reuse the layout and cell content from
analysisNoteIntervalsHTML()
. 'Refectoring for reuse' might be beneficial.The text was updated successfully, but these errors were encountered: