Ardour
9.0-pre0-582-g084a23a80d
|
#include <pitch.h>
Public Member Functions | |
Pitch (ARDOUR::Session &, TimeFXRequest &) | |
~Pitch () | |
int | run (std::shared_ptr< ARDOUR::Region >, Progress *) |
Public Member Functions inherited from ARDOUR::Filter | |
virtual | ~Filter () |
virtual int | run (std::shared_ptr< ARDOUR::Region >, PBD::Progress *progress=0)=0 |
Private Attributes | |
TimeFXRequest & | tsr |
Additional Inherited Members | |
Public Attributes inherited from ARDOUR::Filter | |
std::vector< std::shared_ptr< ARDOUR::Region > > | results |
Protected Member Functions inherited from ARDOUR::Filter | |
Filter (ARDOUR::Session &s) | |
int | make_new_sources (std::shared_ptr< ARDOUR::Region >, ARDOUR::SourceList &, std::string suffix="", bool use_session_sample_rate=true) |
int | finish (std::shared_ptr< ARDOUR::Region >, ARDOUR::SourceList &, std::string region_name="") |
Protected Attributes inherited from ARDOUR::Filter | |
ARDOUR::Session & | session |
ARDOUR::Pitch::Pitch | ( | ARDOUR::Session & | , |
TimeFXRequest & | |||
) |
int ARDOUR::Pitch::run | ( | std::shared_ptr< ARDOUR::Region > | , |
Progress * | |||
) |
|
private |