Kalle Wirsch

Results 11 comments of Kalle Wirsch

Hello Dean, I implemented another feature (Tempo-mode), i.e. distinguishing between long and short key presses. This feature is common for flight simulations, joysticks, ...

Hi Dean, I need to look into this and come back to you. It will take some time, since started with Python 14 days ago. So I am new to...

Hi Dean, sorry for the long radio frequency. I did write a lot of Python code during the holidays. Now I only find some time on the weekends, that is...

Hi Dean, I am finally kind of happy with the implementation of Filter Plugin you proposed. There were a lot of design issues that just took some thinking and research...

Dear Dean, - I added @property for backward compatibility with the last revision. - Added some minor changes to StreamDeckFilter Works from my side. let me know what you think...

Hi Dean, I observed, that json.Encoder support will be crucial to make any button settings persistent, that include a StreamDeckFilter object. So I added support functions for that.

Hi Dean, I will go trough your questions in detail tonight. Q1&2 show that I need to provide a more detailed documentation and an example Q3: Will be necessary if...

Hello Dean, - I added an example and more comments, documentation - found some bugs and fixed one - I observed, that DebounceFilter doesn't work well with long key delays....

Hi Dean, So how do we proceed? I also observed that we need timed callbacks for DebounceFilter (see my previous comment). This could either be handled by StreamDeckFilter or by...

Reintegrated StreamDeckFilter into the current version. Please revisit and decide if this fits at all