You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spark.ino contains void change_generic_param(int slot, int param, float val)
and it has some code to prevent changes less than 0.04.
My suggestion is to delegate this protection to the upper level code, or to limit messages per second, not the value difference.
In the SparkBox code I had to comment the "diff block" out.
The text was updated successfully, but these errors were encountered:
Good point.
I added it because moving a knob on a midi keyboard sent so much data it broke the amp - there is a need for throttling but it can be in the main app.
On 21 Apr 2022, at 12:58, copych ***@***.***> wrote:
Spark.ino contains void change_generic_param(int slot, int param, float val)
and it has some code to prevent changes less than 0.04.
My suggestion is to delegate this protection to the upper level code, or to limit messages per second, not the value difference.
In the SparkBox code I had to comment the "diff block" out.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
Spark.ino contains
void change_generic_param(int slot, int param, float val)
and it has some code to prevent changes less than 0.04.
My suggestion is to delegate this protection to the upper level code, or to limit messages per second, not the value difference.
In the SparkBox code I had to comment the "diff block" out.
The text was updated successfully, but these errors were encountered: