PureData CEAMMC library web documentation
available since version: 0.7
eof
send EOF to running processes
stop
stop running process
terminate
terminate running process
write
write data to process stdin
@is_running (readonly)
Get is process is running
type: bool
default: 0
@low
Get/set alias to @priority low
type: alias
@priority
Get/set subprocess priority (not all platforms are supported)
type: symbol
enum: normal, low
default: normal
@state (readonly)
Get running process state: -1 (no process), 0 (not started), 1 (running), 2
(finished)
type: int
default: -1
Authors: Serge Poltavsky
License: GPL3 or later