Anyone who has touchscreen non-android computer, tell me if you can drag the Play Panel's position slider with your finger
I'm trying to determine if Qt's built-in QSlider (which is what the Play Panel position slider uses) are already able to function with touch events out-of-the-box. If they are, then I'm going to use QSlider for volume in mixer.
Comments
Yes it works. The play panel transport is a QSlider and it works. It's a bit less convenient than the volume/tempo sliders though.