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

Add option to keep keyboard focussed on the MIDI keyboard #181

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    0700dc6 View commit details
    Browse the repository at this point in the history
  2. feat(Keyboard): Add ability to keep keyboard focus on the MIDI keyboa…

    …rd component.
    
    * Add toggle to parameters dialog for setting user preference for keyboard focus.
    * Add derived MIDI keyboard component with states for visibility and focus preference.
    * Add method to retain keyboard focus on the keyboard component when focus is lost.
    francoiswnel committed May 26, 2019
    Configuration menu
    Copy the full SHA
    ddf9370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a34fa3a View commit details
    Browse the repository at this point in the history
  4. chore(Param Dialog): Change "Midi" to "MIDI" in the copy for the pref…

    …er MIDI keyboard focus toggle.
    francoiswnel committed May 26, 2019
    Configuration menu
    Copy the full SHA
    4e8b77e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    d371cd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. fix(Dexed Midi Keyboard Component): Update focusLost method to only a…

    …ttempt to take focus back if the component that took focus is also a Dexed component.
    francoiswnel committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    dead094 View commit details
    Browse the repository at this point in the history
  2. fix(Dexed Midi Keyboard Component): Update focusLost method to not ta…

    …ke focus back if focus was lost to parameters button.
    francoiswnel committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    6cecc50 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2019

  1. Merge pull request #1 from asb2m10/master

    Merge upstream changes into fork.
    francoiswnel committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    29cb5e1 View commit details
    Browse the repository at this point in the history
  2. fix(Dexed Midi Keyboard Component): Update focusLost method to not ta…

    …ke focus back if focus was lost to a component that should have focus.
    francoiswnel committed Jun 15, 2019
    Configuration menu
    Copy the full SHA
    3b3bf64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aaebeb View commit details
    Browse the repository at this point in the history