You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
There could be latency as when a key is pressed, there's a round trip to the app and back to trigger the sound.
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.
The text was updated successfully, but these errors were encountered:
@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:
The text was updated successfully, but these errors were encountered: