p
ofxAudioFeatures
public
11 stars
5 forks
1 issues
Commits
List of commits on branch master.Unverified
242a8825a8a1d5c9c5a256955542d76ddc000a5aUse MIN() check for all updateSmoothedSpectrum functions
ppaulreimer committed 11 years ago
Unverified
144fb315f0a182188167b2f45acc528ed0b72556Added MIN() check to updateSmoothedSpectrum, in case spectrum[] or smoothedSpectrum[] are different sizes, attempt to avoid a memory buffer overflow
ppaulreimer committed 11 years ago
Unverified
2af79232c2012e86edd71058d279bb71f4adf568Use #ifdef __APPLE__ to avoid compiling OS X specific things (for device volume control)
ppaulreimer committed 12 years ago
Unverified
932f0c8667133e566ee068433c369b55c759696fOnly include the ofxAudioDeviceControl.h if on OSX (for now)
ppaulreimer committed 12 years ago
Unverified
b4e763678368a18d83bc62e0e300a5b3afd56160Switch to system includes for aubio.h, onset/peakpicker.h
ppaulreimer committed 12 years ago
Unverified
a914b4c2b76e6a1a2369cf880d731ea3d710a2a8Re-ordered initialization list parameters to match class definition (avoid warnings), use std::abs instead of implicit abs() or explicit fabs() from math.h
ppaulreimer committed 12 years ago