djphazer/O_C-Phazerville

Cannot get to clock setup screen in 1.6.4

Closed this issue · 5 comments

xmacex commented

Hiya, with the new 1.6.4 release yesterday, I can no longer access the clock setup with the + gesture. Instead, it gets me to the new screen saver screen. It worked earlier today before I updated.

Looking at commit messages, #389790d has a hint maybe... can I help debugging/testing? Or did something happen to my fingers?

O_c is so cool! Thanks for w/forking on it 😎

Lol oh dammit, maybe we've taken a step backward. You've correctly pinpointed the commit in question. I'll have to revisit it...

I think the edge case was happening when you hit both buttons at exactly the same time - the first one is processed and the second (button down) is immediately ignored. When you release, the first is ignored but the second (button release) still fires, thus cancelling the screen.

With the old behavior restored, the trick is just pressing both buttons within a 60ms window.

xmacex commented

The gesture I embodied with 1.6.3. (which is when I got onboard this Eurorack madness, with O_c being my second module and an obvious choice, not least because of this firmware) was to

  1. press
  2. press
  3. (clock setup appears)
  4. release
  5. release

...a kind of a galloping 🏇 gesture. I admit I do it kind of quick, like one sweep left-to-right and it worked very well! It seems with 1.6.4. I fail to get into the clock setup because screensaver activates if I keep the pressed any longer. Lol I feel so clumsy. I'll work on my finger technique, and report back how it goes.

Don't feel like it's your fault! If something doesn't work intuitively, I would never blame the user. I like to use a similar "galloping" gesture as well ;)

I'm working on a quick bugfix release, and I actually found a better solution for this already: 4d212cf

Just published v1.6.5 with the fix! Feel free to reopen if you still have trouble.

xmacex commented

Just galloping 🐴 here to inform that with 1.6.5. it works as it did in 1.6.3. Back at 145 bpm, the true and correct tempo haha :)

Cheers!