Skip to content

Commit

Permalink
add note to the loop argument of DiskIn (thanks Stefan).
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Rohrhuber committed May 26, 2012
1 parent 8bfc3f4 commit d8390fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HelpSource/Classes/DiskIn.schelp
Expand Up @@ -24,9 +24,15 @@ Note:: The Buffer's numFrames must be a power of two and is recommended to be at
argument:: loop
If set to 1, the soundfile will loop.

Note:: If the buffer has a larger number of frames than the sound file there will be a noticeable gap between the first and the following loop iterations. In that case chose a smaller buffer size or use link::Classes/PlayBuf##PlayBuf:: instead::

discussion::
This UGen will set the link::Classes/Done##'done' flag:: when finished playing.





instancemethods::
private:: init

Expand Down

0 comments on commit d8390fc

Please sign in to comment.