set_from_generic_data_containers#
- Track.set_from_generic_data_containers(track_data, sampling_frequency=44100.0)#
Set the track data from a generic data container.
This method is meant to set the track data from a generic data container obtained when loading a Sound Composer project file (.scn) with the method
SoundComposer.load()
.- Parameters:
- track_data
GenericDataContainer
Track data as a DPF generic data container.
- sampling_frequency
float
, default: 44100.0 Sampling frequency in Hz to use in the creation of track’s filter.
- track_data