Saci is a Pure Data external that mess up your code.
https://github.com/flschiavoni/puredata-saci/releases/download/v0.1/saci-Linux-x86_64-v0.1.tar.gz
make
make install
(In Linux you should use sudo make install
)
mkdir -p ~/pd-externals/saci
cp saci.pd_linux ~/pd-externals/saci/.
cp saci_help.pd ~/pd-externals/saci/.
cp saci-meta.pd ~/pd-externals/saci/.
Makefile is based on oficial Pure Data Makefile Template available in:
https://puredata.info/docs/developer/MakefileTemplate
Header files (.h) was copied from Pure Data oficial repository available in:
https://svn.code.sf.net/p/pure-data/svn/trunk/pd/src/
Have fun!