beatboxjs / ror-player

A pattern-based drumming machine based on TypeScript, beatbox.js, Vue.js and Bootstrap.
https://player.rhythms-of-resistance.org/
GNU Affero General Public License v3.0
11 stars 10 forks source link

Improve scrolling behaviour in compose mode sidebar #48

Open cdauth opened 3 months ago

cdauth commented 3 months ago

In compose mode, when opening the sidebar and expanding one tune, on touch devices dragging a pattern placeholder has a double meaning: dragging the break into the song and scrolling the sidebar. These two actions should be distinguished somehow.

My suggestion would be that on touch devices, the drag operation would only be initiated after a long tap.