A few tweaks for MTS support

This commit is contained in:
Roland Rabien 2024-10-11 21:02:25 -07:00
commit 796228e041
5 changed files with 20 additions and 11 deletions

View file

@ -61,7 +61,5 @@ public:
gin::EasedValueSmoother<float> noteSmoother;
float ampKeyTrack = 1.0f;
MTSClient* mtsClient = nullptr;
float ampKeyTrack = 1.0f;
};