Searched refs:ExportGraphBuilder (Results 1 – 4 of 4) sorted by relevance
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ |
H A D | export_graph_builder.cc | 71 ExportGraphBuilder::ExportGraphBuilder (Session const & session) in ExportGraphBuilder() function in ARDOUR::ExportGraphBuilder 78 ExportGraphBuilder::~ExportGraphBuilder () in ~ExportGraphBuilder() 112 ExportGraphBuilder::post_process () in post_process() 136 ExportGraphBuilder::reset () in reset() 434 ExportGraphBuilder::SFC::SFC (ExportGraphBuilder &parent, FileSpec const & new_config, samplecnt_t … in SFC() 549 ExportGraphBuilder::FloatSinkPtr 550 ExportGraphBuilder::SFC::sink () in sink() 659 ExportGraphBuilder::FloatSinkPtr 777 ExportGraphBuilder::FloatSinkPtr 778 ExportGraphBuilder::SRC::sink () in sink() [all …]
|
H A D | export_handler.cc | 116 , graph_builder (new ExportGraphBuilder (session)) in ExportHandler()
|
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/ |
H A D | export_graph_builder.h | 58 class LIBARDOUR_API ExportGraphBuilder 71 ExportGraphBuilder (Session const & session); 72 ~ExportGraphBuilder (); 133 SFC (ExportGraphBuilder &, FileSpec const & new_config, samplecnt_t max_samples); 170 Intermediate (ExportGraphBuilder & parent, FileSpec const & new_config, samplecnt_t max_samples); 191 ExportGraphBuilder & parent; 211 SRC (ExportGraphBuilder & parent, FileSpec const & new_config, samplecnt_t max_samples); 224 ExportGraphBuilder & parent; 235 …SilenceHandler (ExportGraphBuilder & parent, FileSpec const & new_config, samplecnt_t max_samples); 244 ExportGraphBuilder & parent; [all …]
|
H A D | export_handler.h | 51 class ExportGraphBuilder; variable 136 boost::shared_ptr<ExportGraphBuilder> graph_builder;
|