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
Comfortable touch operation is the first priority for miRack and obviously provides experience much closer to real hardware than mouse operation. This particular thread is for discussion of touch/multi-touch operation, originated from a similar issue in VCVRack repo by @alectron.
miRack is primarily supposed to be used on ARM boards likely with a touch screen, but can be used on desktops as well. Due to inability and unwilingness of the VCVRack author to work on touch support, I may implement it in miRack for desktops as well if there’s a demand.
Anyway, the suggestions from the original thread that are going to be implemented first are
larger hit zones for controls and ports. This is a simple change as long as larger zones of different controls don’t intersect.
module locking, so that accidentially dragging a module background doesn’t move the module. On touch screens this will probably be the default mode, with touch and hold to move modules.
Multi-touch is the next step once my multi-touch screen arrives and I learn how to work with multi-touch devices on Linux.
The text was updated successfully, but these errors were encountered:
* touch:
touch and hold to move modules when the're locked
touch support: option to enlarge hit boxes for small controls, option to lock module positions
just in case
Hello @pronvit ,
since this has tick-boxes now - does this mean you have "larger hit zones for controls and ports" as well as "module locking" working ?
And if so - is there a way to use this with the official VCV Rack as well (as I am running on standard windows/PC desktop & laptops and not tinker/pi boards) ? Cheers.
Yes, it's done. I think you should be able to apply this patch to VCV code too if you're able/willing to compile yourself. I don't see another way as even if I eventually make my fork available for Windows, closed-source plugins won't work with it.
Comfortable touch operation is the first priority for miRack and obviously provides experience much closer to real hardware than mouse operation. This particular thread is for discussion of touch/multi-touch operation, originated from a similar issue in VCVRack repo by @alectron.
miRack is primarily supposed to be used on ARM boards likely with a touch screen, but can be used on desktops as well. Due to inability and unwilingness of the VCVRack author to work on touch support, I may implement it in miRack for desktops as well if there’s a demand.
Anyway, the suggestions from the original thread that are going to be implemented first are
Multi-touch is the next step once my multi-touch screen arrives and I learn how to work with multi-touch devices on Linux.
The text was updated successfully, but these errors were encountered: