|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| DataType MayaFlux::Yantra::transform_crossfade_regions | ( | DataType & | input, |
| const std::vector< std::pair< Kakshya::Region, Kakshya::Region > > & | fade_regions, | ||
| uint32_t | fade_duration, | ||
| std::vector< std::vector< double > > & | working_buffer | ||
| ) |
Cross-fade between regions with smooth transitions (OUT-OF-PLACE)
| DataType | OperationReadyData type |
| input | Input data - will NOT be modified |
| fade_regions | Pairs of regions to crossfade |
| fade_duration | Duration of fade in samples |
| working_buffer | Buffer for operations (will be resized if needed) |
Definition at line 364 of file MatrixHelper.hpp.
References MayaFlux::Yantra::OperationHelper::setup_operation_buffer().
Here is the call graph for this function: