Peter Kos
                                            Peter Kos
                                        
                                    @WilsonMontelo Try setting `tabs_label_not_italic` to `true`?
@ozankasikci Thanks for the info! Despite a few years of music theory, only today am I discovering harmonic/melodic scales have their own modes 😅 . Guess it's more of a...
Ahhh, I see now! What if we made separate Mode enums (say, `HarmonicMode` and `MelodicMode`) that contained all the specific modes for those two scales? This way the church modes...
Would you mind if I put up a PR for that?
This is cool! +1 that handling a not-working scheme we try to reference shouldn't crash the program. I tried running against this branch and got the two following errors: ```sh...
Any updates? cc @mpdifran
This should also occur for any windows in the app, like the Settings window. I'm not sure if Windows has a similar convention, but I wanted to note that #443...
A temporary workaround is to install `pyenv` and switch to a version of Python where `esprima` doesn't freak out during install. Here's what I did: ```bash brew install pyenv pyenv...
I ran `python setup.py egg_info` on 3.6.5 in Inflector standalone and it worked just fine, as well as build & install on Inflector using 3.6.5. (I'm also on macOS 10.13.5)....
Edit: Oh! I checked the issues, but not PRs 😅 I see #112 adds an interactive config. > I also plan on creating a more feature rich TUI for the...