|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <timefx_request.h>
Public Types | |
| enum | Algorithm { Rubberband , StaffPad , SoundTouch } |
Public Member Functions | |
| TimeFXRequest () | |
Public Member Functions inherited from ARDOUR::InterThreadInfo | |
| InterThreadInfo () | |
Public Attributes | |
| Algorithm | algorithm |
| Temporal::ratio_t | time_fraction |
| float | pitch_fraction |
| bool | quick_seek |
| bool | antialias |
| int | opts |
Public Attributes inherited from ARDOUR::InterThreadInfo | |
| volatile bool | done |
| volatile bool | cancel |
| volatile float | progress |
| pthread_t | thread |
| ProcessThread | process_thread |
Definition at line 26 of file timefx_request.h.
| Enumerator | |
|---|---|
| Rubberband | |
| StaffPad | |
| SoundTouch | |
Definition at line 28 of file timefx_request.h.
|
inline |
Definition at line 34 of file timefx_request.h.
| Algorithm ARDOUR::TimeFXRequest::algorithm |
Definition at line 42 of file timefx_request.h.
| bool ARDOUR::TimeFXRequest::antialias |
Definition at line 47 of file timefx_request.h.
| int ARDOUR::TimeFXRequest::opts |
Definition at line 49 of file timefx_request.h.
| float ARDOUR::TimeFXRequest::pitch_fraction |
Definition at line 44 of file timefx_request.h.
| bool ARDOUR::TimeFXRequest::quick_seek |
Definition at line 46 of file timefx_request.h.
| Temporal::ratio_t ARDOUR::TimeFXRequest::time_fraction |
Definition at line 43 of file timefx_request.h.