]> git.treefish.org Git - seamulator.git/blobdiff - include/dot.h
Play note on velocity sign change
[seamulator.git] / include / dot.h
index 28792ff9f1385246ee8b41fa6b0b7eeee790b756..622c2f79731b06503df9d68baacb1bc082c2cbc7 100644 (file)
@@ -1,3 +1,5 @@
+#pragma once
+
 #include <mutex>
 
 #include "Plucked.h"
@@ -29,5 +31,6 @@ private:
     double m_pos = 0.0;
     double m_vel = 0.0;
     double m_maxAbsVel = 0.0;
+    double m_maxAbsIntVel = 0.0;
 
 };