I just discovered the CEAMMC which is both a list of ( really nice ) externals for puredata and a new distribution of puredata with theses externals included.
These externals looks really nice ( nice synth, audio effect, UI … ) and very complete.
I can’t get them on patchbox os :
I tried first to install the complete pd-ceammc with snap from this link
but snap command give a segmentation fault
I tried ton compile directly from source …
I got this using ./autogen.sh
configure.ac:173: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:174: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
configure.ac:175: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:242: error: possibly undefined macro: AC_CHECK_LIBM
autoreconf: /usr/bin/autoconf failed with exit status: 1
Does anyone find to use to use these externals on patchbox os ?
Finnally it compiled. This custom version of puredata is broken, but at least some externals are here ( soundtouch, vasp, fiddle~ , autotune … etc … ). I am still confused because the ceammc folder, located next to the vasp one is full of help.pd file , and I don’t have the externals of the pure ceammc library ( array, ceammc.string, fx.wahwah ., etc … )
I started to search on the disk any of theses files but they doesn’t exist. Only the documentation help was compiled. Thanks
sorry, “finnaly it compiled” means that snap was finally working.
About building it locally, I followed this message from github ( link that tells me to use CMake in order to build ceammc. I did, but i get a CMake error.
i386_linux-gnu/libatm.so is the library that give Snap, but it is not usable on raspberry pi ( arm ) . That’s it ?
The snapcraft.io page says that the last update was on july 5th 2020
I will try to solve the CMake error using a standard Raspbian Distrib. The library is so awesome …
EDIT : I tried the soundtouch~.pd_linux library and it is not working, so probably is x86 architecture too : This is the PD console /snap/pd-ceammc/4/lib/pd/extra/ceammc/soundtouch~.pd_linux: /snap/pd-ceammc/4/lib/pd/extra/ceammc/soundtouch~.pd_linux: cannot open shared object file: No such file or directory
Finnally I succed in compiling pd-ceammc using an standard raspbian os, and it works.
I get a .deb file to share with the community. I will try to install it on patchbox os.
Here is the link to download it … download
note that there is also a .so library in this shared folder, that you had to copy in order to make it work.
Doesn’t work for me, for some reason, when i double click the .deb file I get a message “Failed to install file - A package could not be found that allows the action to complete”
Any idea?