Initial region and loop settings for a new audio clip. These values become Clip.startMarker, Clip.endMarker, Clip.loopStart, and Clip.loopEnd on the created clip.
The API enforces:
startMarker ≤ endMarker
looping
false
loopStart === startMarker
loopEnd === endMarker
isWarped
In beats.
Initial region and loop settings for a new audio clip. These values become Clip.startMarker, Clip.endMarker, Clip.loopStart, and Clip.loopEnd on the created clip.
The API enforces:
startMarker ≤ endMarker.loopingisfalse:loopStart === startMarkerandloopEnd === endMarker.isWarpedisfalse: positions must be non-negative andloopingmust befalse.