|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| sound.ID.selection(start, end) |
Parameters
| INT | start | Optional. Start of the selection, in milliseconds.
| | INT | end | Optional. End of the selection, in milliseconds. |
Return value
No value is returned.
Description
Set a selection in the audio file.
At playback, only the selected part will be played.
To clear the selection, call the function with no parameter:
sound.ID.selection() |
|
|
|