Command line shell module

with this you can add a command line interface to you patch easily. theres no helppatch, because its so simple.
you put your output names in the value names pin,
and your input names in the input names pin.
the input spread is mapped to the names in the input names pin. to acess a value, just set the command pin to
“get valuename”
without the quotes and with your value name.
to set an output, just say
“set outputname”
the output is always a spread with as many slices as value
names.

all of these variables are strings, because you can easily
convert them to most other types you might want.

bugs:
dont use the words set or get in the names.
and also dont use numbers. you can set the values to numbers of course.
hope you like it!
the only hard part is a lack of a proper typewriter(string)
module, but someone here has made one, so that should be fine.
or use tcp and a terminal editor.

yeah, but where is it?

's here. srry bout that…

cmdlineinterface(string).v4p (19.9 kB)