get_as_generic_data_containers#
- SourceAudio.get_as_generic_data_containers()#
Get the source data as generic data containers.
This method is meant to return the source data as generic data containers, in the format needed to save a Sound Composer project file (.scn) with the method
SoundComposer.save().- Returns:
tuple[GenericDataContainer]Source as two generic data containers, for source and source control data, respectively. In the case of
SourceAudio, there is no source control data, soNoneis always returned as the second element.
- Return type: