We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Prevent swipe down refreshing when scrolling (and replaces overscroll-behavior-x)
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;}
Turning knobs doesn't release focus correctly. Nodes can be created when Create Node dialog is closed. Undo, Redo etc are not available.
Create Node
Also, why I can't make rests(silence) in monoseq? And how do I make chords?
The text was updated successfully, but these errors were encountered:
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.
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.
Sorry, something went wrong.
No branches or pull requests
Some CSS suggestions:
Prevent swipe down refreshing when scrolling (and replaces
overscroll-behavior-x
)Stop scrolling, so selecting nodes is possible. Need a button(select/move) to toggle this.
Moving nodes:
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?
The text was updated successfully, but these errors were encountered: