Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ansaminard committed Jan 6, 2025
1 parent 82682e5 commit 9c38754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def set_from_generic_data_containers(
self.source_bbn = gdc_source.get_property("sound_composer_source")
self.source_control1 = SourceControlTime()
self.source_control1.control = control
control = gdc_source_control.get_property("sound_composer_source_control_parameter_2")
control = gdc_source_control.get_property("sound_composer_source_control_one_parameter")

def get_as_generic_data_containers(self) -> tuple[GenericDataContainer]:
"""Get the source and source control data as generic data containers.
Expand Down

0 comments on commit 9c38754

Please sign in to comment.