mirror of
https://github.com/processing/processing4.git
synced 2026-01-28 02:41:08 +01:00
remove welcome chatter; not recommded for libraries, never part of core libs
This commit is contained in:
@@ -32,7 +32,7 @@ public class Engine {
|
||||
private static int m_bufferSize=512;
|
||||
|
||||
private Engine() {
|
||||
welcome();
|
||||
//welcome();
|
||||
methCla = new MethClaInterface();
|
||||
methCla.engineNew(m_sampleRate, m_bufferSize);
|
||||
methCla.engineStart();
|
||||
|
||||
Reference in New Issue
Block a user