--- jsampler/trunk/src/org/jsampler/task/UpdateTotalVoiceCount.java 2006/08/07 18:01:57 910 +++ jsampler/trunk/src/org/jsampler/task/UpdateTotalVoiceCount.java 2006/08/07 18:25:58 911 @@ -32,16 +32,19 @@ /** - * + * This task updates the current number of all active voices + * and the maximum number of active voices allowed. * @author Grigor Iliev */ public class UpdateTotalVoiceCount extends EnhancedTask { + /** Creates a new instance of UpdateTotalVoiceCount. */ public UpdateTotalVoiceCount() { setTitle("UpdateTotalVoiceCount_task"); setDescription(i18n.getMessage("UpdateTotalVoiceCount.description")); } + /** The entry point of the task. */ public void run() { try {