diff --git a/src/edison_scripting/enveditor/__sample.py b/src/edison_scripting/enveditor/__sample.py index 6e01a37..4224c1a 100644 --- a/src/edison_scripting/enveditor/__sample.py +++ b/src/edison_scripting/enveditor/__sample.py @@ -147,6 +147,14 @@ def SilenceFromTo( * `end` (`int`): the ending position """ + def DeleteRegion(self, index: int) -> None: + """ + Delete the region at the given index. + + ## Args: + * `index` (`int`): the index of the region to delete + """ + def SineFromTo( self, start: int,