pause()
Pause the sample, remembering where it is.
Use resume() to continue from this point.
Parameters
Once an object audiosample has been created, you can use the following functions:
audiosample.pause()
audiosample.pause(voice)
| Parameter | Type | Default | Description |
|---|---|---|---|
voice |
int |
0 |
Which voice to pause, from 0 to one less than the number of voices. |