aboutsummaryrefslogtreecommitdiff
path: root/src/xtract_globals_private.h
AgeCommit message (Collapse)Author
2014-11-10Initial unit testing setup with an example testJamie Bullock
2013-05-31Add wavelet-based pitch trackerJamie Bullock
2013-01-09implemented optimised FFT via the Accelerate framework. closes #5Jamie Bullock
2013-01-07changed license from GPL to MIT. closes #6Jamie Bullock
2013-01-07added Ooura implementation to repositoryJamie Bullock
2007-10-16Fix for 'multiple symbol definitions' vs 'symbol not defined' dilemna. I ↵Jamie Bullock
think the solution is to wrap the globals in a struct, declare it in a header, and wrap with a definition guard, then define _once_ at library init time. (Sounds like a recipe for something...)
2007-10-09Added missing extern storage class specifier to private globalsJamie Bullock
2007-10-08Committed missing files needed for new out-of-place fftw plan creationJamie Bullock