Веб-документация библиотеки расширений PureData CEAMMC
доступно с версии: 0.9.8
Note: this is simplest unix shell simulation, do not expect too much from it, if you need powerfull shell capabilities - write shell script and run it. The pipe symbol should be separated by whitespaces.
@args
Запросить/установить execution program chain
тип: list
@mode
Запросить/установить output processing mode. 'pd': output each output line as Pd atom list, 'str':
output whole as data:string, 'lines': output each output line as data:string,
'bytes': output as byte stream
тип: symbol
варианты: pd, str, lines, bytes
по умолчанию: pd
@pwd
Запросить/установить process working directory
тип: symbol
@stderr
Запросить/установить capture stderr
тип: bool
по умолчанию: 1
@stdout
Запросить/установить capture stdout
тип: bool
по умолчанию: 1
@t
Запросить/установить period to check program output
тип: int
единица: ms
диапазон: 5..500
по умолчанию: 100
system execute pipe command shell
Авторы: Serge Poltavsky
Лицензия: GPL3 or later