diff --git a/src/edison_scripting/enveditor/__sample.py b/src/edison_scripting/enveditor/__sample.py index 6e01a37..d3eef57 100644 --- a/src/edison_scripting/enveditor/__sample.py +++ b/src/edison_scripting/enveditor/__sample.py @@ -147,6 +147,16 @@ def SilenceFromTo( * `end` (`int`): the ending position """ + def DeleteFromTo(self, start: int, end: int) -> None: + """ + Delete the waveform between the `start` and `end` positions (inclusive) + + ## Args: + * `start` (`int`): the starting position + + * `end` (`int`): the ending position + """ + def SineFromTo( self, start: int,