keithclark / ZzFXM

A super small music generator for use in size-limited JavaScript productions
https://keithclark.github.io/ZzFXM/
MIT License
427 stars 34 forks source link

Add hotkey to shift remaining pattern down by 1 #32

Open alystair opened 3 years ago

alystair commented 3 years ago

Brand new to tracker, I immediately noticed it's annoying when my timing is off - and I need to shift the remainder of a pattern. Would be great if there were hotkeys to insert/delete a single space

keithclark commented 3 years ago

Thanks for the feedback.

Are you suggesting inserting a new blank row above/below the currently selected row, or were you thinking having this happen at a track level?

alystair commented 3 years ago

Suggesting insertion blanks above current selected track - was not thinking about multi-touch. Again brand new to this. Is it better UX to shift all or just current track?

skeddles commented 3 years ago

I'd prefer to shift just a single track - you could pretty easily shift the rest of the tracks if this was the case, but if it shifted them all at once, you'd still have no way to do it for a single track.

Though if it was a hotkey you could both, it could maybe be ctrl+down for a single track, and ctrl+alt+down for all tracks