X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/ba8f356e863ed4a418f93c155e64eecaea0819bf..18258cd17adcc9e97a58926a9882d0e23683c59d:/include/synthesizer.h?ds=sidebyside diff --git a/include/synthesizer.h b/include/synthesizer.h index 5d38053..9dc3b61 100644 --- a/include/synthesizer.h +++ b/include/synthesizer.h @@ -31,6 +31,7 @@ #include "Plucked.h" #include "dot.h" +#include "posdot.h" class Synthesizer { @@ -64,7 +65,7 @@ private: void audioLoop(); - std::vector> m_dots; + std::vector m_posDots; stk::Plucked m_sine1; stk::Plucked m_sine2;