Page 1 of 1

[SpeedDial] Multiplier ignored when tapping

Posted: Wed May 03, 2017 9:02 am
by siegmund
Hey guys,

I found a bug regarding the speed dial widget. When tapping, the current multiplier value is ignored when it is >1.

Steps to reproduce:
  • Go to VC, live mode
  • Start the chaser with the button, you'll see the effects by the two buttons next to it
  • Tap with multiplier = 1 -> Chaser continues on every tap (as expected)
  • Tap with multiplier = 1/2 -> Chaser continues on every tap and in the middle between taps (as expected)
  • Tap with multiplier = 2 -> Chaser continues on every tap (NOT as expected)
I feel like a fix should be done here https://github.com/mcallegari/qlcplus/b ... l.cpp#L321 but I'm not sure how to do it at a first glance..

Regards,
siegmund

Re: [SpeedDial] Multiplier ignored when tapping

Posted: Thu May 04, 2017 8:01 am
by plugz
Hi,

You think the chaser should advance on half the taps instead of every tap when the multiplier is on *2 ?

Re: [SpeedDial] Multiplier ignored when tapping

Posted: Thu May 04, 2017 8:05 am
by siegmund
plugz wrote: Thu May 04, 2017 8:01 am You think the chaser should advance on half the taps instead of every tap when the multiplier is on *2 ?
Yes

Re: [SpeedDial] Multiplier ignored when tapping

Posted: Thu May 04, 2017 8:11 am
by igorrobertifoc
Yes,
make sense..