-
Notifications
You must be signed in to change notification settings - Fork 64
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
Allow to only show the amount of keys needed for given song #38
Comments
This got partially implemented in 0.2, but I'm leaving this open as the idea of auto sizing based on a song is still not there, and would be cool to have. |
@PolyMeilex is the note range settings available in the cli app? |
Yep, but only in the config file (not tested tho) |
hmm ok i changed it to in the config, but it's not worked. I just changed that line, and re compiled the cli. am i missing anything (never used rust before 😬) thanks! |
What's your platform? The config is a |
Hey @PolyMeilex ! I'm on mac, it was in the .github/app/Neothesia.app/Contents/Resources dir. however, now ive changed it, the waterfall doesn't line up with the keys? is there another setting i need to change? thanks so much for the help!!! |
That's a bug, I belive this is now fixed on main. Although looking at the code I'm supprised that the config loaded succesfully in CLI mode at all. It was written in a way that assumes that the app has a macOS bundle, and noethesia-cli does not have one, so I'm not sure how macOS knows where to look for the config. I suppose I should change it to |
Optional Feature: Different songs use a different amount of the piano. no point in showing all 88 keys if the song doesn't use it all. some such as myself may see it as a waste of screen real estate. Would be a cool feature to have it show "Only song keys" + a user defined number of padding keys or to next C.
The text was updated successfully, but these errors were encountered: