Mercurial > hg > pyin
diff VampYin.h @ 2:3a588ec86a82
These don't need to be mutable (not that it makes much difference)
author | Chris Cannam |
---|---|
date | Thu, 28 Nov 2013 13:08:12 +0000 |
parents | 99bac62ee2da |
children | 5945b8905d1f |
line wrap: on
line diff
--- a/VampYin.h Wed Nov 27 15:31:47 2013 +0000 +++ b/VampYin.h Thu Nov 28 13:08:12 2013 +0000 @@ -60,8 +60,9 @@ mutable int m_outNoPeriodicity; mutable int m_outNoRms; mutable int m_outNoSalience; - mutable float m_yinParameter; - mutable float m_outputUnvoiced; + + float m_yinParameter; + float m_outputUnvoiced; }; #endif