Skip to content
New issue

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

💡 RFC: Support a "Simplify Chart" button / function #67

Open
isaiahdahl opened this issue Dec 23, 2021 · 0 comments
Open

💡 RFC: Support a "Simplify Chart" button / function #67

isaiahdahl opened this issue Dec 23, 2021 · 0 comments

Comments

@isaiahdahl
Copy link

isaiahdahl commented Dec 23, 2021

Background & Motivation

I want to be able to press a button that will simplify the chart!

Proposed Solution

Have an additional suffix normalize mapping that will basically make some suffix' blank, and turn some into another simpler suffix.

Ie:

  • G(13) => G(7)
  • A(5) => G
  • A7(b9b13) => A7

Be able to mark a chord with some special notation that would remove the chord if simplified version was on. My first thought would be to use a '*' and the regex would look for the * and know that this chord can be removed if simplified version is on.

{t: Example}
[A]This is an [*A(4)]example song[G(13)]

would output to this when in simple mode

Example
A                   G(7)
This is an example song

instead of

Example
A        A(4)    G(13)
This is an example song
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant