Mercurial > hg > btrack
comparison src/OnsetDetectionFunction.h @ 61:ce806db4468b
Updated README, commented more code, added a Vamp plug-in
author | Adam Stark <adamstark@users.noreply.github.com> |
---|---|
date | Mon, 27 Jan 2014 23:11:31 +0000 |
parents | bf256abf1dd4 |
children | 98f7a54faa0c |
comparison
equal
deleted
inserted
replaced
60:bf256abf1dd4 | 61:ce806db4468b |
---|---|
49 HammingWindow, | 49 HammingWindow, |
50 BlackmanWindow, | 50 BlackmanWindow, |
51 TukeyWindow | 51 TukeyWindow |
52 }; | 52 }; |
53 | 53 |
54 //======================================================================= | |
55 /** A class for calculating onset detection functions. */ | |
54 class OnsetDetectionFunction | 56 class OnsetDetectionFunction |
55 { | 57 { |
56 public: | 58 public: |
57 | 59 |
58 /** Constructor | 60 /** Constructor |