comparison TempogramPlugin.h @ 28:723af5b3303a

* Fixed tempogram via ACT bin names etc
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Thu, 21 Aug 2014 11:07:20 +0100
parents fe23998968b4
children 1ad47a9afc2e
comparison
equal deleted inserted replaced
27:a3a37c8dcee7 28:723af5b3303a
96 96
97 float m_tempogramMinBPM; // tempogram output bin range min 97 float m_tempogramMinBPM; // tempogram output bin range min
98 float m_tempogramMaxBPM; // tempogram output bin range max 98 float m_tempogramMaxBPM; // tempogram output bin range max
99 unsigned int m_tempogramMinBin; 99 unsigned int m_tempogramMinBin;
100 unsigned int m_tempogramMaxBin; 100 unsigned int m_tempogramMaxBin;
101 unsigned int m_tempogramMinLag;
102 unsigned int m_tempogramMaxLag;
101 103
102 //Cyclic tempogram parameters 104 //Cyclic tempogram parameters
103 float m_cyclicTempogramMinBPM; 105 float m_cyclicTempogramMinBPM;
104 int m_cyclicTempogramNumberOfOctaves; 106 int m_cyclicTempogramNumberOfOctaves;
105 int m_cyclicTempogramOctaveDivider; 107 int m_cyclicTempogramOctaveDivider;