Mercurial > hg > btrack
diff src/BTrack.cpp @ 78:866024f9f95a
Added initial basic Max external and implemented getCurrentTempoEstimate() in BTrack.cpp
author | Adam Stark <adamstark.uk@gmail.com> |
---|---|
date | Mon, 24 Nov 2014 11:48:08 +0000 |
parents | b387d8327729 |
children | 995ddf0eadd4 |
line wrap: on
line diff
--- a/src/BTrack.cpp Fri Nov 21 13:26:54 2014 +0000 +++ b/src/BTrack.cpp Mon Nov 24 11:48:08 2014 +0000 @@ -165,6 +165,12 @@ } //======================================================================= +double BTrack::getCurrentTempoEstimate() +{ + return estimatedTempo; +} + +//======================================================================= int BTrack::getHopSize() { return hopSize;