- Internal Name:
selectrange
- Plugin Type:
function
- Description:
Shows a dialog to select a range of samples. The start and the length of the selection can be set either by a time in milliseconds, in samples, or as a percentage of the total length of the file.
- Parameters:
start mode
Determines the units in which the start of the selection will be given.
value description 0 milliseconds 1 samples 2 percentage of the length of the file range mode
Determines the units in which the length of the selection will be given. See the description if the parameter
start mode
for a list of possible values.start
The start of the selection, in milliseconds, samples or percentage of the length of the file, depending on the parameter
range mode
.length
The length of the selection, in milliseconds, samples or percentage of the length of the file, depending on the parameter
range mode
.