DDRBoxman/picodeck

Delayed Response on Pedal Press

Closed this issue · 2 comments

After setting up the device in the StreamDeck settings, there is a 3 second delay from pressing a pedal and the software responding.
When the action does occur, it works exactly as configured, it just lags considerably no matter if it's press down, release, or just click.

Using an M1 mac, MacOS 12.4, StreamDeck version 5.2.1

Might be worth increasing the hid report time here just to send less messages, this should really only send on changes but I got lazy.

const uint32_t interval_ms = 100;

That seems to have fixed it, I bumped it to 500ms.