add velocity effects

This commit is contained in:
2026-01-14 21:32:50 -06:00
parent cff31af328
commit 0450482773
2 changed files with 14 additions and 4 deletions

View File

@@ -71,4 +71,8 @@ private:
// paramstore pointer
SmoothedParam* params_;
// TODO: add a parameter in the paramstore for this
float velocitySensitivity = 0.7f;
float velocityCenter = 2.0f;
};