#include <timestretch.h>
Public Member Functions | |
| TimeStretchConfig () | |
| int | equivalent (TimeStretchConfig &that) |
| void | copy_from (TimeStretchConfig &that) |
| void | interpolate (TimeStretchConfig &prev, TimeStretchConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
Data Fields | |
| double | scale |
Definition at line 44 of file timestretch.h.
| TimeStretchConfig::TimeStretchConfig | ( | ) |
| int TimeStretchConfig::equivalent | ( | TimeStretchConfig & | that | ) |
| void TimeStretchConfig::copy_from | ( | TimeStretchConfig & | that | ) |
| void TimeStretchConfig::interpolate | ( | TimeStretchConfig & | prev, | |
| TimeStretchConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
| double TimeStretchConfig::scale |
Definition at line 59 of file timestretch.h.
Referenced by copy_from(), equivalent(), TimeStretchScale::handle_event(), interpolate(), TimeStretch::load_defaults(), TimeStretch::read_data(), PitchEngine::read_samples(), TimeStretch::save_data(), TimeStretch::save_defaults(), PitchEngine::signal_process_oversample(), TimeStretchConfig(), and TimeStretchWindow::update().
1.5.5