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

Trigger chords with keys #2

Open
ChrisWellsWood opened this issue Mar 3, 2022 · 0 comments
Open

Trigger chords with keys #2

ChrisWellsWood opened this issue Mar 3, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ChrisWellsWood
Copy link
Collaborator

@SonWu requested a new feature where key presses on the performance track could trigger chords. This is possible but there are a couple of issues:

  1. There could be latency as when a key is pressed, there's a round trip to the app and back to trigger the sound.
  2. You can't change the octave on the performance track, which means that I'll need to intercept the midi message from the keyboard, determine the key, which is non-trivial as there's no modulus function, apply the octave modification, create the chord then send the output signal.
@ChrisWellsWood ChrisWellsWood added the enhancement New feature or request label Mar 3, 2022
@ChrisWellsWood ChrisWellsWood self-assigned this Mar 3, 2022
@mochreach mochreach deleted a comment Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant