pgulley / gen_rep

0 stars 0 forks source link

keyboard driven 'cursor' interactions #2

Closed pgulley closed 5 months ago

pgulley commented 5 months ago

We need keyboard shortcuts for interacting with the frontend interface, for the sake of consistency when writing a score using this as an instrument. 'wasd' for navigating, keys volume: up, down, toggle mute- and text input for loop length. Enter starts and stops. Global mute, global kill switch, etc.

pgulley commented 5 months ago

Okay, this works in deployment now! wasd for navigating, up/down arrows for volume, 'm' sets volume to zero (I know it's not the same as mute- I'll make a new issue) and #s (numerical interactions) input numbers in the loop length. "L" also 'resets' the loop length to zero, since enter etc isn't an option for submitting or resetting that value.

pgulley commented 5 months ago

Global interactions will be a new issue, and contextual mute will be a new issue