* bandlimited transient reset -- needs testing & refinement

This commit is contained in:
Chris Cannam
2007-11-09 13:19:29 +00:00
parent 472a4a251f
commit 94f85c2db4
4 changed files with 39 additions and 14 deletions

View File

@@ -34,8 +34,9 @@ public:
static const int OptionStretchElastic = 0x00000000;
static const int OptionStretchPrecise = 0x00000010;
static const int OptionTransientsCrisp = 0x00000000;
static const int OptionTransientsMixed = 0x00000000;
static const int OptionTransientsSmooth = 0x00000100;
static const int OptionTransientsCrisp = 0x00000200;
static const int OptionPhasePeakLocked = 0x00000000;
static const int OptionPhaseIndependent = 0x00001000;