package com.e1.pdj; import com.cycling74.max.MaxSystem; /** * Win32 has a special stream since it can contains /r/n that will * be duplicated in the console */ public class ConsoleStreamWin32 extends ConsoleStream { protected void send(String message) { StringBuffer ret = new StringBuffer(); for (int i=0;i