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

Touch Input Support #107

Open
giiutfff opened this issue Jul 18, 2023 · 1 comment
Open

Touch Input Support #107

giiutfff opened this issue Jul 18, 2023 · 1 comment

Comments

@giiutfff
Copy link

giiutfff commented Jul 18, 2023

Some CSS suggestions:

Prevent swipe down refreshing when scrolling (and replaces overscroll-behavior-x)

body {overscroll-behavior: none;}

Stop scrolling, so selecting nodes is possible. Need a button(select/move) to toggle this.

#editor_div {touch-action: none;}

Moving nodes:

div.node {touch-action: none;}

Other problems with touch input:

Turning knobs doesn't release focus correctly.
Nodes can be created when Create Node dialog is closed.
Undo, Redo etc are not available.

Also, why I can't make rests(silence) in monoseq? And how do I make chords?

@maximecb
Copy link
Owner

I'm open to the CSS changes if you open a PR but we would need to make sure that they don't impact desktop/laptop functionality.

Turning knobs doesn't release focus correctly.

Seems fixable but I don't have time to investigate the cause. Open to accepting PRs.

Undo, Redo etc are not available.

There are a number of keyboard shortcuts for various things. To fully support touch, there would probably need to be a side-menu with clickable icons.

Also, why I can't make rests(silence) in monoseq? And how do I make chords?

Shouldn't be a problem creating rests, just turn the note off. For chords, it's a monophonic sequencer, but you can use multiple oscillators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants