You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came here after scouring the internet for a rotary control offers an up down drag motion. Most others I found online are the other style, I agree with your statement here #13, up and down is better for precision hence why you see it employed in DAWs like Ableton.
I am building a browser based grid control for Ableton using Solid JS. I'd struggling getting the CSS working with this component, from what I can see the styles are prefixed with FL, I'm not quite sure what the difference between FL and the normal one and which one I should use?
Finally it would be good to be able to import as an isolated package. Currently I'm importing it globally like import '../../../node_modules/precision-inputs/dist/precision-inputs.js';
The text was updated successfully, but these errors were encountered:
Hi thanks for building a great control.
I came here after scouring the internet for a rotary control offers an up down drag motion. Most others I found online are the other style, I agree with your statement here #13, up and down is better for precision hence why you see it employed in DAWs like Ableton.
I am building a browser based grid control for Ableton using Solid JS. I'd struggling getting the CSS working with this component, from what I can see the styles are prefixed with FL, I'm not quite sure what the difference between FL and the normal one and which one I should use?
Finally it would be good to be able to import as an isolated package. Currently I'm importing it globally like
import '../../../node_modules/precision-inputs/dist/precision-inputs.js';
The text was updated successfully, but these errors were encountered: