PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: path

path.pattern

pattern filename generator

available since version: 0.9.5


information

Note: generate NEW filename (checks that generated filename not exists) ### sequence is replaced with number Following variables in pattern expanded: • %YEAR% - current year (4-digits) • %MONTH% - current month (2-digits) • %DAY% - current day (2-digits) • %HOUR% - current hour (2-digits) • %MIN% - current minute (2-digits) • %SEC% - current second (2-digits) • %TIME% - current time: %HOUR%-%MIN%-%SEC% • %DATE% - current date: %YEAR%-%MONTH%-%DAY% • %NOW% - current datetime: %DATE%_%TIME%

example

arguments:

properties:

inlets:

outlets:

keywords:

path environment pattern filename

Authors: Serge Poltavsky

License: GPL3 or later