X-Git-Url: http://git.treefish.org/~alex/seamulator.git/blobdiff_plain/ba8f356e863ed4a418f93c155e64eecaea0819bf..776129fef279847eb021c4657a6c0bece71c5d13:/include/synthesizer.h 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;