]> git.treefish.org Git - seamulator.git/blobdiff - include/synthesizer.h
Play note on velocity sign change
[seamulator.git] / include / synthesizer.h
index 5d380539830f4a094c5dcc2cc756672b6ef12926..9dc3b613c80be26ffd90f2b6b20d75b3275cd075 100644 (file)
@@ -31,6 +31,7 @@
 #include "Plucked.h"
 
 #include "dot.h"
 #include "Plucked.h"
 
 #include "dot.h"
+#include "posdot.h"
 
 class Synthesizer {
 
 
 class Synthesizer {
 
@@ -64,7 +65,7 @@ private:
 
     void audioLoop();
 
 
     void audioLoop();
 
-    std::vector<std::unique_ptr<Dot>> m_dots;
+    std::vector<PosDot> m_posDots;
     
     stk::Plucked m_sine1;
     stk::Plucked m_sine2;
     
     stk::Plucked m_sine1;
     stk::Plucked m_sine2;