Ardour
9.0-pre0-582-g084a23a80d
|
#include <timefx_request.h>
Public Member Functions | |
TimeFXRequest () | |
Public Member Functions inherited from ARDOUR::InterThreadInfo | |
InterThreadInfo () | |
Public Attributes | |
Temporal::ratio_t | time_fraction |
float | pitch_fraction |
bool | use_soundtouch |
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.
|
inline |
Definition at line 27 of file timefx_request.h.
bool ARDOUR::TimeFXRequest::antialias |
Definition at line 40 of file timefx_request.h.
int ARDOUR::TimeFXRequest::opts |
Definition at line 42 of file timefx_request.h.
float ARDOUR::TimeFXRequest::pitch_fraction |
Definition at line 36 of file timefx_request.h.
bool ARDOUR::TimeFXRequest::quick_seek |
Definition at line 39 of file timefx_request.h.
Temporal::ratio_t ARDOUR::TimeFXRequest::time_fraction |
Definition at line 35 of file timefx_request.h.
bool ARDOUR::TimeFXRequest::use_soundtouch |
Definition at line 38 of file timefx_request.h.