Mercurial > hg > aimc
comparison trunk/src/Modules/SSI/ModuleSSI.h @ 397:7a573750b186
- First add of a lot of graphics code from the old version. Not working yet, not even compiling yet.
author | tomwalters |
---|---|
date | Fri, 15 Oct 2010 05:40:53 +0000 |
parents | 30dde71d0230 |
children | 733a11a65f3d |
comparison
equal
deleted
inserted
replaced
396:06a26f5cdad7 | 397:7a573750b186 |
---|---|
60 bool do_pitch_cutoff_; | 60 bool do_pitch_cutoff_; |
61 bool weight_by_cutoff_; | 61 bool weight_by_cutoff_; |
62 bool weight_by_scaling_; | 62 bool weight_by_scaling_; |
63 bool log_cycles_axis_; | 63 bool log_cycles_axis_; |
64 float pitch_search_start_ms_; | 64 float pitch_search_start_ms_; |
65 bool do_smooth_offset_; | |
66 float smooth_offset_cycles_; | |
65 }; | 67 }; |
66 } // namespace aimc | 68 } // namespace aimc |
67 | 69 |
68 #endif // AIMC_MODULES_SSI_SSI_H_ | 70 #endif // AIMC_MODULES_SSI_SSI_H_ |