Channel for all things SoundProcesses/Wolkenpumpe/Mellite. A comprehensive computer music framework. Noobies welcome. You need to create an account with GitLab, GitHub or Twitter to join the conversation.
java
on Mac and Linux, and java.exe
on Windows (despite the name, it can run different JDK languages not just Java). Basically the start scripts invoke something like java -cp lib/Mellite.jar:lib/OtherLibrary.jar de.sciss.mellite.Mellite
where cp
is the class path, i.e. the list of bundled libraries in Java byte code format.
PartConv
UGen. Control programs can use the server's sampling rate via AuralSystem().sampleRate
. There is a new CLI switch --look-and-feel
, which may come handy if there are issues with the default or least recently used scheme.