-
Notifications
You must be signed in to change notification settings - Fork 15
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
[feature request] Include keyboard shortcut in setToolTip function? #114
Comments
Sounds like a good idea! Will take some time to fully implement.
|
ahlstromcj
added a commit
that referenced
this issue
Aug 13, 2023
ahlstromcj
added a commit
that referenced
this issue
Aug 14, 2023
ahlstromcj
added a commit
that referenced
this issue
Aug 15, 2023
ahlstromcj
added a commit
that referenced
this issue
Aug 27, 2023
- Issue #112: A new pattern now displays in the MIDI controller. - Issue #114: Adding display of shortcut keys to tool tips. - Added a Pattern tab to Edit / Preferences for more settings. - Added automation for the main window Loop L/R button. - Fixed seqroll drawing errors introduced in adding time-sig support. - Fixed incomplete data-pane refresh in scrolling with arrow-keys. - Fixed not setting up SIGINT, which prevented a proper shutdown. - Fixed a couple corrupted sample *.mid files. - Changing playlist setting enables Session Restart button. - Removed coloring of record-style and -mode buttons. Added coloring of event-editor "Store" button to denote saving is needed. - Refactoring quantization alterations for future upgrades. Added an option to jitter the notes in the seqroll. - Enforced that configuration files are stored in the "home" directory. - The usual raft of humiliating bug-fixes. See README.md. Read the NEWS, README.md, and TODO files.
I'm calling this done. In addition to tooltips that match the current configuration, added access to installed HTML tables that list the hard-wired keystrokes in the pattern editor and song editor "piano rolls". Can re-open if anything more needs to be added. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to modify the setToolTip function so that it includes the keyboard shortcut in the onMouseOver (in lack of a better term) toolTip?
Like for Loop Mode, instead of
Cycles through the recording styles.
it could say something likeCycles through the recording styles. - KP_*
I feel it would help new users come to grips with the software a lot quicker. The true power of this sequencer is unleashed when you got all shortcuts in muscle memory. There are so many controls and it is hard to keep track of them all. There are also some that are similarly named in the .ctrl file, and this could clear up some misunderstandings. At least it would help yours truly a whole lot. :)
The text was updated successfully, but these errors were encountered: