Skip to content
This repository was archived by the owner on Mar 23, 2020. It is now read-only.

Commit a8ea351

Browse files
JackCAtambien
authored andcommitted
add loop: boolean to GrainPlayer (#12)
1 parent 944a3a3 commit a8ea351

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -5328,6 +5328,11 @@ declare namespace Tone {
53285328
*/
53295329
grainSize: Encoding.Time;
53305330

5331+
/**
5332+
* If the buffer should loop once it’s over
5333+
*/
5334+
loop: boolean;
5335+
53315336
/**
53325337
* If loop is true, the loop will end at this position
53335338
*/

0 commit comments

Comments
 (0)