Changeset 147 in flair-src for trunk/lib/FlairFilter/src/unexported/ButterworthLowPass_impl.h
- Timestamp:
- 02/28/17 12:45:08 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairFilter/src/unexported/ButterworthLowPass_impl.h
r15 r147 128 128 129 129 private: 130 void settingsChanged(float inputValue); 130 131 flair::gui::DoubleSpinBox *cutoff, *T; 131 132 PoleFilter *f; 132 133 bool first_update; 133 134 flair::core::Time previous_time; 135 int order; 134 136 }; 135 137
Note:
See TracChangeset
for help on using the changeset viewer.