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

key behavior: repeat on hold, bug fixes #44

Merged
merged 4 commits into from Jun 20, 2016
Merged

Conversation

@scanner-darkly
Copy link
Member

@scanner-darkly scanner-darkly commented Jun 19, 2016

implementation for #16. key hold will now work for all key presses by default. also:

  • key processing extracted into its own function process_keypress
  • removed global mod_ variables (for now replaced by a global variable mod_key, eventually should be probably extracted into input_state or something like that)
  • fixed several bugs where pattern length wasn't properly updated in TRACK mode
  • fixed a bug with [ and ] not updating values in TRACK mode
  • ENTER will now always move to the next step, not just when on the last step

@tehn @samdoshi

…g in TRACK mode, removed global mod_ variables, some actions are not repeated anymore on held keys
@tehn tehn merged commit 355d675 into monome:master Jun 20, 2016
1 check passed
1 check passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants