From d8390fca94d74b921fa4e5b93ef39531a1f30b17 Mon Sep 17 00:00:00 2001 From: Julian Rohrhuber Date: Fri, 18 May 2012 20:27:19 +0200 Subject: [PATCH] add note to the loop argument of DiskIn (thanks Stefan). --- HelpSource/Classes/DiskIn.schelp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HelpSource/Classes/DiskIn.schelp b/HelpSource/Classes/DiskIn.schelp index 44300e17ce0..6054a9be79e 100644 --- a/HelpSource/Classes/DiskIn.schelp +++ b/HelpSource/Classes/DiskIn.schelp @@ -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